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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "p-try@^2.0.0",
  3. "_id": "p-try@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  6. "_location": "/p-try",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-try@^2.0.0",
  12. "name": "p-try",
  13. "escapedName": "p-try",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/p-limit"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  22. "_shasum": "cb2868540e313d61de58fafbe35ce9004d5540e6",
  23. "_spec": "p-try@^2.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\p-limit",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-try/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "`Start a promise chain",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.1",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/p-try#readme",
  49. "keywords": [
  50. "promise",
  51. "try",
  52. "resolve",
  53. "function",
  54. "catch",
  55. "async",
  56. "await",
  57. "promises",
  58. "settled",
  59. "ponyfill",
  60. "polyfill",
  61. "shim",
  62. "bluebird"
  63. ],
  64. "license": "MIT",
  65. "name": "p-try",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/p-try.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "2.2.0"
  74. }