package.json 2.8 KB

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