mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 09:14:46 +08:00
build
This commit is contained in:
24
node_modules/cosmiconfig/package.json
generated
vendored
24
node_modules/cosmiconfig/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cosmiconfig@5.2.1",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cosmiconfig@5.2.1",
|
||||
"_from": "cosmiconfig@^5.2.0",
|
||||
"_id": "cosmiconfig@5.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
|
||||
"_location": "/cosmiconfig",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cosmiconfig@5.2.1",
|
||||
"raw": "cosmiconfig@^5.2.0",
|
||||
"name": "cosmiconfig",
|
||||
"escapedName": "cosmiconfig",
|
||||
"rawSpec": "5.2.1",
|
||||
"rawSpec": "^5.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.2.1"
|
||||
"fetchSpec": "^5.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/husky"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
|
||||
"_spec": "5.2.1",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "040f726809c591e77a17c0a3626ca45b4f168b1a",
|
||||
"_spec": "cosmiconfig@^5.2.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/husky",
|
||||
"author": {
|
||||
"name": "David Clark",
|
||||
"email": "david.dave.clark@gmail.com"
|
||||
@@ -40,6 +34,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/davidtheclark/cosmiconfig/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Bogdan Chadkin",
|
||||
@@ -56,6 +51,7 @@
|
||||
"js-yaml": "^3.13.1",
|
||||
"parse-json": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.0.3",
|
||||
|
||||
Reference in New Issue
Block a user