package.json
2 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
77
78
79
80
81
82
83
84
{
"_from": "ngrok@^3.2.7",
"_id": "ngrok@3.3.0",
"_inBundle": false,
"_integrity": "sha512-NuTfuxttodW6o9cPEKiJgjmjNzolKHoUPaK7I4SbaJVkHd4cuUTlv9YsXNzBFrcNFSsDLuCyCpjsaqe1OvIPSQ==",
"_location": "/ngrok",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ngrok@^3.2.7",
"name": "ngrok",
"escapedName": "ngrok",
"rawSpec": "^3.2.7",
"saveSpec": null,
"fetchSpec": "^3.2.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ngrok/-/ngrok-3.3.0.tgz",
"_shasum": "85e5ff72de38de1a416f0fe559ff439169d24c60",
"_spec": "ngrok@^3.2.7",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "bubenshchykov"
},
"bin": {
"ngrok": "bin/ngrok"
},
"bugs": {
"url": "https://github.com/bubenshchykov/ngrok/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": "^8.10.50",
"@types/request": "^2.48.2",
"decompress-zip": "^0.3.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "node wrapper for ngrok",
"devDependencies": {
"chai": "~3.5.0",
"colors": "^1.3.3",
"homedir": "^0.6.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=8.3.0"
},
"files": [
"index.js",
"download.js",
"postinstall.js",
"process.js",
"bin/ngrok",
"ngrok.d.ts"
],
"homepage": "https://github.com/bubenshchykov/ngrok#readme",
"keywords": [
"ngrok",
"localhost",
"tunneling",
"localtunnel",
"webhook"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "ngrok",
"repository": {
"type": "git",
"url": "git://github.com/bubenshchykov/ngrok.git"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"postupdate": "node ./postinstall.js",
"test": "node ./node_modules/mocha/bin/_mocha --exit"
},
"types": "ngrok.d.ts",
"version": "3.3.0"
}