package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wcwidth@^1.0.0",
  6. "scope": null,
  7. "escapedName": "wcwidth",
  8. "name": "wcwidth",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/columnify"
  14. ]
  15. ],
  16. "_from": "wcwidth@>=1.0.0 <2.0.0",
  17. "_id": "wcwidth@1.0.1",
  18. "_inCache": true,
  19. "_location": "/wcwidth",
  20. "_nodeVersion": "5.10.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/wcwidth-1.0.1.tgz_1464580614788_0.27110297488979995"
  24. },
  25. "_npmUser": {
  26. "name": "timoxley",
  27. "email": "secoif@gmail.com"
  28. },
  29. "_npmVersion": "3.9.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "wcwidth@^1.0.0",
  33. "scope": null,
  34. "escapedName": "wcwidth",
  35. "name": "wcwidth",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/columnify"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  44. "_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
  45. "_shrinkwrap": null,
  46. "_spec": "wcwidth@^1.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/columnify",
  48. "author": {
  49. "name": "Tim Oxley"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/timoxley/wcwidth/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Woong Jun",
  57. "email": "woong.jun@gmail.com",
  58. "url": "http://code.woong.org/"
  59. }
  60. ],
  61. "dependencies": {
  62. "defaults": "^1.0.3"
  63. },
  64. "description": "Port of C's wcwidth() and wcswidth()",
  65. "devDependencies": {
  66. "tape": "^4.5.1"
  67. },
  68. "directories": {
  69. "doc": "docs",
  70. "test": "test"
  71. },
  72. "dist": {
  73. "shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
  74. "tarball": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
  75. },
  76. "gitHead": "5f7935f7df9d4146e001829ed14d1629ced210ba",
  77. "homepage": "https://github.com/timoxley/wcwidth#readme",
  78. "keywords": [
  79. "wide character",
  80. "wc",
  81. "wide character string",
  82. "wcs",
  83. "terminal",
  84. "width",
  85. "wcwidth",
  86. "wcswidth"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "timoxley",
  93. "email": "secoif@gmail.com"
  94. }
  95. ],
  96. "name": "wcwidth",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/timoxley/wcwidth.git"
  102. },
  103. "scripts": {
  104. "test": "tape test/*.js"
  105. },
  106. "version": "1.0.1"
  107. }