update deps
This commit is contained in:
parent
3ff198f23b
commit
f9768ac4ba
384 changed files with 13733 additions and 26207 deletions
86
node_modules/require-main-filename/package.json
generated
vendored
86
node_modules/require-main-filename/package.json
generated
vendored
|
|
@ -1,67 +1,39 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"require-main-filename@2.0.0",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "require-main-filename@2.0.0",
|
||||
"_id": "require-main-filename@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
||||
"_location": "/require-main-filename",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "require-main-filename@2.0.0",
|
||||
"name": "require-main-filename",
|
||||
"escapedName": "require-main-filename",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/yargs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Ben Coe",
|
||||
"email": "ben@npmjs.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yargs/require-main-filename/issues"
|
||||
},
|
||||
"name": "require-main-filename",
|
||||
"version": "2.0.0",
|
||||
"description": "shim for require.main.filename() that works in as many environments as possible",
|
||||
"devDependencies": {
|
||||
"chai": "^4.0.0",
|
||||
"standard": "^10.0.3",
|
||||
"standard-version": "^4.0.0",
|
||||
"tap": "^11.0.0"
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "standard",
|
||||
"test": "tap --coverage test.js",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/yargs/require-main-filename.git"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/yargs/require-main-filename#readme",
|
||||
"keywords": [
|
||||
"require",
|
||||
"shim",
|
||||
"iisnode"
|
||||
],
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"author": "Ben Coe <ben@npmjs.com>",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "require-main-filename",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/yargs/require-main-filename.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/yargs/require-main-filename/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "standard",
|
||||
"release": "standard-version",
|
||||
"test": "tap --coverage test.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
"homepage": "https://github.com/yargs/require-main-filename#readme",
|
||||
"devDependencies": {
|
||||
"chai": "^4.0.0",
|
||||
"standard": "^10.0.3",
|
||||
"standard-version": "^4.0.0",
|
||||
"tap": "^11.0.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"
|
||||
,"_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
|
||||
,"_from": "require-main-filename@2.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue