package.json 1.6 KB

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