{ "_from": "flaverr@^1.7.0", "_id": "flaverr@1.9.2", "_inBundle": false, "_integrity": "sha1-pSWchs1HpN7l7d4G1zHA537Mi5Q=", "_location": "/flaverr", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "flaverr@^1.7.0", "name": "flaverr", "escapedName": "flaverr", "rawSpec": "^1.7.0", "saveSpec": null, "fetchSpec": "^1.7.0" }, "_requiredBy": [ "/machine", "/parley", "/waterline-utils" ], "_resolved": "http://registry.npm.taobao.org/flaverr/download/flaverr-1.9.2.tgz", "_shasum": "a5259c86cd47a4dee5edde06d731c0e77ecc8b94", "_spec": "flaverr@^1.7.0", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\machine", "author": { "name": "Mike McNeil" }, "bugs": { "url": "https://github.com/mikermcneil/flaverr/issues" }, "bundleDependencies": false, "dependencies": { "@sailshq/lodash": "^3.10.2" }, "deprecated": false, "description": "Flavor an Error instance with the specified error code string or dictionary of customizations.", "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2" }, "homepage": "https://github.com/mikermcneil/flaverr#readme", "keywords": [ "error", "error-handling", "stack-trace", "error-codes" ], "license": "MIT", "main": "index.js", "name": "flaverr", "repository": { "type": "git", "url": "git://github.com/mikermcneil/flaverr.git" }, "scripts": { "custom-tests": "node ./node_modules/mocha/bin/mocha test --recursive && echo \"Custom tests all passed.\" && echo", "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'", "sandbox": "node -i -e '_ = require(\"@sailshq/lodash\"); global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'", "test": "npm run lint && npm run custom-tests && echo 'Done.'" }, "version": "1.9.2" }