package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "wcwidth@^1.0.1",
  3. "_id": "wcwidth@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  6. "_location": "/wcwidth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wcwidth@^1.0.1",
  12. "name": "wcwidth",
  13. "escapedName": "wcwidth",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/ora",
  20. "/@vue/cli-shared-utils/ora"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz",
  23. "_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
  24. "_spec": "wcwidth@^1.0.1",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@vue\\cli-shared-utils\\node_modules\\ora",
  26. "author": {
  27. "name": "Tim Oxley"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/timoxley/wcwidth/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Woong Jun",
  36. "email": "woong.jun@gmail.com",
  37. "url": "http://code.woong.org/"
  38. }
  39. ],
  40. "dependencies": {
  41. "defaults": "^1.0.3"
  42. },
  43. "deprecated": false,
  44. "description": "Port of C's wcwidth() and wcswidth()",
  45. "devDependencies": {
  46. "tape": "^4.5.1"
  47. },
  48. "directories": {
  49. "doc": "docs",
  50. "test": "test"
  51. },
  52. "homepage": "https://github.com/timoxley/wcwidth#readme",
  53. "keywords": [
  54. "wide character",
  55. "wc",
  56. "wide character string",
  57. "wcs",
  58. "terminal",
  59. "width",
  60. "wcwidth",
  61. "wcswidth"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "wcwidth",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/timoxley/wcwidth.git"
  69. },
  70. "scripts": {
  71. "test": "tape test/*.js"
  72. },
  73. "version": "1.0.1"
  74. }