You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
{
|
|
"_from": "ngrok@^3.2.1",
|
|
"_id": "ngrok@3.2.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-B7K15HM0qRZplL2aO/yfxixYubH0M50Pfu0fa4PDcmXP7RC+wyYzu6YtX77BBHHCfbwCzkObX6YdO8ThpCR6Lg==",
|
|
"_location": "/ngrok",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ngrok@^3.2.1",
|
|
"name": "ngrok",
|
|
"escapedName": "ngrok",
|
|
"rawSpec": "^3.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/twitter-autohook"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ngrok/-/ngrok-3.2.7.tgz",
|
|
"_shasum": "774e66b4c8c56bae2c95e9859ea046844d03d03c",
|
|
"_spec": "ngrok@^3.2.1",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/twitter-autohook",
|
|
"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.2.7"
|
|
}
|
|
|