zhangjian
2023-06-05 0976d2d0f90cff460cedfdc8bd74e98c2c31a58c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "quill-delta",
  "version": "3.6.3",
  "description": "Format for representing rich text documents and changes.",
  "author": "Jason Chen <jhchen7@gmail.com>",
  "homepage": "https://github.com/quilljs/delta",
  "main": "lib/delta.js",
  "dependencies": {
    "deep-equal": "^1.0.1",
    "extend": "^3.0.2",
    "fast-diff": "1.1.2"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "istanbul": "~0.4.5",
    "jasmine": "^3.1.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "license": "MIT",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/quilljs/delta"
  },
  "bugs": {
    "url": "https://github.com/quilljs/delta/issues"
  },
  "keywords": [
    "rich text",
    "ot",
    "operational transform",
    "delta"
  ]
}