1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "quill-delta@3.6.3",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_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": "D:\\qianger\\7\\jindouyunNewFront",
- "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"
- }
|