mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
69
node_modules/arrgv/package.json
generated
vendored
69
node_modules/arrgv/package.json
generated
vendored
@@ -1,52 +1,25 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"arrgv@1.0.2",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "arrgv@1.0.2",
|
||||
"_id": "arrgv@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==",
|
||||
"_location": "/arrgv",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "arrgv@1.0.2",
|
||||
"name": "arrgv",
|
||||
"escapedName": "arrgv",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/arrgv/-/arrgv-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "astur",
|
||||
"email": "astur@yandex.ru",
|
||||
"url": "http://kozlov.am/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/astur/arrgv/issues"
|
||||
},
|
||||
"name": "arrgv",
|
||||
"version": "1.0.2",
|
||||
"description": "Parsing string to array of args like node on bash do.",
|
||||
"main": "index.js",
|
||||
"author": "astur <astur@yandex.ru> (http://kozlov.am/)",
|
||||
"scripts": {
|
||||
"test": "eslint . && nyc ava -v"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/astur/arrgv.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.25.0",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-astur": "^1.6.1",
|
||||
"nyc": "^12.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/astur/arrgv#readme",
|
||||
"keywords": [
|
||||
"arguments",
|
||||
"cli",
|
||||
@@ -56,15 +29,5 @@
|
||||
"args",
|
||||
"argv"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "arrgv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/astur/arrgv.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint . && nyc ava -v"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user