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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "wide-align@1.1.3",
  3. "_id": "wide-align@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
  6. "_location": "/wide-align",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "wide-align@1.1.3",
  12. "name": "wide-align",
  13. "escapedName": "wide-align",
  14. "rawSpec": "1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
  22. "_shasum": "ae074e6bdc0c14a431e804e624549c633b000457",
  23. "_spec": "wide-align@1.1.3",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org",
  28. "url": "http://re-becca.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/iarna/wide-align/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "string-width": "^1.0.2 || 2"
  36. },
  37. "deprecated": false,
  38. "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  39. "devDependencies": {
  40. "tap": "10 || 11 || 12"
  41. },
  42. "files": [
  43. "align.js"
  44. ],
  45. "homepage": "https://github.com/iarna/wide-align#readme",
  46. "keywords": [
  47. "wide",
  48. "double",
  49. "unicode",
  50. "cjkv",
  51. "pad",
  52. "align"
  53. ],
  54. "license": "ISC",
  55. "main": "align.js",
  56. "name": "wide-align",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/iarna/wide-align.git"
  60. },
  61. "scripts": {
  62. "test": "tap --coverage test/*.js",
  63. "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
  64. },
  65. "version": "1.1.3"
  66. }