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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "graceful-fs@^4.1.11",
  3. "_id": "graceful-fs@4.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
  6. "_location": "/graceful-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "graceful-fs@^4.1.11",
  12. "name": "graceful-fs",
  13. "escapedName": "graceful-fs",
  14. "rawSpec": "^4.1.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.11"
  17. },
  18. "_requiredBy": [
  19. "/live-server/readdirp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
  22. "_shasum": "2256bde14d3632958c465ebc96dc467ca07a29fb",
  23. "_spec": "graceful-fs@^4.1.11",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server\\node_modules\\readdirp",
  25. "bugs": {
  26. "url": "https://github.com/isaacs/node-graceful-fs/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "A drop-in replacement for fs, making various improvements.",
  32. "devDependencies": {
  33. "import-fresh": "^2.0.0",
  34. "mkdirp": "^0.5.0",
  35. "rimraf": "^2.2.8",
  36. "tap": "^12.7.0"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "files": [
  42. "fs.js",
  43. "graceful-fs.js",
  44. "legacy-streams.js",
  45. "polyfills.js",
  46. "clone.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
  49. "keywords": [
  50. "fs",
  51. "module",
  52. "reading",
  53. "retry",
  54. "retries",
  55. "queue",
  56. "error",
  57. "errors",
  58. "handling",
  59. "EMFILE",
  60. "EAGAIN",
  61. "EINVAL",
  62. "EPERM",
  63. "EACCESS"
  64. ],
  65. "license": "ISC",
  66. "main": "graceful-fs.js",
  67. "name": "graceful-fs",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  71. },
  72. "scripts": {
  73. "postpublish": "git push origin --follow-tags",
  74. "postversion": "npm publish",
  75. "preversion": "npm test",
  76. "test": "node test.js | tap -"
  77. },
  78. "version": "4.2.4"
  79. }