Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

69
node_modules/arrgv/package.json generated vendored
View File

@@ -1,25 +1,52 @@
{
"name": "arrgv",
"version": "1.0.2",
"_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"
},
"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",
@@ -29,5 +56,15 @@
"args",
"argv"
],
"license": "MIT"
}
"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"
}