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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "is-number@^7.0.0",
  3. "_id": "is-number@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6. "_location": "/is-number",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-number@^7.0.0",
  12. "name": "is-number",
  13. "escapedName": "is-number",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/to-regex-range"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  22. "_shasum": "7535345b896734d5f80c4d06c50955527a14f12b",
  23. "_spec": "is-number@^7.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\to-regex-range",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-number/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "name": "Olsten Larck",
  40. "url": "https://i.am.charlike.online"
  41. },
  42. {
  43. "name": "Rouven Weßling",
  44. "url": "www.rouvenwessling.de"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
  49. "devDependencies": {
  50. "ansi": "^0.3.1",
  51. "benchmark": "^2.1.4",
  52. "gulp-format-md": "^1.0.0",
  53. "mocha": "^3.5.3"
  54. },
  55. "engines": {
  56. "node": ">=0.12.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/is-number",
  62. "keywords": [
  63. "cast",
  64. "check",
  65. "coerce",
  66. "coercion",
  67. "finite",
  68. "integer",
  69. "is",
  70. "isnan",
  71. "is-nan",
  72. "is-num",
  73. "is-number",
  74. "isnumber",
  75. "isfinite",
  76. "istype",
  77. "kind",
  78. "math",
  79. "nan",
  80. "num",
  81. "number",
  82. "numeric",
  83. "parseFloat",
  84. "parseInt",
  85. "test",
  86. "type",
  87. "typeof",
  88. "value"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-number",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/is-number.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "related": {
  107. "list": [
  108. "is-plain-object",
  109. "is-primitive",
  110. "isobject",
  111. "kind-of"
  112. ]
  113. },
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "7.0.0"
  122. }