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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "object-copy@^0.1.0",
  3. "_id": "object-copy@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
  6. "_location": "/object-copy",
  7. "_phantomChildren": {
  8. "is-descriptor": "0.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "object-copy@^0.1.0",
  14. "name": "object-copy",
  15. "escapedName": "object-copy",
  16. "rawSpec": "^0.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.1.0"
  19. },
  20. "_requiredBy": [
  21. "/static-extend"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  24. "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
  25. "_spec": "object-copy@^0.1.0",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\static-extend",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/object-copy/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "copy-descriptor": "^0.1.0",
  37. "define-property": "^0.2.5",
  38. "kind-of": "^3.0.3"
  39. },
  40. "deprecated": false,
  41. "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  42. "devDependencies": {
  43. "gulp-format-md": "*",
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/object-copy",
  53. "keywords": [
  54. "copy",
  55. "object"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "object-copy",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jonschlinkert/object-copy.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "verb": {
  68. "layout": "default",
  69. "plugins": [
  70. "gulp-format-md"
  71. ],
  72. "related": {
  73. "list": []
  74. },
  75. "reflinks": [
  76. "verb"
  77. ]
  78. },
  79. "version": "0.1.0"
  80. }