Newer
Older
ez-indexation / app / node_modules / error-ex / package.json
@kieffer kieffer on 7 Mar 2017 2 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "error-ex@^1.2.0",
        "scope": null,
        "escapedName": "error-ex",
        "name": "error-ex",
        "rawSpec": "^1.2.0",
        "spec": ">=1.2.0 <2.0.0",
        "type": "range"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/parse-json"
    ]
  ],
  "_from": "error-ex@>=1.2.0 <2.0.0",
  "_id": "error-ex@1.3.0",
  "_inCache": true,
  "_location": "/error-ex",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "name": "qix",
    "email": "i.am.qix@gmail.com"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "error-ex@^1.2.0",
    "scope": null,
    "escapedName": "error-ex",
    "name": "error-ex",
    "rawSpec": "^1.2.0",
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/parse-json"
  ],
  "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
  "_shasum": "e67b43f3e82c96ea3a584ffee0b9fc3325d802d9",
  "_shrinkwrap": null,
  "_spec": "error-ex@^1.2.0",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/parse-json",
  "bugs": {
    "url": "https://github.com/qix-/node-error-ex/issues"
  },
  "dependencies": {
    "is-arrayish": "^0.2.1"
  },
  "description": "Easy error subclassing and stack customization",
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "should": "^7.0.1",
    "xo": "^0.7.1"
  },
  "directories": {},
  "dist": {
    "shasum": "e67b43f3e82c96ea3a584ffee0b9fc3325d802d9",
    "tarball": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "118bb63206f736f2450480e73f9d7d22692ae328",
  "homepage": "https://github.com/qix-/node-error-ex#readme",
  "keywords": [
    "error",
    "errors",
    "extend",
    "extending",
    "extension",
    "subclass",
    "stack",
    "custom"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "qix",
      "email": "i.am.qix@gmail.com"
    },
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "error-ex",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qix-/node-error-ex.git"
  },
  "scripts": {
    "pretest": "xo",
    "test": "mocha --compilers coffee:coffee-script/register"
  },
  "version": "1.3.0",
  "xo": {
    "rules": {
      "operator-linebreak": [
        0
      ]
    }
  }
}