Files
codeql-action/node_modules/is-error/package.json
2020-06-24 14:33:14 +01:00

86 lines
2.2 KiB
JSON

{
"_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": [
{
"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",
"lint-trap": "^1.0.0",
"opn": "^1.0.1",
"pre-commit": "0.0.11",
"tap-spec": "^2.1.1",
"tape": "^3.4.0"
},
"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"
}