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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "assign-symbols@^1.0.0",
  3. "_id": "assign-symbols@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
  6. "_location": "/assign-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assign-symbols@^1.0.0",
  12. "name": "assign-symbols",
  13. "escapedName": "assign-symbols",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/extend-shallow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  22. "_shasum": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367",
  23. "_spec": "assign-symbols@^1.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\extend-shallow",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
  35. "devDependencies": {
  36. "mocha": "^3.0.0"
  37. },
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/jonschlinkert/assign-symbols",
  45. "keywords": [
  46. "assign",
  47. "symbols"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "assign-symbols",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  55. },
  56. "scripts": {
  57. "test": "mocha"
  58. },
  59. "verb": {
  60. "related": {
  61. "list": [
  62. "assign-deep",
  63. "mixin-deep",
  64. "merge-deep",
  65. "extend-shallow",
  66. "clone-deep"
  67. ]
  68. }
  69. },
  70. "version": "1.0.0"
  71. }