You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "request@2.88.2",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "request@2.88.2",
  9. "_id": "request@2.88.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  12. "_location": "/request",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "request@2.88.2",
  18. "name": "request",
  19. "escapedName": "request",
  20. "rawSpec": "2.88.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.88.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
  28. "_spec": "2.88.2",
  29. "_where": "D:\\Projects\\scrapper-api",
  30. "author": {
  31. "name": "Mikeal Rogers",
  32. "email": "mikeal.rogers@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/request/request/issues"
  36. },
  37. "dependencies": {
  38. "aws-sign2": "~0.7.0",
  39. "aws4": "^1.8.0",
  40. "caseless": "~0.12.0",
  41. "combined-stream": "~1.0.6",
  42. "extend": "~3.0.2",
  43. "forever-agent": "~0.6.1",
  44. "form-data": "~2.3.2",
  45. "har-validator": "~5.1.3",
  46. "http-signature": "~1.2.0",
  47. "is-typedarray": "~1.0.0",
  48. "isstream": "~0.1.2",
  49. "json-stringify-safe": "~5.0.1",
  50. "mime-types": "~2.1.19",
  51. "oauth-sign": "~0.9.0",
  52. "performance-now": "^2.1.0",
  53. "qs": "~6.5.2",
  54. "safe-buffer": "^5.1.2",
  55. "tough-cookie": "~2.5.0",
  56. "tunnel-agent": "^0.6.0",
  57. "uuid": "^3.3.2"
  58. },
  59. "description": "Simplified HTTP request client.",
  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": "^3.0.4",
  66. "coveralls": "^3.0.2",
  67. "function-bind": "^1.0.2",
  68. "karma": "^3.0.0",
  69. "karma-browserify": "^5.0.1",
  70. "karma-cli": "^1.0.0",
  71. "karma-coverage": "^1.0.0",
  72. "karma-phantomjs-launcher": "^1.0.0",
  73. "karma-tap": "^3.0.1",
  74. "nyc": "^14.1.1",
  75. "phantomjs-prebuilt": "^2.1.3",
  76. "rimraf": "^2.2.8",
  77. "server-destroy": "^1.0.1",
  78. "standard": "^9.0.0",
  79. "tape": "^4.6.0",
  80. "taper": "^0.5.0"
  81. },
  82. "engines": {
  83. "node": ">= 6"
  84. },
  85. "files": [
  86. "lib/",
  87. "index.js",
  88. "request.js"
  89. ],
  90. "greenkeeper": {
  91. "ignore": [
  92. "hawk",
  93. "har-validator"
  94. ]
  95. },
  96. "homepage": "https://github.com/request/request#readme",
  97. "keywords": [
  98. "http",
  99. "simple",
  100. "util",
  101. "utility"
  102. ],
  103. "license": "Apache-2.0",
  104. "main": "index.js",
  105. "name": "request",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/request/request.git"
  109. },
  110. "scripts": {
  111. "lint": "standard",
  112. "test": "npm run lint && npm run test-ci && npm run test-browser",
  113. "test-browser": "node tests/browser/start.js",
  114. "test-ci": "taper tests/test-*.js",
  115. "test-cov": "nyc --reporter=lcov tape tests/test-*.js"
  116. },
  117. "version": "2.88.2"
  118. }