CasperSecurity
{
"_id": "err-code@2.0.3",
"_inBundle": true,
"_location": "/npm/err-code",
"_phantomChildren": {},
"_requiredBy": [
"/npm/promise-retry"
],
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"bugs": {
"url": "https://github.com/IndigoUnited/js-err-code/issues/"
},
"description": "Create an error with a code",
"devDependencies": {
"@satazor/eslint-config": "^3.0.0",
"browserify": "^16.5.1",
"eslint": "^7.2.0",
"expect.js": "^0.3.1",
"mocha": "^8.0.1"
},
"homepage": "https://github.com/IndigoUnited/js-err-code#readme",
"keywords": [
"error",
"err",
"code",
"properties",
"property"
],
"license": "MIT",
"main": "index.js",
"name": "err-code",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/js-err-code.git"
},
"scripts": {
"browserify": "browserify -s err-code index.js > index.umd.js",
"lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
"test": "mocha --bail"
},
"version": "2.0.3"
}