mirror of
https://github.com/actions/setup-node
synced 2025-04-22 08:12:07 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "import-local",
|
|
"version": "2.0.0",
|
|
"description": "Let a globally installed package use a locally installed version of itself if available",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/import-local",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bin": {
|
|
"import-local-fixture": "fixtures/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"fixtures/cli.js"
|
|
],
|
|
"keywords": [
|
|
"import",
|
|
"local",
|
|
"require",
|
|
"resolve",
|
|
"global",
|
|
"version",
|
|
"prefer",
|
|
"cli"
|
|
],
|
|
"dependencies": {
|
|
"pkg-dir": "^3.0.0",
|
|
"resolve-cwd": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"cpy": "^7.0.1",
|
|
"del": "^3.0.0",
|
|
"execa": "^0.11.0",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"ignores": [
|
|
"fixtures"
|
|
]
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz"
|
|
,"_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ=="
|
|
,"_from": "import-local@2.0.0"
|
|
} |