UNPKG

@ganache/promise-queue

Version:

A queue that resolves Promise instances in first-in first-out order.

61 lines (60 loc) 1.48 kB
{ "name": "@ganache/promise-queue", "publishConfig": { "access": "public" }, "version": "0.4.2", "description": "A queue that resolves Promise instances in first-in first-out order.", "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)", "homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/promise-queue#readme", "license": "MIT", "main": "lib/index.js", "typings": "typings", "source": "index.ts", "directories": { "lib": "lib", "test": "tests" }, "files": [ "lib", "typings" ], "repository": { "type": "git", "url": "https://github.com/trufflesuite/ganache.git", "directory": "packages/promise-queue" }, "scripts": { "tsc": "tsc --build", "test": "nyc npm run mocha", "mocha": "cross-env TS_NODE_FILES=true mocha --exit --require ts-node/register --recursive --check-leaks 'tests/**.ts'" }, "bugs": { "url": "https://github.com/trufflesuite/ganache/issues" }, "keywords": [ "ganache", "ganache-promise-queue", "ethereum", "evm", "blockchain", "smart contracts", "dapps", "solidity", "vyper", "fe", "web3", "tooling" ], "dependencies": { "emittery": "0.10.0" }, "devDependencies": { "@types/mocha": "9.0.0", "cross-env": "7.0.3", "mocha": "9.1.3", "ts-node": "10.9.1", "typescript": "5.1.6" }, "gitHead": "547c900a50d19b094ef636a9aeccf4f7f2356430" }