Ohm-Management - Projektarbeit B-ME
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "chalk@^2.4.2",
  3. "_id": "chalk@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chalk@^2.4.2",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^2.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.2"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  22. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  23. "_spec": "chalk@^2.4.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/inquirer",
  25. "bugs": {
  26. "url": "https://github.com/chalk/chalk/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "ansi-styles": "^3.2.1",
  31. "escape-string-regexp": "^1.0.5",
  32. "supports-color": "^5.3.0"
  33. },
  34. "deprecated": false,
  35. "description": "Terminal string styling done right",
  36. "devDependencies": {
  37. "ava": "*",
  38. "coveralls": "^3.0.0",
  39. "execa": "^0.9.0",
  40. "flow-bin": "^0.68.0",
  41. "import-fresh": "^2.0.0",
  42. "matcha": "^0.7.0",
  43. "nyc": "^11.0.2",
  44. "resolve-from": "^4.0.0",
  45. "typescript": "^2.5.3",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js",
  53. "templates.js",
  54. "types/index.d.ts",
  55. "index.js.flow"
  56. ],
  57. "homepage": "https://github.com/chalk/chalk#readme",
  58. "keywords": [
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "str",
  67. "ansi",
  68. "style",
  69. "styles",
  70. "tty",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "name": "chalk",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/chalk.git"
  86. },
  87. "scripts": {
  88. "bench": "matcha benchmark.js",
  89. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  90. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  91. },
  92. "types": "types/index.d.ts",
  93. "version": "2.4.2",
  94. "xo": {
  95. "envs": [
  96. "node",
  97. "mocha"
  98. ],
  99. "ignores": [
  100. "test/_flow.js"
  101. ]
  102. }
  103. }