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

84
node_modules/is-error/package.json generated vendored
View File

@@ -1,20 +1,51 @@
{
"name": "is-error",
"version": "2.2.2",
"description": "Detect whether a value is an error",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/mk-pmb/is-error-js.git",
"main": "index",
"homepage": "https://github.com/mk-pmb/is-error-js",
"_args": [
[
"is-error@2.2.2",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "is-error@2.2.2",
"_id": "is-error@2.2.2",
"_inBundle": false,
"_integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==",
"_location": "/is-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-error@2.2.2",
"name": "is-error",
"escapedName": "is-error",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/mk-pmb/is-error-js/issues"
},
"contributors": [
"Raynos",
"M.K. (https://github.com/mk-pmb)"
{
"name": "Raynos"
},
{
"name": "M.K.",
"url": "https://github.com/mk-pmb"
}
],
"dependencies": {},
"description": "Detect whether a value is an error",
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "^0.3.5",
@@ -24,22 +55,31 @@
"tap-spec": "^2.1.1",
"tape": "^3.4.0"
},
"license": "MIT",
"scripts": {
"test": "npm run jshint -s && npm run cover -s",
"unit-test": "node test/index.js | tap-spec",
"jshint": "lint-trap .",
"cover": "istanbul cover --report html --print detail -- test/index.js && npm run check-cover -s",
"check-cover": "istanbul check-coverage --branches=100 --lines=100 --functions=100",
"view-cover": "opn ./coverage/index.html",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || true)"
},
"engine": {
"node": ">= 0.8.x"
},
"homepage": "https://github.com/mk-pmb/is-error-js",
"keywords": [],
"license": "MIT",
"main": "index",
"name": "is-error",
"ngen-version": "5.1.0",
"pre-commit": [
"test"
],
"pre-commit.silent": true,
"ngen-version": "5.1.0"
}
"repository": {
"type": "git",
"url": "git://github.com/mk-pmb/is-error-js.git"
},
"scripts": {
"check-cover": "istanbul check-coverage --branches=100 --lines=100 --functions=100",
"cover": "istanbul cover --report html --print detail -- test/index.js && npm run check-cover -s",
"jshint": "lint-trap .",
"test": "npm run jshint -s && npm run cover -s",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || true)",
"unit-test": "node test/index.js | tap-spec",
"view-cover": "opn ./coverage/index.html"
},
"version": "2.2.2"
}