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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "arr-flatten@^1.1.0",
  3. "_id": "arr-flatten@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  6. "_location": "/arr-flatten",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-flatten@^1.1.0",
  12. "name": "arr-flatten",
  13. "escapedName": "arr-flatten",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/live-server/braces",
  20. "/micromatch/braces"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  23. "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
  24. "_spec": "arr-flatten@^1.1.0",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jon Schlinkert",
  37. "url": "http://twitter.com/jonschlinkert"
  38. },
  39. {
  40. "name": "Luke Edwards",
  41. "url": "https://lukeed.com"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Recursively flatten an array or arrays.",
  46. "devDependencies": {
  47. "ansi-bold": "^0.1.1",
  48. "array-flatten": "^2.1.1",
  49. "array-slice": "^1.0.0",
  50. "benchmarked": "^1.0.0",
  51. "compute-flatten": "^1.0.0",
  52. "flatit": "^1.1.1",
  53. "flatten": "^1.0.2",
  54. "flatten-array": "^1.0.0",
  55. "glob": "^7.1.1",
  56. "gulp-format-md": "^0.1.12",
  57. "just-flatten-it": "^1.1.23",
  58. "lodash.flattendeep": "^4.4.0",
  59. "m_flattened": "^1.0.1",
  60. "mocha": "^3.2.0",
  61. "utils-flatten": "^1.0.0",
  62. "write": "^0.3.3"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  71. "keywords": [
  72. "arr",
  73. "array",
  74. "elements",
  75. "flat",
  76. "flatten",
  77. "nested",
  78. "recurse",
  79. "recursive",
  80. "recursively"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "arr-flatten",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "toc": false,
  94. "layout": "default",
  95. "tasks": [
  96. "readme"
  97. ],
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "related": {
  102. "list": [
  103. "arr-filter",
  104. "arr-union",
  105. "array-each",
  106. "array-unique"
  107. ]
  108. },
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "1.1.0"
  114. }