package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "quill-delta@3.6.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "quill-delta@3.6.3",
  9. "_id": "quill-delta@3.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==",
  12. "_location": "/quill-delta",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "quill-delta@3.6.3",
  18. "name": "quill-delta",
  19. "escapedName": "quill-delta",
  20. "rawSpec": "3.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.3"
  23. },
  24. "_requiredBy": [
  25. "/quill"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-3.6.3.tgz",
  28. "_spec": "3.6.3",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "Jason Chen",
  32. "email": "jhchen7@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/quilljs/delta/issues"
  36. },
  37. "dependencies": {
  38. "deep-equal": "^1.0.1",
  39. "extend": "^3.0.2",
  40. "fast-diff": "1.1.2"
  41. },
  42. "description": "Format for representing rich text documents and changes.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.2",
  45. "istanbul": "~0.4.5",
  46. "jasmine": "^3.1.0"
  47. },
  48. "engines": {
  49. "node": ">=0.10"
  50. },
  51. "homepage": "https://github.com/quilljs/delta",
  52. "keywords": [
  53. "rich text",
  54. "ot",
  55. "operational transform",
  56. "delta"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/delta.js",
  60. "name": "quill-delta",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/quilljs/delta.git"
  64. },
  65. "scripts": {
  66. "test": "jasmine test/*.js test/**/*.js",
  67. "test:coverage": "istanbul cover jasmine test/**/*.js",
  68. "test:coverage:report": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  69. },
  70. "version": "3.6.3"
  71. }