- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "level",
|
|
"version": "6.0.1",
|
|
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
|
|
"license": "MIT",
|
|
"main": "level.js",
|
|
"scripts": {
|
|
"test": "standard && nyc node test.js && verify-travis-appveyor",
|
|
"test-browser-local": "airtap --local test-browser.js",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"hallmark": "hallmark --fix",
|
|
"dependency-check": "dependency-check . browser.js test*.js",
|
|
"prepublishOnly": "npm run dependency-check"
|
|
},
|
|
"browser": "browser.js",
|
|
"dependencies": {
|
|
"level-js": "^5.0.0",
|
|
"level-packager": "^5.1.0",
|
|
"leveldown": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"airtap": "^3.0.0",
|
|
"coveralls": "^3.0.2",
|
|
"dependency-check": "^3.3.0",
|
|
"hallmark": "^2.0.0",
|
|
"level-community": "^3.0.0",
|
|
"nyc": "^15.0.0",
|
|
"pinkie": "^2.0.4",
|
|
"standard": "^14.0.0",
|
|
"tape": "^4.2.2",
|
|
"uuid": "^3.3.2",
|
|
"verify-travis-appveyor": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/level"
|
|
},
|
|
"hallmark": {
|
|
"community": "level-community"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Level/level.git"
|
|
},
|
|
"homepage": "https://github.com/Level/level",
|
|
"keywords": [
|
|
"level",
|
|
"leveldb",
|
|
"stream",
|
|
"database",
|
|
"db",
|
|
"store",
|
|
"storage",
|
|
"json"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
}
|