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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "depd@~2.0.0",
  3. "_id": "depd@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  6. "_location": "/depd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "depd@~2.0.0",
  12. "name": "depd",
  13. "escapedName": "depd",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/morgan"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  22. "_shasum": "b696163cc757560d09cf22cc8fad1571b79e76df",
  23. "_spec": "depd@~2.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\morgan",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "browser": "lib/browser/index.js",
  30. "bugs": {
  31. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Deprecate all the things",
  36. "devDependencies": {
  37. "beautify-benchmark": "0.2.4",
  38. "benchmark": "2.1.4",
  39. "eslint": "5.7.0",
  40. "eslint-config-standard": "12.0.0",
  41. "eslint-plugin-import": "2.14.0",
  42. "eslint-plugin-markdown": "1.0.0-beta.7",
  43. "eslint-plugin-node": "7.0.1",
  44. "eslint-plugin-promise": "4.0.1",
  45. "eslint-plugin-standard": "4.0.0",
  46. "istanbul": "0.4.5",
  47. "mocha": "5.2.0",
  48. "safe-buffer": "5.1.2",
  49. "uid-safe": "2.1.5"
  50. },
  51. "engines": {
  52. "node": ">= 0.8"
  53. },
  54. "files": [
  55. "lib/",
  56. "History.md",
  57. "LICENSE",
  58. "index.js",
  59. "Readme.md"
  60. ],
  61. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  62. "keywords": [
  63. "deprecate",
  64. "deprecated"
  65. ],
  66. "license": "MIT",
  67. "name": "depd",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  71. },
  72. "scripts": {
  73. "bench": "node benchmark/index.js",
  74. "lint": "eslint --plugin markdown --ext js,md .",
  75. "test": "mocha --reporter spec --bail test/",
  76. "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
  77. "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
  78. },
  79. "version": "2.0.0"
  80. }