8313d86e633cc7baa0542244167bb24d06b6630c.svn-base 1.87 KB
{
  "_from": "nested-error-stacks@^2.0.0",
  "_id": "nested-error-stacks@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-D73PPhP+SZR4EoBST4uWsM3/nGE=",
  "_location": "/nested-error-stacks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nested-error-stacks@^2.0.0",
    "name": "nested-error-stacks",
    "escapedName": "nested-error-stacks",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/cp-file"
  ],
  "_resolved": "https://registry.npm.taobao.org/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz",
  "_shasum": "0fbdcf3e13fe4994781280524f8b96b0cdff9c61",
  "_spec": "nested-error-stacks@^2.0.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\cp-file",
  "author": {
    "name": "Matt Lavin",
    "email": "matt.lavin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mdlavin/nested-error-stacks/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.9.1",
    "mocha": "^3.1.2",
    "uuid": "^2.0.3"
  },
  "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 node --version | grep -vE 'v(0|3)' > /dev/null 2>&1; then eslint . || exit -1; fi; if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
  },
  "version": "2.1.0"
}