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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-wsl@^1.1.0",
  3. "_id": "is-wsl@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
  6. "_location": "/is-wsl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-wsl@^1.1.0",
  12. "name": "is-wsl",
  13. "escapedName": "is-wsl",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/opn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  22. "_shasum": "1f16e4aa22b04d1336b66188a66af3c600c3a66d",
  23. "_spec": "is-wsl@^1.1.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\opn",
  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-wsl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
  36. "devDependencies": {
  37. "ava": "*",
  38. "clear-require": "^2.0.0",
  39. "proxyquire": "^1.7.11",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-wsl#readme",
  49. "keywords": [
  50. "check",
  51. "wsl",
  52. "windows",
  53. "subsystem",
  54. "linux",
  55. "detect",
  56. "bash",
  57. "process",
  58. "console",
  59. "terminal",
  60. "is"
  61. ],
  62. "license": "MIT",
  63. "name": "is-wsl",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-wsl.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.1.0"
  72. }