You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.4 KiB

4 years ago
{
"_from": "leveldown@5.4.1",
"_id": "leveldown@5.4.1",
"_inBundle": false,
"_integrity": "sha512-3lMPc7eU3yj5g+qF1qlALInzIYnkySIosR1AsUKFjL9D8fYbTLuENBAeDRZXIG4qeWOAyqRItOoLu2v2avWiMA==",
"_location": "/leveldown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "leveldown@5.4.1",
"name": "leveldown",
"escapedName": "leveldown",
"rawSpec": "5.4.1",
"saveSpec": null,
"fetchSpec": "5.4.1"
},
"_requiredBy": [
"/level",
"/pouchdb-node"
],
"_resolved": "https://registry.npmjs.org/leveldown/-/leveldown-5.4.1.tgz",
"_shasum": "83a8fdd9bb52b1ed69be2ef59822b6cdfcdb51ec",
"_spec": "leveldown@5.4.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node",
"bugs": {
"url": "https://github.com/Level/leveldown/issues"
},
"bundleDependencies": false,
"dependencies": {
"abstract-leveldown": "~6.2.1",
"napi-macros": "~2.0.0",
"node-gyp-build": "~4.1.0"
},
"deprecated": false,
"description": "A low-level Node.js LevelDB binding",
"devDependencies": {
"async-each": "^1.0.3",
"coveralls": "^3.0.2",
"cross-env": "^6.0.0",
"delayed": "^2.0.0",
"dependency-check": "^4.1.0",
"du": "^1.0.0",
"electron": "^6.0.12",
"faucet": "^0.0.1",
"glob": "^7.1.3",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"level-concat-iterator": "^2.0.0",
"mkfiletree": "^2.0.0",
"node-gyp": "^6.0.0",
"nyc": "^14.0.0",
"prebuildify": "^3.0.0",
"prebuildify-ci": "^1.0.4",
"readfiletree": "^1.0.0",
"rimraf": "^3.0.0",
"standard": "^14.0.0",
"tape": "^4.10.0",
"tempy": "^0.3.0"
},
"engines": {
"node": ">=8.6.0"
},
"gypfile": true,
"hallmark": {
"community": "level-community"
},
"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 --reporter=text-lcov | coveralls",
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js bench/*.js",
"download-prebuilds": "prebuildify-ci download",
"hallmark": "hallmark --fix",
"install": "node-gyp-build",
"prebuild": "prebuildify -t 8.14.0 --napi --strip",
"prebuild-alpine": "IMAGE=alpine ./scripts/cross-compile --tag-libc",
"prebuild-android-arm64": "IMAGE=android-arm64 ./scripts/cross-compile --tag-armv",
"prebuild-android-armv7": "IMAGE=android-armv7 ./scripts/cross-compile --tag-armv",
"prebuild-arm": "npm run prebuild-linux-armv7 && npm run prebuild-linux-arm64 && npm run prebuild-android-armv7 && npm run prebuild-android-arm64",
"prebuild-centos7": "IMAGE=centos7-devtoolset7 ./scripts/cross-compile",
"prebuild-linux-arm64": "IMAGE=linux-arm64 ./scripts/cross-compile --tag-armv",
"prebuild-linux-armv7": "IMAGE=linux-armv7 ./scripts/cross-compile --tag-armv",
"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": "5.4.1"
}