package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "gh-got@^6.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/github-username"
  6. ]
  7. ],
  8. "_from": "gh-got@>=6.0.0 <7.0.0",
  9. "_id": "gh-got@6.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/gh-got",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/gh-got-6.0.0.tgz_1496758032914_0.9559661238454282"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.0.0",
  23. "_phantomChildren": {
  24. "decompress-response": "3.3.0",
  25. "duplexer3": "0.1.4",
  26. "get-stream": "3.0.0",
  27. "is-plain-obj": "1.1.0",
  28. "is-retry-allowed": "1.1.0",
  29. "is-stream": "1.1.0",
  30. "isurl": "1.0.0",
  31. "lowercase-keys": "1.0.1",
  32. "p-finally": "1.0.0",
  33. "safe-buffer": "5.1.2",
  34. "timed-out": "4.0.1",
  35. "url-to-options": "1.0.1"
  36. },
  37. "_requested": {
  38. "name": "gh-got",
  39. "raw": "gh-got@^6.0.0",
  40. "rawSpec": "^6.0.0",
  41. "scope": null,
  42. "spec": ">=6.0.0 <7.0.0",
  43. "type": "range"
  44. },
  45. "_requiredBy": [
  46. "/github-username"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/gh-got/-/gh-got-6.0.0.tgz",
  49. "_shasum": "d74353004c6ec466647520a10bd46f7299d268d0",
  50. "_shrinkwrap": null,
  51. "_spec": "gh-got@^6.0.0",
  52. "_where": "/home/seleznev/project Angular/Quality system/node_modules/github-username",
  53. "author": {
  54. "email": "sindresorhus@gmail.com",
  55. "name": "Sindre Sorhus",
  56. "url": "sindresorhus.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/sindresorhus/gh-got/issues"
  60. },
  61. "dependencies": {
  62. "got": "^7.0.0",
  63. "is-plain-obj": "^1.1.0"
  64. },
  65. "description": "Convenience wrapper for `got` to interact with the GitHub API",
  66. "devDependencies": {
  67. "ava": "*",
  68. "get-stream": "^2.0.0",
  69. "nock": "^8.0.0",
  70. "xo": "*"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "integrity": "sha512-F/mS+fsWQMo1zfgG9MD8KWvTWPPzzhuVwY++fhQ5Ggd+0P+CAMHtzMZhNxG+TqGfHDChJKsbh6otfMGqO2AKBw==",
  75. "shasum": "d74353004c6ec466647520a10bd46f7299d268d0",
  76. "tarball": "https://registry.npmjs.org/gh-got/-/gh-got-6.0.0.tgz"
  77. },
  78. "engines": {
  79. "node": ">=4"
  80. },
  81. "files": [
  82. "index.js"
  83. ],
  84. "gitHead": "2c5a24e120f7c28ccfd4fd4396346e78390a6ed2",
  85. "homepage": "https://github.com/sindresorhus/gh-got#readme",
  86. "keywords": [
  87. "api",
  88. "get",
  89. "gh",
  90. "github",
  91. "got",
  92. "http",
  93. "https",
  94. "request",
  95. "uri",
  96. "url",
  97. "util",
  98. "utility"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "sindresorhus",
  104. "email": "sindresorhus@gmail.com"
  105. },
  106. {
  107. "name": "kevva",
  108. "email": "kevinmartensson@gmail.com"
  109. }
  110. ],
  111. "name": "gh-got",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/sindresorhus/gh-got.git"
  117. },
  118. "scripts": {
  119. "test": "xo && ava"
  120. },
  121. "version": "6.0.0",
  122. "xo": {
  123. "esnext": true
  124. }
  125. }