package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "request@~2.51.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "request@>=2.51.0 <2.52.0",
  9. "_id": "request@2.51.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/request",
  13. "_npmUser": {
  14. "email": "jnylen@gmail.com",
  15. "name": "nylen"
  16. },
  17. "_npmVersion": "1.4.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "request",
  21. "raw": "request@~2.51.0",
  22. "rawSpec": "~2.51.0",
  23. "scope": null,
  24. "spec": ">=2.51.0 <2.52.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/",
  29. "/koa-request"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz",
  32. "_shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
  33. "_shrinkwrap": null,
  34. "_spec": "request@~2.51.0",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "email": "mikeal.rogers@gmail.com",
  38. "name": "Mikeal Rogers"
  39. },
  40. "bugs": {
  41. "url": "http://github.com/request/request/issues"
  42. },
  43. "dependencies": {
  44. "aws-sign2": "~0.5.0",
  45. "bl": "~0.9.0",
  46. "caseless": "~0.8.0",
  47. "combined-stream": "~0.0.5",
  48. "forever-agent": "~0.5.0",
  49. "form-data": "~0.2.0",
  50. "hawk": "1.1.1",
  51. "http-signature": "~0.10.0",
  52. "json-stringify-safe": "~5.0.0",
  53. "mime-types": "~1.0.1",
  54. "node-uuid": "~1.4.0",
  55. "oauth-sign": "~0.5.0",
  56. "qs": "~2.3.1",
  57. "stringstream": "~0.0.4",
  58. "tough-cookie": ">=0.12.0",
  59. "tunnel-agent": "~0.4.0"
  60. },
  61. "description": "Simplified HTTP request client.",
  62. "devDependencies": {
  63. "browserify": "~5.9.1",
  64. "coveralls": "~2.11.2",
  65. "eslint": "0.5.1",
  66. "function-bind": "~1.0.0",
  67. "istanbul": "~0.3.2",
  68. "karma": "~0.12.21",
  69. "karma-cli": "0.0.4",
  70. "karma-phantomjs-launcher": "~0.1.4",
  71. "karma-tap": "~1.0.1",
  72. "rimraf": "~2.2.8",
  73. "tape": "~3.0.0",
  74. "taper": "~0.3.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "35d00bbecc012e55f907b1bd9e0dbd577bfef26e",
  79. "tarball": "https://registry.npmjs.org/request/-/request-2.51.0.tgz"
  80. },
  81. "engines": {
  82. "node": ">=0.8.0"
  83. },
  84. "gitHead": "1c8aca6a9205df58660c676005fb8ec4603d5265",
  85. "homepage": "https://github.com/request/request",
  86. "license": "Apache-2.0",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "email": "mikeal.rogers@gmail.com",
  91. "name": "mikeal"
  92. },
  93. {
  94. "email": "jnylen@gmail.com",
  95. "name": "nylen"
  96. },
  97. {
  98. "email": "fkschott@gmail.com",
  99. "name": "fredkschott"
  100. }
  101. ],
  102. "name": "request",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/request/request.git"
  108. },
  109. "scripts": {
  110. "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.",
  111. "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
  112. "test-browser": "browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js"
  113. },
  114. "tags": [
  115. "http",
  116. "simple",
  117. "util",
  118. "utility"
  119. ],
  120. "version": "2.51.0"
  121. }