- 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>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "level-concat-iterator",
|
|
"version": "2.0.1",
|
|
"description": "Concatenate items from an iterator into an array.",
|
|
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "standard && hallmark && nyc node test",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"hallmark": "hallmark --fix",
|
|
"dependency-check": "dependency-check . test.js",
|
|
"prepublishOnly": "npm run dependency-check"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.2",
|
|
"dependency-check": "^3.3.0",
|
|
"hallmark": "^0.1.0",
|
|
"level-community": "^3.0.0",
|
|
"nyc": "^13.3.0",
|
|
"standard": "^12.0.1",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"hallmark": {
|
|
"community": "level-community"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Level/concat-iterator.git"
|
|
},
|
|
"homepage": "https://github.com/Level/concat-iterator",
|
|
"keywords": [
|
|
"level",
|
|
"concatenate",
|
|
"iterator",
|
|
"array"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|