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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-binary-path@~2.1.0",
  3. "_id": "is-binary-path@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6. "_location": "/is-binary-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-binary-path@~2.1.0",
  12. "name": "is-binary-path",
  13. "escapedName": "is-binary-path",
  14. "rawSpec": "~2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  22. "_shasum": "ea1f7f3b80f064236e83470f86c09c254fb45b09",
  23. "_spec": "is-binary-path@~2.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "binary-extensions": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a file path is a binary file",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  52. "keywords": [
  53. "binary",
  54. "extensions",
  55. "extension",
  56. "file",
  57. "path",
  58. "check",
  59. "detect",
  60. "is"
  61. ],
  62. "license": "MIT",
  63. "name": "is-binary-path",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "2.1.0"
  72. }