{
  "_args": [
    [
      "flaverr@1.2.4",
      "/app"
    ]
  ],
  "_from": "flaverr@1.2.4",
  "_id": "flaverr@1.2.4",
  "_inBundle": false,
  "_integrity": "sha512-wMCNyA9r/DLkItKIY15YGD62DCUlIJdCIrvuQRnVTjG/D7dLjc5gFMIIkiiE4lf2P1Lwq2Ao/eIREoXiL6p0+g==",
  "_location": "/flaverr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flaverr@1.2.4",
    "name": "flaverr",
    "escapedName": "flaverr",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/flaverr/-/flaverr-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/mikermcneil/flaverr/issues"
  },
  "dependencies": {
    "@sailshq/lodash": "^3.10.2"
  },
  "description": "Flavor an Error instance with the specified error code string or dictionary of customizations.",
  "devDependencies": {
    "eslint": "3.19.0"
  },
  "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": "echo \"(No other custom tests yet.)\" && echo # 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.'",
    "test": "npm run lint && npm run custom-tests && echo 'Done.'"
  },
  "version": "1.2.4"
}
