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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "is-accessor-descriptor@^0.1.6",
  3. "_id": "is-accessor-descriptor@0.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
  6. "_location": "/is-accessor-descriptor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-accessor-descriptor@^0.1.6",
  12. "name": "is-accessor-descriptor",
  13. "escapedName": "is-accessor-descriptor",
  14. "rawSpec": "^0.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.6"
  17. },
  18. "_requiredBy": [
  19. "/is-descriptor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
  22. "_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
  23. "_spec": "is-accessor-descriptor@^0.1.6",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\is-descriptor",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "kind-of": "^3.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
  38. "devDependencies": {
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
  49. "keywords": [
  50. "accessor",
  51. "check",
  52. "data",
  53. "descriptor",
  54. "get",
  55. "getter",
  56. "is",
  57. "keys",
  58. "object",
  59. "properties",
  60. "property",
  61. "set",
  62. "setter",
  63. "type",
  64. "valid",
  65. "value"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-accessor-descriptor",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "related": {
  79. "list": [
  80. "is-accessor-descriptor",
  81. "is-data-descriptor",
  82. "is-descriptor",
  83. "isobject"
  84. ]
  85. },
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "layout": "default"
  90. },
  91. "version": "0.1.6"
  92. }