package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "tunnel@^0.0.6",
  3. "_id": "tunnel@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
  6. "_location": "/tunnel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tunnel@^0.0.6",
  12. "name": "tunnel",
  13. "escapedName": "tunnel",
  14. "rawSpec": "^0.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.6"
  17. },
  18. "_requiredBy": [
  19. "/global-tunnel-ng"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
  22. "_shasum": "72f1314b34a5b192db012324df2cc587ca47f92c",
  23. "_spec": "tunnel@^0.0.6",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\global-tunnel-ng",
  25. "author": {
  26. "name": "Koichi Kobayashi",
  27. "email": "koichik@improvement.jp"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/koichik/node-tunnel/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node HTTP/HTTPS Agents for tunneling proxies",
  35. "devDependencies": {
  36. "mocha": "^5.2.0",
  37. "should": "^13.2.3"
  38. },
  39. "directories": {
  40. "lib": "./lib"
  41. },
  42. "engines": {
  43. "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
  44. },
  45. "homepage": "https://github.com/koichik/node-tunnel/",
  46. "keywords": [
  47. "http",
  48. "https",
  49. "agent",
  50. "proxy",
  51. "tunnel"
  52. ],
  53. "license": "MIT",
  54. "main": "./index.js",
  55. "name": "tunnel",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/koichik/node-tunnel.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "version": "0.0.6"
  64. }