package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-fullwidth-code-point@^2.0.0",
  6. "scope": null,
  7. "escapedName": "is-fullwidth-code-point",
  8. "name": "is-fullwidth-code-point",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/string-width"
  14. ]
  15. ],
  16. "_from": "is-fullwidth-code-point@>=2.0.0 <3.0.0",
  17. "_id": "is-fullwidth-code-point@2.0.0",
  18. "_inCache": true,
  19. "_location": "/string-width/is-fullwidth-code-point",
  20. "_nodeVersion": "4.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/is-fullwidth-code-point-2.0.0.tgz_1474526567505_0.299921662081033"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-fullwidth-code-point@^2.0.0",
  33. "scope": null,
  34. "escapedName": "is-fullwidth-code-point",
  35. "name": "is-fullwidth-code-point",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/string-width"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  44. "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  45. "_shrinkwrap": null,
  46. "_spec": "is-fullwidth-code-point@^2.0.0",
  47. "_where": "/home/andrea/src/gopkg/src/gogs.carducci-dante.gov.it/andrea.fazzi/karmen/node_modules/string-width",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  65. "tarball": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=4"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "e94a78056056c5546f2bf4c4cf812a2163a46dae",
  74. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  75. "keywords": [
  76. "fullwidth",
  77. "full-width",
  78. "full",
  79. "width",
  80. "unicode",
  81. "character",
  82. "char",
  83. "string",
  84. "str",
  85. "codepoint",
  86. "code",
  87. "point",
  88. "is",
  89. "detect",
  90. "check"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "is-fullwidth-code-point",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "2.0.0",
  110. "xo": {
  111. "esnext": true
  112. }
  113. }