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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "is-data-descriptor@^0.1.4",
  3. "_id": "is-data-descriptor@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
  6. "_location": "/is-data-descriptor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-data-descriptor@^0.1.4",
  12. "name": "is-data-descriptor",
  13. "escapedName": "is-data-descriptor",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/is-descriptor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
  22. "_shasum": "0b5ee648388e2c860282e793f1856fec3f301b56",
  23. "_spec": "is-data-descriptor@^0.1.4",
  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-data-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 data 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-data-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-data-descriptor",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-data-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. },
  90. "version": "0.1.4"
  91. }