package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "global-tunnel-ng@^2.7.1",
  3. "_id": "global-tunnel-ng@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==",
  6. "_location": "/global-tunnel-ng",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global-tunnel-ng@^2.7.1",
  12. "name": "global-tunnel-ng",
  13. "escapedName": "global-tunnel-ng",
  14. "rawSpec": "^2.7.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.7.1"
  17. },
  18. "_requiredBy": [
  19. "/@electron/get"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz",
  22. "_shasum": "d03b5102dfde3a69914f5ee7d86761ca35d57d8f",
  23. "_spec": "global-tunnel-ng@^2.7.1",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\@electron\\get",
  25. "author": {
  26. "name": "GoInstant Inc., a salesforce.com company"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/np-maintain/global-tunnel/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "encodeurl": "^1.0.2",
  34. "lodash": "^4.17.10",
  35. "npm-conf": "^1.1.3",
  36. "tunnel": "^0.0.6"
  37. },
  38. "deprecated": false,
  39. "description": "Global HTTP & HTTPS tunneling",
  40. "devDependencies": {
  41. "chai": "^4.1.2",
  42. "eslint": "^5.1.0",
  43. "eslint-config-prettier": "^3.0.0",
  44. "eslint-config-xo": "^0.25.0",
  45. "eslint-plugin-prettier": "^3.0.0",
  46. "mocha": "^5.2.0",
  47. "prettier": "^1.13.7",
  48. "request": "^2.83.0",
  49. "sinon": "^6.0.1"
  50. },
  51. "engines": {
  52. "node": ">=0.10"
  53. },
  54. "eslintConfig": {
  55. "extends": [
  56. "xo",
  57. "prettier"
  58. ],
  59. "env": {
  60. "mocha": true,
  61. "node": true
  62. },
  63. "rules": {
  64. "prettier/prettier": [
  65. "error",
  66. {
  67. "singleQuote": true,
  68. "printWidth": 90
  69. }
  70. ]
  71. },
  72. "plugins": [
  73. "prettier"
  74. ]
  75. },
  76. "homepage": "https://github.com/np-maintain/global-tunnel#readme",
  77. "keywords": [
  78. "http",
  79. "https",
  80. "tunnel",
  81. "global"
  82. ],
  83. "license": "BSD-3-Clause",
  84. "main": "index.js",
  85. "name": "global-tunnel-ng",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/np-maintain/global-tunnel.git"
  89. },
  90. "scripts": {
  91. "test": "mocha test"
  92. },
  93. "version": "2.7.1"
  94. }