update deps
This commit is contained in:
parent
3ff198f23b
commit
f9768ac4ba
384 changed files with 13733 additions and 26207 deletions
140
node_modules/import-local/package.json
generated
vendored
140
node_modules/import-local/package.json
generated
vendored
|
|
@ -1,87 +1,55 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"import-local@3.0.2",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "import-local@3.0.2",
|
||||
"_id": "import-local@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
|
||||
"_location": "/import-local",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"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": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"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": "^4.2.0",
|
||||
"resolve-cwd": "^3.0.0"
|
||||
},
|
||||
"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",
|
||||
"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": "3.0.2",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"fixtures"
|
||||
]
|
||||
}
|
||||
}
|
||||
"name": "import-local",
|
||||
"version": "3.0.2",
|
||||
"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": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"fixtures/cli.js"
|
||||
],
|
||||
"keywords": [
|
||||
"import",
|
||||
"local",
|
||||
"require",
|
||||
"resolve",
|
||||
"global",
|
||||
"version",
|
||||
"prefer",
|
||||
"cli"
|
||||
],
|
||||
"dependencies": {
|
||||
"pkg-dir": "^4.2.0",
|
||||
"resolve-cwd": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "2.1.0",
|
||||
"cpy": "^7.0.1",
|
||||
"del": "^4.1.1",
|
||||
"execa": "^2.0.1",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"fixtures"
|
||||
]
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz"
|
||||
,"_integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA=="
|
||||
,"_from": "import-local@3.0.2"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue