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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "is-fullwidth-code-point@^2.0.0",
  3. "_id": "is-fullwidth-code-point@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
  6. "_location": "/is-fullwidth-code-point",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-fullwidth-code-point@^2.0.0",
  12. "name": "is-fullwidth-code-point",
  13. "escapedName": "is-fullwidth-code-point",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cliui/string-width",
  20. "/string-width",
  21. "/wrap-ansi/string-width",
  22. "/yargs/string-width"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  25. "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  26. "_spec": "is-fullwidth-code-point@^2.0.0",
  27. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\string-width",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  50. "keywords": [
  51. "fullwidth",
  52. "full-width",
  53. "full",
  54. "width",
  55. "unicode",
  56. "character",
  57. "char",
  58. "string",
  59. "str",
  60. "codepoint",
  61. "code",
  62. "point",
  63. "is",
  64. "detect",
  65. "check"
  66. ],
  67. "license": "MIT",
  68. "name": "is-fullwidth-code-point",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }