Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "diff@3.5.0",
  3. "_id": "diff@3.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
  6. "_location": "/diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "diff@3.5.0",
  12. "name": "diff",
  13. "escapedName": "diff",
  14. "rawSpec": "3.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.5.0"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
  22. "_shasum": "800c0dd1e0a8bfbc95835c202ad220fe317e5a12",
  23. "_spec": "diff@3.5.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "browser": "./dist/diff.js",
  26. "bugs": {
  27. "url": "http://github.com/kpdecker/jsdiff/issues",
  28. "email": "kpdecker@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {},
  32. "deprecated": false,
  33. "description": "A javascript text diff implementation.",
  34. "devDependencies": {
  35. "async": "^1.4.2",
  36. "babel-core": "^6.0.0",
  37. "babel-loader": "^6.0.0",
  38. "babel-preset-es2015-mod": "^6.3.13",
  39. "babel-preset-es3": "^1.0.1",
  40. "chai": "^3.3.0",
  41. "colors": "^1.1.2",
  42. "eslint": "^1.6.0",
  43. "grunt": "^0.4.5",
  44. "grunt-babel": "^6.0.0",
  45. "grunt-clean": "^0.4.0",
  46. "grunt-cli": "^0.1.13",
  47. "grunt-contrib-clean": "^1.0.0",
  48. "grunt-contrib-copy": "^1.0.0",
  49. "grunt-contrib-uglify": "^1.0.0",
  50. "grunt-contrib-watch": "^1.0.0",
  51. "grunt-eslint": "^17.3.1",
  52. "grunt-karma": "^0.12.1",
  53. "grunt-mocha-istanbul": "^3.0.1",
  54. "grunt-mocha-test": "^0.12.7",
  55. "grunt-webpack": "^1.0.11",
  56. "istanbul": "github:kpdecker/istanbul",
  57. "karma": "^0.13.11",
  58. "karma-mocha": "^0.2.0",
  59. "karma-mocha-reporter": "^2.0.0",
  60. "karma-phantomjs-launcher": "^1.0.0",
  61. "karma-sauce-launcher": "^0.3.0",
  62. "karma-sourcemap-loader": "^0.3.6",
  63. "karma-webpack": "^1.7.0",
  64. "mocha": "^2.3.3",
  65. "phantomjs-prebuilt": "^2.1.5",
  66. "semver": "^5.0.3",
  67. "webpack": "^1.12.2",
  68. "webpack-dev-server": "^1.12.0"
  69. },
  70. "engines": {
  71. "node": ">=0.3.1"
  72. },
  73. "homepage": "https://github.com/kpdecker/jsdiff#readme",
  74. "keywords": [
  75. "diff",
  76. "javascript"
  77. ],
  78. "license": "BSD-3-Clause",
  79. "main": "./lib",
  80. "maintainers": [
  81. {
  82. "name": "Kevin Decker",
  83. "email": "kpdecker@gmail.com",
  84. "url": "http://incaseofstairs.com"
  85. }
  86. ],
  87. "name": "diff",
  88. "optionalDependencies": {},
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/kpdecker/jsdiff.git"
  92. },
  93. "scripts": {
  94. "test": "grunt"
  95. },
  96. "version": "3.5.0"
  97. }