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

72 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"_args": [
[
"quill-delta@3.6.3",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "quill-delta@3.6.3",
"_id": "quill-delta@3.6.3",
"_inBundle": false,
"_integrity": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==",
"_location": "/quill-delta",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "quill-delta@3.6.3",
"name": "quill-delta",
"escapedName": "quill-delta",
"rawSpec": "3.6.3",
"saveSpec": null,
"fetchSpec": "3.6.3"
},
"_requiredBy": [
"/quill"
],
"_resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-3.6.3.tgz",
"_spec": "3.6.3",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/quilljs/delta/issues"
},
"dependencies": {
"deep-equal": "^1.0.1",
"extend": "^3.0.2",
"fast-diff": "1.1.2"
},
"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"
}