PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/fastpriorityqueue

Просмотр файла: package.json

{
  "name": "fastpriorityqueue",
  "description": "Fast heap-based priority queue in JavaScript",
  "keywords": [
    "heap",
    "binary heap",
    "data structure",
    "priority queue",
    "performance"
  ],
  "version": "0.7.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lemire/FastPriorityQueue.js.git"
  },
  "main": "FastPriorityQueue.js",
  "types": "FastPriorityQueue.d.ts",
  "scripts": {
    "test": "mocha unit/basictests.js"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/lemire/FastPriorityQueue.js/issues"
  },
  "homepage": "https://github.com/lemire/FastPriorityQueue.js#readme",
  "devDependencies": {
    "mocha": "^9.2.2"
  },
  "author": "Daniel Lemire <lemire@gmail.com> (http://lemire.me/en/)"
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!