package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "/ora"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  22. "_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
  23. "_spec": "wcwidth@^1.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ora",
  25. "author": {
  26. "name": "Tim Oxley"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/timoxley/wcwidth/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Woong Jun",
  35. "email": "woong.jun@gmail.com",
  36. "url": "http://code.woong.org/"
  37. }
  38. ],
  39. "dependencies": {
  40. "defaults": "^1.0.3"
  41. },
  42. "deprecated": false,
  43. "description": "Port of C's wcwidth() and wcswidth()",
  44. "devDependencies": {
  45. "tape": "^4.5.1"
  46. },
  47. "directories": {
  48. "doc": "docs",
  49. "test": "test"
  50. },
  51. "homepage": "https://github.com/timoxley/wcwidth#readme",
  52. "keywords": [
  53. "wide character",
  54. "wc",
  55. "wide character string",
  56. "wcs",
  57. "terminal",
  58. "width",
  59. "wcwidth",
  60. "wcswidth"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "wcwidth",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/timoxley/wcwidth.git"
  68. },
  69. "scripts": {
  70. "test": "tape test/*.js"
  71. },
  72. "version": "1.0.1"
  73. }