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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "strip-ansi@^4.0.0",
  3. "_id": "strip-ansi@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
  6. "_location": "/strip-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-ansi@^4.0.0",
  12. "name": "strip-ansi",
  13. "escapedName": "strip-ansi",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/inquirer",
  21. "/string-width"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
  24. "_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
  25. "_spec": "strip-ansi@^4.0.0",
  26. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/chalk/strip-ansi/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ansi-regex": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Strip ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  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"
  84. },
  85. "version": "4.0.0"
  86. }