package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "request",
  3. "description": "Simplified HTTP request client.",
  4. "keywords": [
  5. "http",
  6. "simple",
  7. "util",
  8. "utility"
  9. ],
  10. "version": "2.81.0",
  11. "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/request/request.git"
  15. },
  16. "bugs": {
  17. "url": "http://github.com/request/request/issues"
  18. },
  19. "license": "Apache-2.0",
  20. "engines": {
  21. "node": ">= 4"
  22. },
  23. "main": "index.js",
  24. "files": [
  25. "lib/",
  26. "index.js",
  27. "request.js"
  28. ],
  29. "dependencies": {
  30. "aws-sign2": "~0.6.0",
  31. "aws4": "^1.2.1",
  32. "caseless": "~0.12.0",
  33. "combined-stream": "~1.0.5",
  34. "extend": "~3.0.0",
  35. "forever-agent": "~0.6.1",
  36. "form-data": "~2.1.1",
  37. "har-validator": "~4.2.1",
  38. "hawk": "~3.1.3",
  39. "http-signature": "~1.1.0",
  40. "is-typedarray": "~1.0.0",
  41. "isstream": "~0.1.2",
  42. "json-stringify-safe": "~5.0.1",
  43. "mime-types": "~2.1.7",
  44. "oauth-sign": "~0.8.1",
  45. "performance-now": "^0.2.0",
  46. "qs": "~6.4.0",
  47. "safe-buffer": "^5.0.1",
  48. "stringstream": "~0.0.4",
  49. "tough-cookie": "~2.3.0",
  50. "tunnel-agent": "^0.6.0",
  51. "uuid": "^3.0.0"
  52. },
  53. "scripts": {
  54. "test": "npm run lint && npm run test-ci && npm run test-browser",
  55. "test-ci": "taper tests/test-*.js",
  56. "test-cov": "istanbul cover tape tests/test-*.js",
  57. "test-browser": "node tests/browser/start.js",
  58. "lint": "eslint lib/ *.js tests/ && echo Lint passed."
  59. },
  60. "devDependencies": {
  61. "bluebird": "^3.2.1",
  62. "browserify": "^13.0.1",
  63. "browserify-istanbul": "^2.0.0",
  64. "buffer-equal": "^1.0.0",
  65. "codecov": "^1.0.1",
  66. "coveralls": "^2.11.4",
  67. "eslint": "^2.5.3",
  68. "function-bind": "^1.0.2",
  69. "istanbul": "^0.4.0",
  70. "karma": "^1.1.1",
  71. "karma-browserify": "^5.0.1",
  72. "karma-cli": "^1.0.0",
  73. "karma-coverage": "^1.0.0",
  74. "karma-phantomjs-launcher": "^1.0.0",
  75. "karma-tap": "^3.0.1",
  76. "phantomjs-prebuilt": "^2.1.3",
  77. "rimraf": "^2.2.8",
  78. "server-destroy": "^1.0.1",
  79. "tape": "^4.6.0",
  80. "taper": "^0.5.0"
  81. },
  82. "greenkeeper": {
  83. "ignore": [
  84. "eslint",
  85. "hawk",
  86. "har-validator"
  87. ]
  88. },
  89. "__npminstall_done": true,
  90. "_from": "request@2.81.0",
  91. "_resolved": "https://registry.npmmirror.com/request/-/request-2.81.0.tgz"
  92. }