{
  "_args": [
    [
      "nested-error-stacks@1.0.2",
      "/home/ambuj/Desktop/mysql Projects/mobileapp"
    ]
  ],
  "_development": true,
  "_from": "nested-error-stacks@1.0.2",
  "_id": "nested-error-stacks@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-GfYZWRUZ8JZ2mlupqG5u7sgjw88=",
  "_location": "/nested-error-stacks",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nested-error-stacks@1.0.2",
    "name": "nested-error-stacks",
    "escapedName": "nested-error-stacks",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/home/ambuj/Desktop/mysql Projects/mobileapp",
  "author": {
    "name": "Matt Lavin",
    "email": "matt.lavin@gmail.com"
  },
  "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"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
  "keywords": [
    "error",
    "nested",
    "stack"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "nested-error-stacks",
  "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"
}
