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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "is-windows@^1.0.2",
  3. "_id": "is-windows@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
  6. "_location": "/is-windows",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-windows@^1.0.2",
  12. "name": "is-windows",
  13. "escapedName": "is-windows",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/nanomatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  22. "_shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
  23. "_spec": "is-windows@^1.0.2",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\nanomatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-windows/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "name": "Simen Bekkhus",
  40. "url": "https://github.com/SimenB"
  41. },
  42. {
  43. "name": "刘祺",
  44. "url": "gucong.co.cc"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
  49. "devDependencies": {
  50. "gulp-format-md": "^1.0.0",
  51. "mocha": "^3.5.3"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/is-windows",
  60. "keywords": [
  61. "check",
  62. "cywin",
  63. "is",
  64. "is-windows",
  65. "nix",
  66. "operating system",
  67. "os",
  68. "platform",
  69. "process",
  70. "unix",
  71. "win",
  72. "win32",
  73. "windows"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-windows",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/is-windows.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "is-absolute",
  97. "is-glob",
  98. "is-relative",
  99. "isobject",
  100. "window-size"
  101. ]
  102. },
  103. "lint": {
  104. "reflinks": true
  105. },
  106. "reflinks": [
  107. "verb"
  108. ]
  109. },
  110. "version": "1.0.2"
  111. }