更新
This commit is contained in:
+86
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"_from": "import-local@^3.0.2",
|
||||
"_id": "import-local@3.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
|
||||
"_location": "/import-local",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "import-local@^3.0.2",
|
||||
"name": "import-local",
|
||||
"escapedName": "import-local",
|
||||
"rawSpec": "^3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
||||
"_shasum": "c3d5c745798c02a6f8b897726aba5100186ee260",
|
||||
"_spec": "import-local@^3.0.2",
|
||||
"_where": "/root/dns/node_modules/webpack-cli",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"import-local-fixture": "fixtures/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/import-local/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"pkg-dir": "^4.2.0",
|
||||
"resolve-cwd": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Let a globally installed package use a locally installed version of itself if available",
|
||||
"devDependencies": {
|
||||
"ava": "2.1.0",
|
||||
"cpy": "^7.0.1",
|
||||
"del": "^4.1.1",
|
||||
"execa": "^2.0.1",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"fixtures/cli.js"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/import-local#readme",
|
||||
"keywords": [
|
||||
"import",
|
||||
"local",
|
||||
"require",
|
||||
"resolve",
|
||||
"global",
|
||||
"version",
|
||||
"prefer",
|
||||
"cli"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "import-local",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/import-local.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "3.2.0",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"fixtures"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user