package.json 2.38 KB
{
  "_args": [
    [
      "nested-error-stacks@^1.0.0",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/got"
    ]
  ],
  "_from": "nested-error-stacks@>=1.0.0 <2.0.0",
  "_id": "nested-error-stacks@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/nested-error-stacks",
  "_nodeVersion": "2.5.0",
  "_npmUser": {
    "email": "matt.lavin@gmail.com",
    "name": "mdlavin"
  },
  "_npmVersion": "2.13.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "nested-error-stacks",
    "raw": "nested-error-stacks@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz",
  "_shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
  "_shrinkwrap": null,
  "_spec": "nested-error-stacks@^1.0.0",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/got",
  "author": {
    "email": "matt.lavin@gmail.com",
    "name": "Matt Lavin"
  },
  "bugs": {
    "url": "https://github.com/mdlavin/nested-error-stacks/issues"
  },
  "dependencies": {
    "inherits": "~2.0.1"
  },
  "description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
  "devDependencies": {
    "chai": "~1.9.1",
    "mocha": "~1.18.2",
    "uuid": "~1.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "19f619591519f096769a5ba9a86e6eeec823c3cf",
    "tarball": "http://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "gitHead": "7eb0c2058a0fd038d63703b953ca9bacd70b866f",
  "homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
  "keywords": [
    "error",
    "nested",
    "stack"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "matt.lavin@gmail.com",
      "name": "mdlavin"
    }
  ],
  "name": "nested-error-stacks",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdlavin/nested-error-stacks.git"
  },
  "scripts": {
    "test": "if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
  },
  "version": "1.0.2"
}