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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "snapdragon-util@^3.0.1",
  3. "_id": "snapdragon-util@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  6. "_location": "/snapdragon-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "snapdragon-util@^3.0.1",
  12. "name": "snapdragon-util",
  13. "escapedName": "snapdragon-util",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/snapdragon-node"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  22. "_shasum": "f956479486f2acd79700693f6f7b805e45ab56e2",
  23. "_spec": "snapdragon-util@^3.0.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\snapdragon-node",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/snapdragon-util/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "kind-of": "^3.2.0"
  35. },
  36. "deprecated": false,
  37. "description": "Utilities for the snapdragon parser/compiler.",
  38. "devDependencies": {
  39. "define-property": "^1.0.0",
  40. "gulp": "^3.9.1",
  41. "gulp-eslint": "^3.0.1",
  42. "gulp-format-md": "^0.1.12",
  43. "gulp-istanbul": "^1.1.1",
  44. "gulp-mocha": "^3.0.0",
  45. "isobject": "^3.0.0",
  46. "mocha": "^3.3.0",
  47. "snapdragon": "^0.11.0",
  48. "snapdragon-node": "^1.0.6"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/snapdragon-util",
  57. "keywords": [
  58. "capture",
  59. "compile",
  60. "compiler",
  61. "convert",
  62. "match",
  63. "parse",
  64. "parser",
  65. "plugin",
  66. "render",
  67. "snapdragon",
  68. "snapdragonplugin",
  69. "transform",
  70. "util"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "snapdragon-util",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/snapdragon-util.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "toc": "collapsible",
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "3.0.1"
  96. }