/
websites
/
operateit-node
/
node_modules
/
macroable
/
node_modules
/
node-exceptions
/
Upload File
HOME
{ "_from": "node-exceptions@^2.0.1", "_id": "node-exceptions@2.0.2", "_inBundle": false, "_integrity": "sha512-nILccFLvnaOBoKZZtWfZipn/hlThZOT6UJOLX6SA3yLMYPcvLTIF26PXx73sPnAg45p05iYFYw2jvayNHz4rDA==", "_location": "/macroable/node-exceptions", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-exceptions@^2.0.1", "name": "node-exceptions", "escapedName": "node-exceptions", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/macroable" ], "_resolved": "https://registry.npmjs.org/node-exceptions/-/node-exceptions-2.0.2.tgz", "_shasum": "2612b45929b774e3669557f852b47507765acfe7", "_spec": "node-exceptions@^2.0.1", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\macroable", "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": "^2.11.6", "cz-conventional-changelog": "^1.1.5", "japa": "^1.0.3", "japa-cli": "^1.0.1", "nyc": "^10.2.0", "standard": "^5.4.1" }, "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": "2.0.2" }