package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "diff@~1.0.8",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NDJ2MI7Jkbe8giZ+1VvBQR+XFmY=",
  6. "_location": "/diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "diff@~1.0.8",
  12. "name": "diff",
  13. "escapedName": "diff",
  14. "rawSpec": "~1.0.8",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.8"
  17. },
  18. "_requiredBy": [
  19. "/gulp-dedupe"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/diff/-/diff-1.0.8.tgz",
  22. "_shasum": "343276308ec991b7bc82267ed55bc1411f971666",
  23. "_spec": "diff@~1.0.8",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-dedupe",
  25. "bugs": {
  26. "url": "http://github.com/kpdecker/jsdiff/issues",
  27. "email": "[email protected]"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "A javascript text diff implementation.",
  33. "devDependencies": {
  34. "colors": "~0.6.2",
  35. "mocha": "~1.6",
  36. "should": "~1.2"
  37. },
  38. "engines": {
  39. "node": ">=0.3.1"
  40. },
  41. "files": [
  42. "diff.js"
  43. ],
  44. "homepage": "https://github.com/kpdecker/jsdiff#readme",
  45. "keywords": [
  46. "diff",
  47. "javascript"
  48. ],
  49. "licenses": [
  50. {
  51. "type": "BSD",
  52. "url": "http://github.com/kpdecker/jsdiff/blob/master/LICENSE"
  53. }
  54. ],
  55. "main": "./diff",
  56. "maintainers": [
  57. {
  58. "name": "Kevin Decker",
  59. "email": "[email protected]",
  60. "url": "http://incaseofstairs.com"
  61. }
  62. ],
  63. "name": "diff",
  64. "optionalDependencies": {},
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/kpdecker/jsdiff.git"
  68. },
  69. "scripts": {
  70. "test": "mocha test/*.js"
  71. },
  72. "version": "1.0.8"
  73. }