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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "flat@^4.1.0",
  3. "_id": "flat@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==",
  6. "_location": "/flat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "flat@^4.1.0",
  12. "name": "flat",
  13. "escapedName": "flat",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs-unparser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz",
  22. "_shasum": "090bec8b05e39cba309747f1d588f04dbaf98db2",
  23. "_spec": "flat@^4.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs-unparser",
  25. "author": {
  26. "name": "Hugh Kennedy",
  27. "email": "hughskennedy@gmail.com",
  28. "url": "http://hughskennedy.com"
  29. },
  30. "bin": {
  31. "flat": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/hughsk/flat/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "is-buffer": "~2.0.3"
  39. },
  40. "deprecated": false,
  41. "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
  42. "devDependencies": {
  43. "mocha": "~5.2.0",
  44. "standard": "^11.0.1"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/hughsk/flat",
  50. "keywords": [
  51. "flat",
  52. "json",
  53. "flatten",
  54. "unflatten",
  55. "split",
  56. "object",
  57. "nested"
  58. ],
  59. "license": "BSD-3-Clause",
  60. "main": "index.js",
  61. "name": "flat",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/hughsk/flat.git"
  65. },
  66. "scripts": {
  67. "test": "mocha -u tdd --reporter spec && standard index.js test/index.js"
  68. },
  69. "version": "4.1.0"
  70. }