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.
91 lines
2.5 KiB
91 lines
2.5 KiB
{
|
|
"_from": "level@6.0.0",
|
|
"_id": "level@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3oAi7gXLLNr7pHj8c4vbI6lHkXf35m8qb7zWMrNTrOax6CXBVggQAwL1xnC/1CszyYrW3BsLXsY5TMgTxtKfFA==",
|
|
"_location": "/level",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "level@6.0.0",
|
|
"name": "level",
|
|
"escapedName": "level",
|
|
"rawSpec": "6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pouchdb-node"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/level/-/level-6.0.0.tgz",
|
|
"_shasum": "d216fb9b9c3940bcec15c5880d8da775ca086c5c",
|
|
"_spec": "level@6.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node",
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/Level/level/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/level",
|
|
"logo": "https://opencollective.com/level/logo.txt"
|
|
},
|
|
"dependencies": {
|
|
"level-js": "^5.0.0",
|
|
"level-packager": "^5.1.0",
|
|
"leveldown": "^5.4.0",
|
|
"opencollective-postinstall": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
|
|
"devDependencies": {
|
|
"airtap": "^2.0.1",
|
|
"coveralls": "^3.0.2",
|
|
"dependency-check": "^3.3.0",
|
|
"hallmark": "^2.0.0",
|
|
"level-community": "^3.0.0",
|
|
"nyc": "^14.0.0",
|
|
"pinkie": "^2.0.4",
|
|
"standard": "^14.0.0",
|
|
"tape": "^4.2.2",
|
|
"uuid": "^3.3.2",
|
|
"verify-travis-appveyor": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
},
|
|
"hallmark": {
|
|
"community": "level-community"
|
|
},
|
|
"homepage": "https://github.com/Level/level",
|
|
"keywords": [
|
|
"level",
|
|
"leveldb",
|
|
"stream",
|
|
"database",
|
|
"db",
|
|
"store",
|
|
"storage",
|
|
"json"
|
|
],
|
|
"license": "MIT",
|
|
"main": "level.js",
|
|
"name": "level",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Level/level.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"dependency-check": "dependency-check . browser.js test*.js",
|
|
"hallmark": "hallmark --fix",
|
|
"postinstall": "opencollective-postinstall || exit 0",
|
|
"prepublishOnly": "npm run dependency-check",
|
|
"test": "standard && nyc node test.js && verify-travis-appveyor",
|
|
"test-browser-local": "airtap --local test-browser.js"
|
|
},
|
|
"version": "6.0.0"
|
|
}
|