/
websites
/
operateit-node
/
node_modules
/
node-exceptions
/
Upload File
HOME
{ "_from": "node-exceptions@^3.0.0", "_id": "node-exceptions@3.0.0", "_inBundle": false, "_integrity": "sha512-pFhMAqdN1avrFwtZs66HxYiVnbnH9wjXB4m8IKs5Z9+r7U5voqxT+EDbVkRfge+V7JnkOgKhN4HfKBn1o5g9Wg==", "_location": "/node-exceptions", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-exceptions@^3.0.0", "name": "node-exceptions", "escapedName": "node-exceptions", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/@adonisjs/framework", "/@adonisjs/generic-exceptions", "/edge.js" ], "_resolved": "https://registry.npmjs.org/node-exceptions/-/node-exceptions-3.0.0.tgz", "_shasum": "48b8e10da71370845ef1af583778139527308d11", "_spec": "node-exceptions@^3.0.0", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\@adonisjs\\generic-exceptions", "author": { "name": "amanvirk,adonisjs" }, "bugs": { "url": "https://github.com/poppinss/node-exceptions/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": {}, "deprecated": false, "description": "Extendable error class for nodejs to extend native errors", "devDependencies": { "coveralls": "^3.0.0", "cz-conventional-changelog": "^2.1.0", "japa": "^1.0.6", "japa-cli": "^1.0.1", "nyc": "^11.4.1", "standard": "^10.0.3" }, "directories": { "test": "test" }, "homepage": "https://github.com/poppinss/node-exceptions#readme", "keywords": [ "exception", "node-errors", "custom-errors", "Error" ], "license": "MIT", "main": "index.js", "name": "node-exceptions", "repository": { "type": "git", "url": "git+https://github.com/poppinss/node-exceptions.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", "posttest": "npm run coverage", "pretest": "npm run lint", "test": "nyc npm run test:local", "test:local": "japa", "test:win": "node ./node_modules/japa-cli/index.js" }, "version": "3.0.0" }