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.
68 lines
1.9 KiB
68 lines
1.9 KiB
4 years ago
|
{
|
||
|
"_from": "level-codec@9.0.1",
|
||
|
"_id": "level-codec@9.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ajFP0kJ+nyq4i6kptSM+mAvJKLOg1X5FiFPtLG9M5gCEZyBmgDi3FkDrvlMkEzrUn1cWxtvVmrvoS4ASyO/q+Q==",
|
||
|
"_location": "/level-codec",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "level-codec@9.0.1",
|
||
|
"name": "level-codec",
|
||
|
"escapedName": "level-codec",
|
||
|
"rawSpec": "9.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "9.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/encoding-down",
|
||
|
"/pouchdb-node"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/level-codec/-/level-codec-9.0.1.tgz",
|
||
|
"_shasum": "042f4aa85e56d4328ace368c950811ba802b7247",
|
||
|
"_spec": "level-codec@9.0.1",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Level/codec/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Encode keys, values and range options, with built-in or custom encodings",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^3.0.2",
|
||
|
"dependency-check": "^3.3.0",
|
||
|
"hallmark": "^0.1.0",
|
||
|
"level-community": "^3.0.0",
|
||
|
"nyc": "^13.2.0",
|
||
|
"standard": "^12.0.0",
|
||
|
"tape": "^4.10.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"hallmark": {
|
||
|
"community": "level-community"
|
||
|
},
|
||
|
"homepage": "https://github.com/Level/codec",
|
||
|
"keywords": [
|
||
|
"level"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "level-codec",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Level/codec.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 tape test/*.js"
|
||
|
},
|
||
|
"version": "9.0.1"
|
||
|
}
|