33fd6a4a6108652f5830d57c20935daf13f6bdf1.svn-base 2.29 KB
{
  "_from": "make-error@^1.1.1",
  "_id": "make-error@1.3.6",
  "_inBundle": false,
  "_integrity": "sha1-LrLjfqm2fEiR9oShOUeZr0hM96I=",
  "_location": "/make-error",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "make-error@^1.1.1",
    "name": "make-error",
    "escapedName": "make-error",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/ts-node"
  ],
  "_resolved": "https://registry.npm.taobao.org/make-error/download/make-error-1.3.6.tgz",
  "_shasum": "2eb2e37ea9b67c4891f684a1394799af484cf7a2",
  "_spec": "make-error@^1.1.1",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\ts-node",
  "author": {
    "name": "Julien Fontanet",
    "email": "julien.fontanet@isonoe.net"
  },
  "bugs": {
    "url": "https://github.com/JsCommunity/make-error/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Make your own error types!",
  "devDependencies": {
    "browserify": "^16.2.3",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "husky": "^3.0.9",
    "jest": "^24",
    "prettier": "^1.14.3",
    "uglify-js": "^3.3.2"
  },
  "files": [
    "dist/",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/JsCommunity/make-error",
  "husky": {
    "hooks": {
      "commit-msg": "npm run test"
    }
  },
  "jest": {
    "testEnvironment": "node"
  },
  "keywords": [
    "create",
    "custom",
    "derive",
    "error",
    "errors",
    "extend",
    "extending",
    "extension",
    "factory",
    "inherit",
    "make",
    "subclass"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "make-error",
  "repository": {
    "type": "git",
    "url": "git://github.com/JsCommunity/make-error.git"
  },
  "scripts": {
    "dev-test": "jest --watch",
    "format": "prettier --write '**'",
    "prepublishOnly": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js",
    "pretest": "eslint --ignore-path .gitignore .",
    "test": "jest"
  },
  "version": "1.3.6"
}