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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "growl@1.10.5",
  3. "_id": "growl@1.10.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==",
  6. "_location": "/growl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "growl@1.10.5",
  12. "name": "growl",
  13. "escapedName": "growl",
  14. "rawSpec": "1.10.5",
  15. "saveSpec": null,
  16. "fetchSpec": "1.10.5"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
  22. "_shasum": "f2735dc2283674fa67478b10181059355c369e5e",
  23. "_spec": "growl@1.10.5",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tj/node-growl/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Growl unobtrusive notifications",
  35. "devDependencies": {
  36. "eslint": "^4.8.0",
  37. "eslint-config-airbnb-base": "^12.0.1",
  38. "eslint-plugin-import": "^2.7.0",
  39. "eslint-plugin-node": "^5.2.0"
  40. },
  41. "engines": {
  42. "node": ">=4.x"
  43. },
  44. "homepage": "https://github.com/tj/node-growl#readme",
  45. "license": "MIT",
  46. "main": "./lib/growl.js",
  47. "maintainers": [
  48. {
  49. "name": "Joshua Boy Nicolai Appelman",
  50. "email": "joshua@jbnicolai.nl"
  51. },
  52. {
  53. "name": "Timo Sand",
  54. "email": "timo.sand@iki.fi"
  55. }
  56. ],
  57. "name": "growl",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/tj/node-growl.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint --ext js lib ",
  64. "test": "node test.js"
  65. },
  66. "version": "1.10.5"
  67. }