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.
83 lines
2.3 KiB
83 lines
2.3 KiB
4 years ago
|
{
|
||
|
"_from": "level-supports@~1.0.0",
|
||
|
"_id": "level-supports@1.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==",
|
||
|
"_location": "/level-supports",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "level-supports@~1.0.0",
|
||
|
"name": "level-supports",
|
||
|
"escapedName": "level-supports",
|
||
|
"rawSpec": "~1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "~1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/abstract-leveldown",
|
||
|
"/level-packager/levelup"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/level-supports/-/level-supports-1.0.1.tgz",
|
||
|
"_shasum": "2f530a596834c7301622521988e2c36bb77d122d",
|
||
|
"_spec": "level-supports@~1.0.0",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/abstract-leveldown",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Level/supports/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"xtend": "^4.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Create a manifest describing the abilities of a levelup or abstract-leveldown db",
|
||
|
"devDependencies": {
|
||
|
"airtap": "^2.0.4",
|
||
|
"coveralls": "^3.0.6",
|
||
|
"dependency-check": "^4.1.0",
|
||
|
"faucet": "^0.0.1",
|
||
|
"hallmark": "^2.0.0",
|
||
|
"level-community": "^3.0.0",
|
||
|
"nyc": "^14.1.1",
|
||
|
"standard": "^14.3.1",
|
||
|
"tape": "^4.11.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"test",
|
||
|
"CHANGELOG.md",
|
||
|
"CONTRIBUTORS.md",
|
||
|
"index.js"
|
||
|
],
|
||
|
"hallmark": {
|
||
|
"community": "level-community"
|
||
|
},
|
||
|
"homepage": "https://github.com/Level/supports",
|
||
|
"keywords": [
|
||
|
"abstract-leveldown",
|
||
|
"database",
|
||
|
"db",
|
||
|
"level",
|
||
|
"levelup",
|
||
|
"manifest"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "level-supports",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Level/supports.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"dependency-check": "dependency-check --no-dev . test/*.js",
|
||
|
"hallmark": "hallmark --fix",
|
||
|
"prepublishOnly": "npm run dependency-check",
|
||
|
"test": "standard && hallmark && (nyc -s node test/self.js | faucet) && nyc report",
|
||
|
"test-browser-local": "airtap --coverage --local test/self.js"
|
||
|
},
|
||
|
"version": "1.0.1"
|
||
|
}
|