HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/flaverr/package.json
{
  "name": "flaverr",
  "version": "1.10.0",
  "description": "Flavor an Error instance with the specified error code string or dictionary of customizations.",
  "main": "index.js",
  "scripts": {
    "sandbox": "node -i -e '_ = require(\"@sailshq/lodash\"); global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'",
    "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.'",
    "test": "npm run lint && npm run custom-tests && echo 'Done.'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/flaverr.git"
  },
  "keywords": [
    "error",
    "error-handling",
    "stack-trace",
    "error-codes"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2"
  },
  "devDependencies": {
    "eslint": "4.11.0",
    "mocha": "3.0.2"
  }
}