This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -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": "*",