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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "slice-ansi@1.0.0",
  3. "_id": "slice-ansi@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
  6. "_location": "/slice-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "slice-ansi@1.0.0",
  12. "name": "slice-ansi",
  13. "escapedName": "slice-ansi",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/table"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
  22. "_shasum": "044f1a49d8842ff307aad6b505ed178bd950134d",
  23. "_spec": "slice-ansi@1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/table",
  25. "author": {
  26. "name": "David Caccavella",
  27. "email": "threedeecee@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/chalk/slice-ansi/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-fullwidth-code-point": "^2.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Slice a string with ANSI escape codes",
  38. "devDependencies": {
  39. "ava": "*",
  40. "chalk": "^2.0.1",
  41. "random-item": "^1.0.0",
  42. "strip-ansi": "^4.0.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/chalk/slice-ansi#readme",
  52. "keywords": [
  53. "slice",
  54. "string",
  55. "ansi",
  56. "styles",
  57. "color",
  58. "colour",
  59. "colors",
  60. "terminal",
  61. "console",
  62. "cli",
  63. "tty",
  64. "escape",
  65. "formatting",
  66. "rgb",
  67. "256",
  68. "shell",
  69. "xterm",
  70. "log",
  71. "logging",
  72. "command-line",
  73. "text"
  74. ],
  75. "license": "MIT",
  76. "name": "slice-ansi",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/chalk/slice-ansi.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "1.0.0"
  85. }