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