@usecannon/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "level-concat-iterator",
"version": "3.1.0",
"description": "Concatenate entries from an iterator into an array.",
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "standard && hallmark && nyc node test",
"test-browsers-local": "airtap --coverage test.js",
"coverage": "nyc report -r lcovonly",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test.js",
"prepublishOnly": "npm run dependency-check"
},
"files": [
"index.js",
"CHANGELOG.md",
"LICENSE",
"UPGRADING.md"
],
"dependencies": {
"catering": "^2.1.0"
},
"devDependencies": {
"airtap": "^4.0.3",
"airtap-playwright": "^1.0.1",
"dependency-check": "^3.3.0",
"hallmark": "^3.1.0",
"nyc": "^15.1.0",
"standard": "^16.0.3",
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Level/concat-iterator.git"
},
"homepage": "https://github.com/Level/concat-iterator",
"keywords": [
"level",
"concatenate",
"iterator",
"array"
],
"engines": {
"node": ">=10"
}
}