update deps

This commit is contained in:
Alex Kalyvitis
2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

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

@@ -1,51 +1,19 @@
{
"_args": [
[
"is-error@2.2.2",
"/Users/alexkappa/Code/ts/github.com/github/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/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
{ "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",
"bugs": {
"url": "https://github.com/mk-pmb/is-error-js/issues"
},
"contributors": [
{
"name": "Raynos"
},
{
"name": "M.K.",
"url": "https://github.com/mk-pmb"
}
"Raynos",
"M.K. (https://github.com/mk-pmb)"
],
"dependencies": {},
"description": "Detect whether a value is an error",
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "^0.3.5",
@@ -55,31 +23,26 @@
"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,
"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"
}
"ngen-version": "5.1.0"
,"_resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz"
,"_integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg=="
,"_from": "is-error@2.2.2"
}