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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "object-assign@latest",
  3. "_id": "object-assign@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  6. "_location": "/object-assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "object-assign@latest",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "latest",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "/cors",
  20. "/live-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  23. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  24. "_spec": "object-assign@latest",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/object-assign/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "ES2015 `Object.assign()` ponyfill",
  37. "devDependencies": {
  38. "ava": "^0.16.0",
  39. "lodash": "^4.16.4",
  40. "matcha": "^0.7.0",
  41. "xo": "^0.16.0"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  50. "keywords": [
  51. "object",
  52. "assign",
  53. "extend",
  54. "properties",
  55. "es2015",
  56. "ecmascript",
  57. "harmony",
  58. "ponyfill",
  59. "prollyfill",
  60. "polyfill",
  61. "shim",
  62. "browser"
  63. ],
  64. "license": "MIT",
  65. "name": "object-assign",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/object-assign.git"
  69. },
  70. "scripts": {
  71. "bench": "matcha bench.js",
  72. "test": "xo && ava"
  73. },
  74. "version": "4.1.1"
  75. }