package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "eastasianwidth@^0.2.0",
  3. "_id": "eastasianwidth@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6. "_location": "/eastasianwidth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eastasianwidth@^0.2.0",
  12. "name": "eastasianwidth",
  13. "escapedName": "eastasianwidth",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-truncate/string-width"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  22. "_shasum": "696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb",
  23. "_spec": "eastasianwidth@^0.2.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\cli-truncate\\node_modules\\string-width",
  25. "author": {
  26. "name": "Masaki Komagata"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/komagata/eastasianwidth/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Get East Asian Width from a character.",
  34. "devDependencies": {
  35. "mocha": "~1.9.0"
  36. },
  37. "files": [
  38. "eastasianwidth.js"
  39. ],
  40. "homepage": "https://github.com/komagata/eastasianwidth#readme",
  41. "license": "MIT",
  42. "main": "eastasianwidth.js",
  43. "name": "eastasianwidth",
  44. "repository": {
  45. "type": "git",
  46. "url": "git://github.com/komagata/eastasianwidth.git"
  47. },
  48. "scripts": {
  49. "test": "mocha"
  50. },
  51. "version": "0.2.0"
  52. }