@soloseng/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
100 lines (99 loc) • 3.22 kB
JSON
{
"_args": [
[
"leveldown@6.1.0",
"/Users/beaver/Development/soloseng/ganache/src/packages/ganache"
]
],
"_from": "leveldown@6.1.0",
"_id": "leveldown@6.1.0",
"_inBundle": false,
"_integrity": "sha512-8C7oJDT44JXxh04aSSsfcMI8YiaGRhOFI9/pMEL7nWJLVsWajDPTRxsSHTM2WcTVY5nXM+SuRHzPPi0GbnDX+w==",
"_location": "/leveldown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "leveldown@6.1.0",
"name": "leveldown",
"escapedName": "leveldown",
"rawSpec": "6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/leveldown/-/leveldown-6.1.0.tgz",
"_spec": "6.1.0",
"_where": "/Users/beaver/Development/soloseng/ganache/src/packages/ganache",
"bugs": {
"url": "https://github.com/Level/leveldown/issues"
},
"dependencies": {
"abstract-leveldown": "^7.2.0",
"napi-macros": "~2.0.0",
"node-gyp-build": "^4.3.0"
},
"description": "A low-level Node.js LevelDB binding",
"devDependencies": {
"async-each": "^1.0.3",
"cross-env": "^7.0.3",
"delayed": "^2.0.0",
"dependency-check": "^4.1.0",
"du": "^1.0.0",
"electron": "^13.1.4",
"faucet": "^0.0.1",
"glob": "^7.1.3",
"hallmark": "^3.0.0",
"level-concat-iterator": "^3.0.0",
"mkfiletree": "^2.0.0",
"node-gyp": "^7.1.2",
"nyc": "^15.0.0",
"prebuildify": "^4.2.1",
"prebuildify-ci": "^1.0.4",
"prebuildify-cross": "^4.0.1",
"readfiletree": "^1.0.0",
"rimraf": "^3.0.0",
"standard": "^16.0.3",
"tape": "^5.0.1",
"tempy": "^1.0.1"
},
"engines": {
"node": ">=10.12.0"
},
"gypfile": true,
"homepage": "https://github.com/Level/leveldown",
"keywords": [
"leveldb",
"level"
],
"license": "MIT",
"main": "leveldown.js",
"name": "leveldown",
"repository": {
"type": "git",
"url": "git+https://github.com/Level/leveldown.git"
},
"scripts": {
"coverage": "nyc report -r lcovonly",
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js",
"download-prebuilds": "prebuildify-ci download",
"hallmark": "hallmark --fix",
"install": "node-gyp-build",
"prebuild": "prebuildify -t 8.14.0 --napi --strip",
"prebuild-android-arm": "prebuildify-cross -i android-armv7 -i android-arm64 -t 8.14.0 --napi --strip",
"prebuild-darwin-x64+arm64": "prebuildify -t 8.14.0 --napi --strip --arch x64+arm64",
"prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64 -t 8.14.0 --napi --strip",
"prebuild-linux-x64": "prebuildify-cross -i centos7-devtoolset7 -i alpine -t 8.14.0 --napi --strip",
"prebuild-win32-x64": "prebuildify -t 8.14.0 --napi --strip",
"prebuild-win32-x86": "prebuildify -t 8.14.0 --napi --strip",
"prepublishOnly": "npm run dependency-check",
"rebuild": "npm run install --build-from-source",
"test": "standard && (nyc -s tape test/*-test.js | faucet) && nyc report",
"test-electron": "electron test/electron.js",
"test-gc": "node --expose-gc test/gc.js",
"test-prebuild": "cross-env PREBUILDS_ONLY=1 npm t"
},
"version": "6.1.0"
}