package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "request@^2.51.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less"
  6. ]
  7. ],
  8. "_from": "request@>=2.51.0 <3.0.0",
  9. "_id": "request@2.64.0",
  10. "_inCache": true,
  11. "_location": "/request",
  12. "_nodeVersion": "4.1.0",
  13. "_npmUser": {
  14. "email": "simeonvelichkov@gmail.com",
  15. "name": "simov"
  16. },
  17. "_npmVersion": "2.14.3",
  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 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/less"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/request/-/request-2.64.0.tgz",
  31. "_shasum": "96a582423ce9b4b5c34e9b232e480173f14ba608",
  32. "_shrinkwrap": null,
  33. "_spec": "request@^2.51.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less",
  35. "author": {
  36. "email": "mikeal.rogers@gmail.com",
  37. "name": "Mikeal Rogers"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/request/request/issues"
  41. },
  42. "dependencies": {
  43. "aws-sign2": "~0.5.0",
  44. "bl": "~1.0.0",
  45. "caseless": "~0.11.0",
  46. "combined-stream": "~1.0.1",
  47. "extend": "~3.0.0",
  48. "forever-agent": "~0.6.0",
  49. "form-data": "~1.0.0-rc1",
  50. "har-validator": "^1.6.1",
  51. "hawk": "~3.1.0",
  52. "http-signature": "~0.11.0",
  53. "isstream": "~0.1.1",
  54. "json-stringify-safe": "~5.0.0",
  55. "mime-types": "~2.1.2",
  56. "node-uuid": "~1.4.0",
  57. "oauth-sign": "~0.8.0",
  58. "qs": "~5.1.0",
  59. "stringstream": "~0.0.4",
  60. "tough-cookie": ">=0.12.0",
  61. "tunnel-agent": "~0.4.0"
  62. },
  63. "description": "Simplified HTTP request client.",
  64. "devDependencies": {
  65. "bluebird": "~2.9.21",
  66. "browserify": "~5.9.1",
  67. "browserify-istanbul": "~0.1.3",
  68. "buffer-equal": "0.0.1",
  69. "codecov.io": "~0.1.2",
  70. "coveralls": "~2.11.2",
  71. "eslint": "0.18.0",
  72. "function-bind": "~1.0.0",
  73. "istanbul": "~0.3.2",
  74. "karma": "~0.12.21",
  75. "karma-browserify": "~3.0.1",
  76. "karma-cli": "0.0.4",
  77. "karma-coverage": "0.2.6",
  78. "karma-phantomjs-launcher": "~0.1.4",
  79. "karma-tap": "~1.0.1",
  80. "rimraf": "~2.2.8",
  81. "server-destroy": "~1.0.0",
  82. "tape": "~3.0.0",
  83. "taper": "~0.4.0"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "96a582423ce9b4b5c34e9b232e480173f14ba608",
  88. "tarball": "http://registry.npmjs.org/request/-/request-2.64.0.tgz"
  89. },
  90. "engines": {
  91. "node": ">=0.8.0"
  92. },
  93. "gitHead": "ca364485249f13c4810bb9b3952fb0fb886a93ee",
  94. "homepage": "https://github.com/request/request#readme",
  95. "installable": true,
  96. "license": "Apache-2.0",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "mikeal",
  101. "email": "mikeal.rogers@gmail.com"
  102. },
  103. {
  104. "name": "nylen",
  105. "email": "jnylen@gmail.com"
  106. },
  107. {
  108. "name": "fredkschott",
  109. "email": "fkschott@gmail.com"
  110. },
  111. {
  112. "name": "simov",
  113. "email": "simeonvelichkov@gmail.com"
  114. }
  115. ],
  116. "name": "request",
  117. "optionalDependencies": {},
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/request/request.git"
  121. },
  122. "scripts": {
  123. "lint": "eslint lib/ *.js tests/ && echo Lint passed.",
  124. "test": "npm run lint && npm run test-ci && npm run test-browser",
  125. "test-browser": "node tests/browser/start.js",
  126. "test-ci": "taper tests/test-*.js",
  127. "test-cov": "istanbul cover tape tests/test-*.js"
  128. },
  129. "tags": [
  130. "http",
  131. "simple",
  132. "util",
  133. "utility"
  134. ],
  135. "version": "2.64.0"
  136. }