HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/bots/enerbot/node_modules/queue-promise/package.json
{
  "name": "queue-promise",
  "version": "2.2.1",
  "keywords": [
    "queue",
    "queue-tasks",
    "queue-promise",
    "promise",
    "promise-chain",
    "promise-queue"
  ],
  "files": [
    "/dist"
  ],
  "engines": {
    "node": ">=8.12.0"
  },
  "description": "A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.",
  "author": "Ɓaniewski Bartosz <bartosz@laniewski.me> (https://laniewski.me/)",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist",
  "repository": {
    "type": "git",
    "url": "https://github.com/Bartozzz/queue-promise.git"
  },
  "bugs": {
    "url": "https://github.com/Bartozzz/queue-promise/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/node": "^7.8.7",
    "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-flow": "^7.9.0",
    "@babel/register": "^7.9.0",
    "@commitlint/cli": "^12.0.1",
    "@commitlint/config-conventional": "^12.0.0",
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "@types/node": "15.0.1",
    "babel-eslint": "^10.1.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-preset-minify": "^0.5.1",
    "chai": "^4.2.0",
    "dtslint": "^4.0.9",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^8.2.0",
    "eslint-config-standard": "^16.0.0",
    "eslint-plugin-flowtype": "^5.1.3",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "flow-bin": "^0.150.0",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.6",
    "husky": "^6.0.0",
    "mocha": "^8.0.1",
    "prettier": "^2.0.2",
    "rimraf": "^3.0.2",
    "semantic-release": "17.4.2",
    "typescript": "^4.2.4"
  },
  "scripts": {
    "pretest": "npm run prepare",
    "test": "npm run test:lint && npm run test:flow && npm run test:typescript && npm run test:unit",
    "test:flow": "npx flow",
    "test:typescript": "npx dtslint types",
    "test:unit": "npx mocha --require @babel/register",
    "test:lint": "npx eslint src",
    "defs:flow": "npx babel-node ./.bin/definitions-flow.js",
    "defs:typescript": "npx babel-node ./.bin/definitions-typescript.js",
    "clean": "npx rimraf dist",
    "prebuild": "npm run clean",
    "build": "npx babel src -d dist",
    "postbuild": "npm run defs:flow && npm run defs:typescript",
    "watch": "npx babel src -d dist -w",
    "prepare": "npm run build",
    "prerelease": "npm run build",
    "release": "git add dist/* && standard-version -a"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}