{
  "_args": [
    [
      "is-error@2.2.1",
      "/home/user/repo/webfonts-loader/test"
    ]
  ],
  "_development": true,
  "_from": "is-error@2.2.1",
  "_id": "is-error@2.2.1",
  "_inBundle": false,
  "_integrity": "sha1-aEqW2EB2V3yY9M20DG0mpRI78Zw=",
  "_location": "/is-error",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-error@2.2.1",
    "name": "is-error",
    "escapedName": "is-error",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/core-assert"
  ],
  "_resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/home/user/repo/webfonts-loader/test",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mk-pmb/is-error-js/issues",
    "email": "raynos2@gmail.com"
  },
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "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": [],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mk-pmb/is-error-js/raw/master/LICENSE"
    }
  ],
  "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) || exit 0)",
    "unit-test": "node test/index.js | tap-spec",
    "view-cover": "opn ./coverage/index.html"
  },
  "version": "2.2.1"
}
