package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "diff-match-patch@^1.0.4",
  3. "_id": "diff-match-patch@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==",
  6. "_location": "/diff-match-patch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "diff-match-patch@^1.0.4",
  12. "name": "diff-match-patch",
  13. "escapedName": "diff-match-patch",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/react-ace"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz",
  22. "_shasum": "abb584d5f10cd1196dfc55aa03701592ae3f7b37",
  23. "_spec": "diff-match-patch@^1.0.4",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/react-ace",
  25. "bugs": {
  26. "url": "https://github.com/JackuB/diff-match-patch/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "npm package for https://github.com/google/diff-match-patch",
  32. "devDependencies": {
  33. "testit": "^3.0.0"
  34. },
  35. "homepage": "https://github.com/JackuB/diff-match-patch#readme",
  36. "keywords": [
  37. "diff",
  38. "diff-match-patch",
  39. "google-diff-match-patch"
  40. ],
  41. "license": "Apache-2.0",
  42. "name": "diff-match-patch",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/JackuB/diff-match-patch.git"
  46. },
  47. "scripts": {
  48. "test": "node test"
  49. },
  50. "version": "1.0.5"
  51. }