package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "request@^2.61.0",
  6. "scope": null,
  7. "escapedName": "request",
  8. "name": "request",
  9. "rawSpec": "^2.61.0",
  10. "spec": ">=2.61.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "request@>=2.61.0 <3.0.0",
  17. "_id": "request@2.79.0",
  18. "_inCache": true,
  19. "_location": "/request",
  20. "_nodeVersion": "6.3.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/request-2.79.0.tgz_1479489666177_0.7806831058114767"
  24. },
  25. "_npmUser": {
  26. "name": "simov",
  27. "email": "simeonvelichkov@gmail.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "request@^2.61.0",
  33. "scope": null,
  34. "escapedName": "request",
  35. "name": "request",
  36. "rawSpec": "^2.61.0",
  37. "spec": ">=2.61.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/node-gyp",
  42. "/node-sass"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
  45. "_shasum": "4dfe5bf6be8b8cdc37fcf93e04b65577722710de",
  46. "_shrinkwrap": null,
  47. "_spec": "request@^2.61.0",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/node_modules/node-sass",
  49. "author": {
  50. "name": "Mikeal Rogers",
  51. "email": "mikeal.rogers@gmail.com"
  52. },
  53. "bugs": {
  54. "url": "http://github.com/request/request/issues"
  55. },
  56. "dependencies": {
  57. "aws-sign2": "~0.6.0",
  58. "aws4": "^1.2.1",
  59. "caseless": "~0.11.0",
  60. "combined-stream": "~1.0.5",
  61. "extend": "~3.0.0",
  62. "forever-agent": "~0.6.1",
  63. "form-data": "~2.1.1",
  64. "har-validator": "~2.0.6",
  65. "hawk": "~3.1.3",
  66. "http-signature": "~1.1.0",
  67. "is-typedarray": "~1.0.0",
  68. "isstream": "~0.1.2",
  69. "json-stringify-safe": "~5.0.1",
  70. "mime-types": "~2.1.7",
  71. "oauth-sign": "~0.8.1",
  72. "qs": "~6.3.0",
  73. "stringstream": "~0.0.4",
  74. "tough-cookie": "~2.3.0",
  75. "tunnel-agent": "~0.4.1",
  76. "uuid": "^3.0.0"
  77. },
  78. "description": "Simplified HTTP request client.",
  79. "devDependencies": {
  80. "bluebird": "^3.2.1",
  81. "browserify": "^13.0.1",
  82. "browserify-istanbul": "^2.0.0",
  83. "buffer-equal": "^1.0.0",
  84. "codecov": "^1.0.1",
  85. "coveralls": "^2.11.4",
  86. "eslint": "^2.5.3",
  87. "function-bind": "^1.0.2",
  88. "istanbul": "^0.4.0",
  89. "karma": "^1.1.1",
  90. "karma-browserify": "^5.0.1",
  91. "karma-cli": "^1.0.0",
  92. "karma-coverage": "^1.0.0",
  93. "karma-phantomjs-launcher": "^1.0.0",
  94. "karma-tap": "^3.0.1",
  95. "phantomjs-prebuilt": "^2.1.3",
  96. "rimraf": "^2.2.8",
  97. "server-destroy": "^1.0.1",
  98. "tape": "^4.6.0",
  99. "taper": "^0.5.0"
  100. },
  101. "directories": {},
  102. "dist": {
  103. "shasum": "4dfe5bf6be8b8cdc37fcf93e04b65577722710de",
  104. "tarball": "https://registry.npmjs.org/request/-/request-2.79.0.tgz"
  105. },
  106. "engines": {
  107. "node": ">= 4"
  108. },
  109. "files": [
  110. "lib/",
  111. "index.js",
  112. "request.js"
  113. ],
  114. "gitHead": "ff729c6f1a87237060d075908563ce13386395ac",
  115. "greenkeeper": {
  116. "ignore": [
  117. "eslint",
  118. "hawk",
  119. "har-validator"
  120. ]
  121. },
  122. "homepage": "https://github.com/request/request#readme",
  123. "license": "Apache-2.0",
  124. "main": "index.js",
  125. "maintainers": [
  126. {
  127. "name": "mikeal",
  128. "email": "mikeal.rogers@gmail.com"
  129. },
  130. {
  131. "name": "nylen",
  132. "email": "jnylen@gmail.com"
  133. },
  134. {
  135. "name": "fredkschott",
  136. "email": "fkschott@gmail.com"
  137. },
  138. {
  139. "name": "simov",
  140. "email": "simeonvelichkov@gmail.com"
  141. }
  142. ],
  143. "name": "request",
  144. "optionalDependencies": {},
  145. "readme": "ERROR: No README data found!",
  146. "repository": {
  147. "type": "git",
  148. "url": "git+https://github.com/request/request.git"
  149. },
  150. "scripts": {
  151. "lint": "eslint lib/ *.js tests/ && echo Lint passed.",
  152. "test": "npm run lint && npm run test-ci && npm run test-browser",
  153. "test-browser": "node tests/browser/start.js",
  154. "test-ci": "taper tests/test-*.js",
  155. "test-cov": "istanbul cover tape tests/test-*.js"
  156. },
  157. "tags": [
  158. "http",
  159. "simple",
  160. "util",
  161. "utility"
  162. ],
  163. "version": "2.79.0"
  164. }