You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
2.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "string-width@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/friendly-errors-webpack-plugin"
  6. ]
  7. ],
  8. "_from": "string-width@>=2.0.0 <3.0.0",
  9. "_id": "string-width@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/string-width",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/string-width-2.1.1.tgz_1500376154382_0.7171604454051703"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.0.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "string-width",
  26. "raw": "string-width@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/friendly-errors-webpack-plugin",
  34. "/yargs",
  35. "/yargs/cliui"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  38. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  39. "_shrinkwrap": null,
  40. "_spec": "string-width@^2.0.0",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/friendly-errors-webpack-plugin",
  42. "author": {
  43. "email": "sindresorhus@gmail.com",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/string-width/issues"
  49. },
  50. "dependencies": {
  51. "is-fullwidth-code-point": "^2.0.0",
  52. "strip-ansi": "^4.0.0"
  53. },
  54. "description": "Get the visual width of a string - the number of columns required to display it",
  55. "devDependencies": {
  56. "ava": "*",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  62. "shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  63. "tarball": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "74d8d552b465692790c41169b123409669d41079",
  72. "homepage": "https://github.com/sindresorhus/string-width#readme",
  73. "keywords": [
  74. "ansi",
  75. "char",
  76. "character",
  77. "chinese",
  78. "cjk",
  79. "cli",
  80. "codes",
  81. "column",
  82. "columns",
  83. "command-line",
  84. "console",
  85. "escape",
  86. "fixed-width",
  87. "full",
  88. "full-width",
  89. "fullwidth",
  90. "japanese",
  91. "korean",
  92. "str",
  93. "string",
  94. "terminal",
  95. "unicode",
  96. "visual",
  97. "width"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "sindresorhus",
  103. "email": "sindresorhus@gmail.com"
  104. }
  105. ],
  106. "name": "string-width",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/sindresorhus/string-width.git"
  112. },
  113. "scripts": {
  114. "test": "xo && ava"
  115. },
  116. "version": "2.1.1"
  117. }