package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "code-point-at@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yargs/node_modules/cliui/node_modules/string-width"
  6. ]
  7. ],
  8. "_from": "code-point-at@>=1.0.0 <2.0.0",
  9. "_id": "code-point-at@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/code-point-at",
  13. "_nodeVersion": "4.6.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/code-point-at-1.1.0.tgz_1478169780337_0.8445875702891499"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "code-point-at",
  26. "raw": "code-point-at@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cli-truncate/string-width",
  34. "/webpack-dev-server/string-width",
  35. "/wrap-ansi/string-width",
  36. "/yargs/cliui/string-width"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  39. "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  40. "_shrinkwrap": null,
  41. "_spec": "code-point-at@^1.0.0",
  42. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yargs/node_modules/cliui/node_modules/string-width",
  43. "author": {
  44. "email": "sindresorhus@gmail.com",
  45. "name": "Sindre Sorhus",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/code-point-at/issues"
  50. },
  51. "dependencies": {},
  52. "description": "ES2015 `String#codePointAt()` ponyfill",
  53. "devDependencies": {
  54. "ava": "*",
  55. "xo": "^0.16.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  60. "tarball": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "f8f21c8df2d40248fef1b36ca9076e59c0c34791",
  69. "homepage": "https://github.com/sindresorhus/code-point-at#readme",
  70. "keywords": [
  71. "at",
  72. "code",
  73. "codepoint",
  74. "es2015",
  75. "point",
  76. "polyfill",
  77. "ponyfill",
  78. "shim",
  79. "str",
  80. "string",
  81. "unicode"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "code-point-at",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/code-point-at.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "1.1.0"
  101. }