package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "diff-match-patch@1.0.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "diff-match-patch@1.0.5",
  9. "_id": "diff-match-patch@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==",
  12. "_location": "/diff-match-patch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "diff-match-patch@1.0.5",
  18. "name": "diff-match-patch",
  19. "escapedName": "diff-match-patch",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/vue-codemirror"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz",
  28. "_spec": "1.0.5",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "bugs": {
  31. "url": "https://github.com/JackuB/diff-match-patch/issues"
  32. },
  33. "dependencies": {},
  34. "description": "npm package for https://github.com/google/diff-match-patch",
  35. "devDependencies": {
  36. "testit": "^3.0.0"
  37. },
  38. "homepage": "https://github.com/JackuB/diff-match-patch#readme",
  39. "keywords": [
  40. "diff",
  41. "diff-match-patch",
  42. "google-diff-match-patch"
  43. ],
  44. "license": "Apache-2.0",
  45. "name": "diff-match-patch",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/JackuB/diff-match-patch.git"
  49. },
  50. "scripts": {
  51. "test": "node test"
  52. },
  53. "version": "1.0.5"
  54. }