HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //usr/lib/nodejs/run-queue/package.json
{
  "name": "run-queue",
  "version": "1.0.3",
  "description": "A promise based, dynamic priority queue runner, with concurrency limiting.",
  "main": "queue.js",
  "scripts": {
    "test": "standard && tap -J test"
  },
  "keywords": [],
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  "license": "ISC",
  "devDependencies": {
    "standard": "^8.6.0",
    "tap": "^10.2.0"
  },
  "files": [
    "queue.js"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "aproba": "^1.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/run-queue.git"
  },
  "bugs": {
    "url": "https://github.com/iarna/run-queue/issues"
  },
  "homepage": "https://npmjs.com/package/run-queue"
}