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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "strip-ansi@^4.0.0",
  3. "_id": "strip-ansi@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
  6. "_location": "/string-width/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. "/string-width"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
  22. "_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
  23. "_spec": "strip-ansi@^4.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/string-width",
  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": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Strip ANSI escape codes",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/chalk/strip-ansi#readme",
  50. "keywords": [
  51. "strip",
  52. "trim",
  53. "remove",
  54. "ansi",
  55. "styles",
  56. "color",
  57. "colour",
  58. "colors",
  59. "terminal",
  60. "console",
  61. "string",
  62. "tty",
  63. "escape",
  64. "formatting",
  65. "rgb",
  66. "256",
  67. "shell",
  68. "xterm",
  69. "log",
  70. "logging",
  71. "command-line",
  72. "text"
  73. ],
  74. "license": "MIT",
  75. "name": "strip-ansi",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/chalk/strip-ansi.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "4.0.0"
  84. }