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/parley/package.json
{
  "name": "parley",
  "version": "3.8.3",
  "description": "Practical, lightweight flow control for Node.js.  Supports `await`, callbacks and promises.",
  "main": "lib/parley.js",
  "scripts": {
    "custom-tests": "mocha test/*.test.js",
    "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔  Your code looks good.'",
    "bench": "NODE_ENV=production mocha test/*.benchmark.js",
    "bench-win": "mocha test/*.benchmark.js",
    "test": "npm run lint && npm run custom-tests && npm run bench"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/parley.git"
  },
  "keywords": [
    "flowcontrol",
    "await",
    "async/await",
    "async",
    "promise",
    "callback",
    "deferred"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "bluebird": "3.2.1",
    "flaverr": "^1.5.1"
  },
  "devDependencies": {
    "benchmark": "2.1.2",
    "eslint": "4.19.1",
    "mocha": "6.1.3"
  }
}