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.
74 lines
2.0 KiB
74 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "encoding-down@^6.3.0",
|
||
|
"_id": "encoding-down@6.3.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==",
|
||
|
"_location": "/encoding-down",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "encoding-down@^6.3.0",
|
||
|
"name": "encoding-down",
|
||
|
"escapedName": "encoding-down",
|
||
|
"rawSpec": "^6.3.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^6.3.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/level-packager"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/encoding-down/-/encoding-down-6.3.0.tgz",
|
||
|
"_shasum": "b1c4eb0e1728c146ecaef8e32963c549e76d082b",
|
||
|
"_spec": "encoding-down@^6.3.0",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/level-packager",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Level/encoding-down/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"abstract-leveldown": "^6.2.1",
|
||
|
"inherits": "^2.0.3",
|
||
|
"level-codec": "^9.0.0",
|
||
|
"level-errors": "^2.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "LevelDOWN wrapper supporting levelup@1 encodings",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^3.0.2",
|
||
|
"dependency-check": "^3.3.0",
|
||
|
"hallmark": "^2.0.0",
|
||
|
"level-community": "^3.0.0",
|
||
|
"memdown": "^5.0.0",
|
||
|
"nyc": "^14.0.0",
|
||
|
"safe-buffer": "^5.1.1",
|
||
|
"standard": "^14.0.0",
|
||
|
"tape": "^4.8.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"hallmark": {
|
||
|
"community": "level-community"
|
||
|
},
|
||
|
"homepage": "https://github.com/Level/encoding-down",
|
||
|
"keywords": [
|
||
|
"level"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "encoding-down",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Level/encoding-down.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"dependency-check": "dependency-check . test/*.js",
|
||
|
"hallmark": "hallmark --fix",
|
||
|
"prepublishOnly": "npm run dependency-check",
|
||
|
"test": "standard && hallmark && nyc node test"
|
||
|
},
|
||
|
"version": "6.3.0"
|
||
|
}
|