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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "cliui@^5.0.0",
  3. "_id": "cliui@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
  6. "_location": "/cliui",
  7. "_phantomChildren": {
  8. "emoji-regex": "7.0.3",
  9. "is-fullwidth-code-point": "2.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "cliui@^5.0.0",
  15. "name": "cliui",
  16. "escapedName": "cliui",
  17. "rawSpec": "^5.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^5.0.0"
  20. },
  21. "_requiredBy": [
  22. "/yargs"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  25. "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
  26. "_spec": "cliui@^5.0.0",
  27. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs",
  28. "author": {
  29. "name": "Ben Coe",
  30. "email": "ben@npmjs.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/yargs/cliui/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "blanket": {
  38. "pattern": [
  39. "index.js"
  40. ],
  41. "data-cover-never": [
  42. "node_modules",
  43. "test"
  44. ],
  45. "output-reporter": "spec"
  46. }
  47. },
  48. "dependencies": {
  49. "string-width": "^3.1.0",
  50. "strip-ansi": "^5.2.0",
  51. "wrap-ansi": "^5.1.0"
  52. },
  53. "deprecated": false,
  54. "description": "easily create complex multi-column command-line-interfaces",
  55. "devDependencies": {
  56. "chai": "^4.2.0",
  57. "chalk": "^2.4.2",
  58. "coveralls": "^3.0.3",
  59. "mocha": "^6.0.2",
  60. "nyc": "^13.3.0",
  61. "standard": "^12.0.1",
  62. "standard-version": "^5.0.2"
  63. },
  64. "engine": {
  65. "node": ">=6"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/yargs/cliui#readme",
  71. "keywords": [
  72. "cli",
  73. "command-line",
  74. "layout",
  75. "design",
  76. "console",
  77. "wrap",
  78. "table"
  79. ],
  80. "license": "ISC",
  81. "main": "index.js",
  82. "name": "cliui",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/yargs/cliui.git"
  86. },
  87. "scripts": {
  88. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  89. "pretest": "standard",
  90. "release": "standard-version",
  91. "test": "nyc mocha"
  92. },
  93. "standard": {
  94. "ignore": [
  95. "**/example/**"
  96. ],
  97. "globals": [
  98. "it"
  99. ]
  100. },
  101. "version": "5.0.0"
  102. }