package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "string-width@2.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-width@2.1.1",
  10. "_id": "string-width@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
  13. "_location": "/string-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-width@2.1.1",
  19. "name": "string-width",
  20. "escapedName": "string-width",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin",
  27. "/cliui",
  28. "/eslint/inquirer",
  29. "/inquirer",
  30. "/table",
  31. "/webpack-dev-server/yargs",
  32. "/yargs"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/string-width/download/string-width-2.1.1.tgz",
  35. "_spec": "2.1.1",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/string-width/issues"
  44. },
  45. "dependencies": {
  46. "is-fullwidth-code-point": "^2.0.0",
  47. "strip-ansi": "^4.0.0"
  48. },
  49. "description": "Get the visual width of a string - the number of columns required to display it",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/string-width#readme",
  61. "keywords": [
  62. "string",
  63. "str",
  64. "character",
  65. "char",
  66. "unicode",
  67. "width",
  68. "visual",
  69. "column",
  70. "columns",
  71. "fullwidth",
  72. "full-width",
  73. "full",
  74. "ansi",
  75. "escape",
  76. "codes",
  77. "cli",
  78. "command-line",
  79. "terminal",
  80. "console",
  81. "cjk",
  82. "chinese",
  83. "japanese",
  84. "korean",
  85. "fixed-width"
  86. ],
  87. "license": "MIT",
  88. "name": "string-width",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/string-width.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "2.1.1"
  97. }