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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "strip-ansi@^5.1.0",
  3. "_id": "strip-ansi@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^5.1.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  22. "_shasum": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae",
  23. "_spec": "strip-ansi@^5.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chalk/strip-ansi/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ansi-regex": "^4.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Strip ANSI escape codes from a string",
  39. "devDependencies": {
  40. "ava": "^1.3.1",
  41. "tsd-check": "^0.5.0",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/chalk/strip-ansi#readme",
  52. "keywords": [
  53. "strip",
  54. "trim",
  55. "remove",
  56. "ansi",
  57. "styles",
  58. "color",
  59. "colour",
  60. "colors",
  61. "terminal",
  62. "console",
  63. "string",
  64. "tty",
  65. "escape",
  66. "formatting",
  67. "rgb",
  68. "256",
  69. "shell",
  70. "xterm",
  71. "log",
  72. "logging",
  73. "command-line",
  74. "text"
  75. ],
  76. "license": "MIT",
  77. "name": "strip-ansi",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/chalk/strip-ansi.git"
  81. },
  82. "scripts": {
  83. "test": "xo && ava && tsd-check"
  84. },
  85. "version": "5.2.0"
  86. }