1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/quill-delta/package.json

69 lines
1.8 KiB
JSON

{
"_from": "quill-delta@^3.6.2",
"_id": "quill-delta@3.6.3",
"_inBundle": false,
"_integrity": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==",
"_location": "/quill-delta",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "quill-delta@^3.6.2",
"name": "quill-delta",
"escapedName": "quill-delta",
"rawSpec": "^3.6.2",
"saveSpec": null,
"fetchSpec": "^3.6.2"
},
"_requiredBy": [
"/quill"
],
"_resolved": "https://registry.npmmirror.com/quill-delta/-/quill-delta-3.6.3.tgz",
"_shasum": "b19fd2b89412301c60e1ff213d8d860eac0f1032",
"_spec": "quill-delta@^3.6.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\quill",
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/quilljs/delta/issues"
},
"bundleDependencies": false,
"dependencies": {
"deep-equal": "^1.0.1",
"extend": "^3.0.2",
"fast-diff": "1.1.2"
},
"deprecated": false,
"description": "Format for representing rich text documents and changes.",
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "~0.4.5",
"jasmine": "^3.1.0"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/quilljs/delta",
"keywords": [
"rich text",
"ot",
"operational transform",
"delta"
],
"license": "MIT",
"main": "lib/delta.js",
"name": "quill-delta",
"repository": {
"type": "git",
"url": "git+https://github.com/quilljs/delta.git"
},
"scripts": {
"test": "jasmine test/*.js test/**/*.js",
"test:coverage": "istanbul cover jasmine test/**/*.js",
"test:coverage:report": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"version": "3.6.3"
}