package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "request@2.81.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "request@2.81.0",
  10. "_id": "request@2.81.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
  13. "_location": "/request",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "request@2.81.0",
  19. "name": "request",
  20. "escapedName": "request",
  21. "rawSpec": "2.81.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.81.0"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp",
  27. "/node-sass"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
  30. "_spec": "2.81.0",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Mikeal Rogers",
  34. "email": "mikeal.rogers@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/request/request/issues"
  38. },
  39. "dependencies": {
  40. "aws-sign2": "~0.6.0",
  41. "aws4": "^1.2.1",
  42. "caseless": "~0.12.0",
  43. "combined-stream": "~1.0.5",
  44. "extend": "~3.0.0",
  45. "forever-agent": "~0.6.1",
  46. "form-data": "~2.1.1",
  47. "har-validator": "~4.2.1",
  48. "hawk": "~3.1.3",
  49. "http-signature": "~1.1.0",
  50. "is-typedarray": "~1.0.0",
  51. "isstream": "~0.1.2",
  52. "json-stringify-safe": "~5.0.1",
  53. "mime-types": "~2.1.7",
  54. "oauth-sign": "~0.8.1",
  55. "performance-now": "^0.2.0",
  56. "qs": "~6.4.0",
  57. "safe-buffer": "^5.0.1",
  58. "stringstream": "~0.0.4",
  59. "tough-cookie": "~2.3.0",
  60. "tunnel-agent": "^0.6.0",
  61. "uuid": "^3.0.0"
  62. },
  63. "description": "Simplified HTTP request client.",
  64. "devDependencies": {
  65. "bluebird": "^3.2.1",
  66. "browserify": "^13.0.1",
  67. "browserify-istanbul": "^2.0.0",
  68. "buffer-equal": "^1.0.0",
  69. "codecov": "^1.0.1",
  70. "coveralls": "^2.11.4",
  71. "eslint": "^2.5.3",
  72. "function-bind": "^1.0.2",
  73. "istanbul": "^0.4.0",
  74. "karma": "^1.1.1",
  75. "karma-browserify": "^5.0.1",
  76. "karma-cli": "^1.0.0",
  77. "karma-coverage": "^1.0.0",
  78. "karma-phantomjs-launcher": "^1.0.0",
  79. "karma-tap": "^3.0.1",
  80. "phantomjs-prebuilt": "^2.1.3",
  81. "rimraf": "^2.2.8",
  82. "server-destroy": "^1.0.1",
  83. "tape": "^4.6.0",
  84. "taper": "^0.5.0"
  85. },
  86. "engines": {
  87. "node": ">= 4"
  88. },
  89. "files": [
  90. "lib/",
  91. "index.js",
  92. "request.js"
  93. ],
  94. "greenkeeper": {
  95. "ignore": [
  96. "eslint",
  97. "hawk",
  98. "har-validator"
  99. ]
  100. },
  101. "homepage": "https://github.com/request/request#readme",
  102. "keywords": [
  103. "http",
  104. "simple",
  105. "util",
  106. "utility"
  107. ],
  108. "license": "Apache-2.0",
  109. "main": "index.js",
  110. "name": "request",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/request/request.git"
  114. },
  115. "scripts": {
  116. "lint": "eslint lib/ *.js tests/ && echo Lint passed.",
  117. "test": "npm run lint && npm run test-ci && npm run test-browser",
  118. "test-browser": "node tests/browser/start.js",
  119. "test-ci": "taper tests/test-*.js",
  120. "test-cov": "istanbul cover tape tests/test-*.js"
  121. },
  122. "version": "2.81.0"
  123. }