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.

75 lines
1.9 KiB

{
"_from": "level-errors@^2.0.0",
"_id": "level-errors@2.0.1",
"_inBundle": false,
"_integrity": "sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==",
"_location": "/level-errors",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "level-errors@^2.0.0",
"name": "level-errors",
"escapedName": "level-errors",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/encoding-down",
"/level-packager/levelup",
"/levelup"
],
"_resolved": "https://registry.npmjs.org/level-errors/-/level-errors-2.0.1.tgz",
"_shasum": "2132a677bf4e679ce029f517c2f17432800c05c8",
"_spec": "level-errors@^2.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/encoding-down",
"bugs": {
"url": "https://github.com/Level/errors/issues"
},
"bundleDependencies": false,
"dependencies": {
"errno": "~0.1.1"
},
"deprecated": false,
"description": "Error types for levelup",
"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.3.0"
},
"engines": {
"node": ">=6"
},
"hallmark": {
"community": "level-community"
},
"homepage": "https://github.com/Level/errors",
"keywords": [
"level",
"leveldb",
"levelup",
"leveldown",
"errors"
],
"license": "MIT",
"main": "errors.js",
"name": "level-errors",
"repository": {
"type": "git",
"url": "git+https://github.com/Level/errors.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.js"
},
"version": "2.0.1"
}