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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "snapdragon-node@^2.0.1",
  3. "_id": "snapdragon-node@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  6. "_location": "/snapdragon-node",
  7. "_phantomChildren": {
  8. "kind-of": "6.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "snapdragon-node@^2.0.1",
  14. "name": "snapdragon-node",
  15. "escapedName": "snapdragon-node",
  16. "rawSpec": "^2.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.1"
  19. },
  20. "_requiredBy": [
  21. "/live-server/braces",
  22. "/micromatch/braces"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  25. "_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  26. "_spec": "snapdragon-node@^2.0.1",
  27. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "define-property": "^1.0.0",
  38. "isobject": "^3.0.0",
  39. "snapdragon-util": "^3.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  43. "devDependencies": {
  44. "gulp": "^3.9.1",
  45. "gulp-eslint": "^4.0.0",
  46. "gulp-format-md": "^0.1.12",
  47. "gulp-istanbul": "^1.1.2",
  48. "gulp-mocha": "^3.0.1",
  49. "mocha": "^3.4.2",
  50. "snapdragon": "^0.11.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/snapdragon-node",
  59. "keywords": [
  60. "ast",
  61. "compile",
  62. "compiler",
  63. "convert",
  64. "node",
  65. "parse",
  66. "parser",
  67. "plugin",
  68. "render",
  69. "snapdragon",
  70. "snapdragonplugin",
  71. "token",
  72. "transform"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "snapdragon-node",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "related": {
  93. "list": [
  94. "breakdance",
  95. "snapdragon",
  96. "snapdragon-capture",
  97. "snapdragon-cheerio",
  98. "snapdragon-util"
  99. ]
  100. },
  101. "reflinks": [
  102. "verb",
  103. "verb-generate-readme"
  104. ],
  105. "lint": {
  106. "reflinks": true
  107. }
  108. },
  109. "version": "2.1.1"
  110. }