@soloseng/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
83 lines (82 loc) • 2.23 kB
JSON
{
"_args": [
[
"level-concat-iterator@3.1.0",
"/Users/beaver/Development/soloseng/ganache/src/packages/ganache"
]
],
"_from": "level-concat-iterator@3.1.0",
"_id": "level-concat-iterator@3.1.0",
"_inBundle": false,
"_integrity": "sha512-BWRCMHBxbIqPxJ8vHOvKUsaO0v1sLYZtjN3K2iZJsRBYtp+ONsY6Jfi6hy9K3+zolgQRryhIn2NRZjZnWJ9NmQ==",
"_location": "/level-concat-iterator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "level-concat-iterator@3.1.0",
"name": "level-concat-iterator",
"escapedName": "level-concat-iterator",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/abstract-leveldown"
],
"_resolved": "https://registry.npmjs.org/level-concat-iterator/-/level-concat-iterator-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/beaver/Development/soloseng/ganache/src/packages/ganache",
"author": {
"name": "Lars-Magnus Skog",
"email": "ralphtheninja@riseup.net"
},
"bugs": {
"url": "https://github.com/Level/concat-iterator/issues"
},
"dependencies": {
"catering": "^2.1.0"
},
"description": "Concatenate entries from an iterator into an array.",
"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"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"CHANGELOG.md",
"LICENSE",
"UPGRADING.md"
],
"homepage": "https://github.com/Level/concat-iterator",
"keywords": [
"level",
"concatenate",
"iterator",
"array"
],
"license": "MIT",
"main": "index.js",
"name": "level-concat-iterator",
"repository": {
"type": "git",
"url": "git+https://github.com/Level/concat-iterator.git"
},
"scripts": {
"coverage": "nyc report -r lcovonly",
"dependency-check": "dependency-check . test.js",
"hallmark": "hallmark --fix",
"prepublishOnly": "npm run dependency-check",
"test": "standard && hallmark && nyc node test",
"test-browsers-local": "airtap --coverage test.js"
},
"version": "3.1.0"
}