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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "p-locate@^3.0.0",
  3. "_id": "p-locate@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  6. "_location": "/p-locate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-locate@^3.0.0",
  12. "name": "p-locate",
  13. "escapedName": "p-locate",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/locate-path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  22. "_shasum": "322d69a05c0264b25997d9f40cd8a891ab0064a4",
  23. "_spec": "p-locate@^3.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\locate-path",
  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-locate/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-limit": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  39. "devDependencies": {
  40. "ava": "*",
  41. "delay": "^3.0.0",
  42. "in-range": "^1.0.0",
  43. "time-span": "^2.0.0",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/p-locate#readme",
  53. "keywords": [
  54. "promise",
  55. "locate",
  56. "find",
  57. "finder",
  58. "search",
  59. "searcher",
  60. "test",
  61. "array",
  62. "collection",
  63. "iterable",
  64. "iterator",
  65. "race",
  66. "fulfilled",
  67. "fastest",
  68. "async",
  69. "await",
  70. "promises",
  71. "bluebird"
  72. ],
  73. "license": "MIT",
  74. "name": "p-locate",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/p-locate.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "3.0.0"
  83. }