package.json 1.8 KB

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