package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "fast-diff@1.1.2",
  3. "_id": "fast-diff@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==",
  6. "_location": "/fast-diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "fast-diff@1.1.2",
  12. "name": "fast-diff",
  13. "escapedName": "fast-diff",
  14. "rawSpec": "1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/quill-delta"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz",
  22. "_shasum": "4b62c42b8e03de3f848460b639079920695d0154",
  23. "_spec": "fast-diff@1.1.2",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\quill-delta",
  25. "author": {
  26. "name": "Jason Chen",
  27. "email": "jhchen7@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jhchen/fast-diff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Fast Javascript text diff",
  35. "devDependencies": {
  36. "googlediff": "~0.1.0",
  37. "lodash": "~3.9.3",
  38. "seedrandom": "~2.4.0"
  39. },
  40. "homepage": "https://github.com/jhchen/fast-diff#readme",
  41. "keywords": [
  42. "diff"
  43. ],
  44. "license": "Apache-2.0",
  45. "main": "diff.js",
  46. "name": "fast-diff",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/jhchen/fast-diff.git"
  50. },
  51. "scripts": {
  52. "test": "node test.js"
  53. },
  54. "version": "1.1.2"
  55. }