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.
 
 
 
 

89 lines
2.0 KiB

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