package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "tunnel-agent@0.6.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tunnel-agent@^0.6.0",
  10. "_id": "tunnel-agent@0.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  13. "_location": "/tunnel-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tunnel-agent@0.6.0",
  19. "name": "tunnel-agent",
  20. "escapedName": "tunnel-agent",
  21. "rawSpec": "0.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  30. "_shasum": "27a5dea06b36b04a0a9966774b290868f0fc40fd",
  31. "_spec": "0.6.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Mikeal Rogers",
  35. "email": "mikeal.rogers@gmail.com",
  36. "url": "http://www.futurealoof.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mikeal/tunnel-agent/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "safe-buffer": "^5.0.1"
  44. },
  45. "deprecated": false,
  46. "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
  47. "devDependencies": {},
  48. "engines": {
  49. "node": "*"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/mikeal/tunnel-agent#readme",
  55. "license": "Apache-2.0",
  56. "main": "index.js",
  57. "name": "tunnel-agent",
  58. "optionalDependencies": {},
  59. "repository": {
  60. "url": "git+https://github.com/mikeal/tunnel-agent.git"
  61. },
  62. "version": "0.6.0"
  63. }