mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 06:14:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
90
node_modules/import-local/package.json
generated
vendored
Normal file
90
node_modules/import-local/package.json
generated
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"import-local@2.0.0",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "import-local@2.0.0",
|
||||
"_id": "import-local@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
|
||||
"_location": "/import-local",
|
||||
"_phantomChildren": {
|
||||
"find-up": "3.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "import-local@2.0.0",
|
||||
"name": "import-local",
|
||||
"escapedName": "import-local",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest",
|
||||
"/jest/jest-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"import-local-fixture": "fixtures/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/import-local/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"pkg-dir": "^3.0.0",
|
||||
"resolve-cwd": "^2.0.0"
|
||||
},
|
||||
"description": "Let a globally installed package use a locally installed version of itself if available",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"cpy": "^7.0.1",
|
||||
"del": "^3.0.0",
|
||||
"execa": "^0.11.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"fixtures/cli.js"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"version": "2.0.0",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"fixtures"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue