{ "_from": "is-error@^2.2.0", "_id": "is-error@2.2.2", "_inBundle": false, "_integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==", "_location": "/is-error", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-error@^2.2.0", "name": "is-error", "escapedName": "is-error", "rawSpec": "^2.2.0", "saveSpec": null, "fetchSpec": "^2.2.0" }, "_requiredBy": [ "/core-assert" ], "_resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz", "_shasum": "c10ade187b3c93510c5470a5567833ee25649843", "_spec": "is-error@^2.2.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/core-assert", "author": { "name": "Raynos", "email": "raynos2@gmail.com" }, "bugs": { "url": "https://github.com/mk-pmb/is-error-js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Raynos" }, { "name": "M.K.", "url": "https://github.com/mk-pmb" } ], "dependencies": {}, "deprecated": false, "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" }