package.json 2.7 KB

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