- 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>
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "glob-to-regexp",
|
|
"version": "0.4.1",
|
|
"description": "Convert globs to regular expressions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fitzgen/glob-to-regexp.git"
|
|
},
|
|
"keywords": [
|
|
"regexp",
|
|
"glob",
|
|
"regexps",
|
|
"regular expressions",
|
|
"regular expression",
|
|
"wildcard"
|
|
],
|
|
"author": "Nick Fitzgerald <fitzgen@gmail.com>",
|
|
"license": "BSD-2-Clause"
|
|
}
|