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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "debug@3.2.6",
  3. "_id": "debug@3.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
  6. "_location": "/debug",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "debug@3.2.6",
  12. "name": "debug",
  13. "escapedName": "debug",
  14. "rawSpec": "3.2.6",
  15. "saveSpec": null,
  16. "fetchSpec": "3.2.6"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
  22. "_shasum": "e83d17de16d8a7efb7717edbe5fb10135eee629b",
  23. "_spec": "debug@3.2.6",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "browser": "./src/browser.js",
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/debug/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Nathan Rajlich",
  37. "email": "nathan@tootallnate.net",
  38. "url": "http://n8.io"
  39. },
  40. {
  41. "name": "Andrew Rhyne",
  42. "email": "rhyneandrew@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "ms": "^2.1.1"
  47. },
  48. "deprecated": false,
  49. "description": "small debugging utility",
  50. "devDependencies": {
  51. "@babel/cli": "^7.0.0",
  52. "@babel/core": "^7.0.0",
  53. "@babel/preset-env": "^7.0.0",
  54. "browserify": "14.4.0",
  55. "chai": "^3.5.0",
  56. "concurrently": "^3.1.0",
  57. "coveralls": "^3.0.2",
  58. "istanbul": "^0.4.5",
  59. "karma": "^3.0.0",
  60. "karma-chai": "^0.1.0",
  61. "karma-mocha": "^1.3.0",
  62. "karma-phantomjs-launcher": "^1.0.2",
  63. "mocha": "^5.2.0",
  64. "mocha-lcov-reporter": "^1.2.0",
  65. "rimraf": "^2.5.4",
  66. "xo": "^0.23.0"
  67. },
  68. "files": [
  69. "src",
  70. "node.js",
  71. "dist/debug.js",
  72. "LICENSE",
  73. "README.md"
  74. ],
  75. "homepage": "https://github.com/visionmedia/debug#readme",
  76. "keywords": [
  77. "debug",
  78. "log",
  79. "debugger"
  80. ],
  81. "license": "MIT",
  82. "main": "./src/index.js",
  83. "name": "debug",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/visionmedia/debug.git"
  87. },
  88. "unpkg": "./dist/debug.js",
  89. "version": "3.2.6"
  90. }