Files
localtunnel/package.json
Roman Shtylman d0fc61ca97 update debug to 2.6.9
Resolves audit warning for https://www.npmjs.com/advisories/534

This issue does not directly affect localtunnel since it does not use
the `o` formatter.
2018-09-08 08:18:58 -07:00

28 lines
603 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "1.9.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/localtunnel/localtunnel.git"
},
"dependencies": {
"axios": "0.17.1",
"debug": "2.6.9",
"openurl": "1.1.1",
"yargs": "6.6.0"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
},
"bin": {
"lt": "./bin/client"
},
"main": "./client.js"
}