mirror of
https://github.com/actions/labeler.git
synced 2025-12-20 06:54:16 +00:00
build
This commit is contained in:
24
node_modules/import-fresh/package.json
generated
vendored
24
node_modules/import-fresh/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"import-fresh@2.0.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "import-fresh@2.0.0",
|
||||
"_from": "import-fresh@^2.0.0",
|
||||
"_id": "import-fresh@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
|
||||
"_location": "/import-fresh",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "import-fresh@2.0.0",
|
||||
"raw": "import-fresh@^2.0.0",
|
||||
"name": "import-fresh",
|
||||
"escapedName": "import-fresh",
|
||||
"rawSpec": "2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cosmiconfig"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "d81355c15612d386c61f9ddd3922d4304822a546",
|
||||
"_spec": "import-fresh@^2.0.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/cosmiconfig",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -36,10 +30,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/import-fresh/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"caller-path": "^2.0.0",
|
||||
"resolve-from": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Import a module while bypassing the cache",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
||||
Reference in New Issue
Block a user