package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "localtunnel@1.9.1",
  3. "_id": "localtunnel@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HWrhOslklDvxgOGFLxi6fQVnvpl6XdX4sPscfqMZkzi3gtt9V7LKBWYvNUcpHSVvjwCQ6xzXacVvICNbNcyPnQ==",
  6. "_location": "/localtunnel",
  7. "_phantomChildren": {
  8. "camelcase": "3.0.0",
  9. "cliui": "3.2.0",
  10. "decamelize": "1.2.0",
  11. "get-caller-file": "1.0.3",
  12. "os-locale": "1.4.0",
  13. "read-pkg-up": "1.0.1",
  14. "require-directory": "2.1.1",
  15. "require-main-filename": "1.0.1",
  16. "set-blocking": "2.0.0",
  17. "string-width": "1.0.2",
  18. "which-module": "1.0.0",
  19. "y18n": "3.2.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "localtunnel@1.9.1",
  25. "name": "localtunnel",
  26. "escapedName": "localtunnel",
  27. "rawSpec": "1.9.1",
  28. "saveSpec": null,
  29. "fetchSpec": "1.9.1"
  30. },
  31. "_requiredBy": [
  32. "/browser-sync"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-1.9.1.tgz",
  35. "_shasum": "1d1737eab658add5a40266d8e43f389b646ee3b1",
  36. "_spec": "localtunnel@1.9.1",
  37. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  38. "author": {
  39. "name": "Roman Shtylman",
  40. "email": "shtylman@gmail.com"
  41. },
  42. "bin": {
  43. "lt": "./bin/client"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/localtunnel/localtunnel/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "axios": "0.17.1",
  51. "debug": "2.6.9",
  52. "openurl": "1.1.1",
  53. "yargs": "6.6.0"
  54. },
  55. "deprecated": false,
  56. "description": "expose localhost to the world",
  57. "devDependencies": {
  58. "mocha": "~1.17.0"
  59. },
  60. "homepage": "https://github.com/localtunnel/localtunnel#readme",
  61. "license": "MIT",
  62. "main": "./client.js",
  63. "name": "localtunnel",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/localtunnel/localtunnel.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
  70. },
  71. "version": "1.9.1"
  72. }