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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "to-object-path@^0.3.0",
  3. "_id": "to-object-path@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  6. "_location": "/to-object-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-object-path@^0.3.0",
  12. "name": "to-object-path",
  13. "escapedName": "to-object-path",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  22. "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  23. "_spec": "to-object-path@^0.3.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\cache-base",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "kind-of": "^3.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Create an object path from a list or array of strings.",
  38. "devDependencies": {
  39. "base": "^0.6.7",
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/to-object-path",
  49. "keywords": [
  50. "dot",
  51. "nested",
  52. "notation",
  53. "object",
  54. "path",
  55. "stringify"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "to-object-path",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "verb": {
  68. "related": {
  69. "list": [
  70. "get-value",
  71. "set-value",
  72. "has-value",
  73. "omit-value",
  74. "unset-value"
  75. ]
  76. }
  77. },
  78. "version": "0.3.0"
  79. }