File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/localtunnel/package.json
{
"_from": "localtunnel@^2.0.0",
"_id": "localtunnel@2.0.0",
"_inBundle": false,
"_integrity": "sha512-g6E0aLgYYDvQDxIjIXkgJo2+pHj3sGg4Wz/XP3h2KtZnRsWPbOQY+hw1H8Z91jep998fkcVE9l+kghO+97vllg==",
"_location": "/localtunnel",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"decamelize": "1.2.0",
"emoji-regex": "7.0.3",
"follow-redirects": "1.5.10",
"is-buffer": "2.0.4",
"locate-path": "3.0.0",
"require-directory": "2.1.1",
"set-blocking": "2.0.0",
"which-module": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "localtunnel@^2.0.0",
"name": "localtunnel",
"escapedName": "localtunnel",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.0.tgz",
"_shasum": "2ea71174fa80e34cce91b2a7ce416e6a57d9ff7c",
"_spec": "localtunnel@^2.0.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/browser-sync",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"bin": {
"lt": "bin/lt.js"
},
"bugs": {
"url": "https://github.com/localtunnel/localtunnel/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "Gert Hengeveld",
"email": "gert@hichroma.com"
},
{
"name": "Tom Coleman",
"email": "tom@hichroma.com"
}
],
"dependencies": {
"axios": "0.19.0",
"debug": "4.1.1",
"openurl": "1.1.1",
"yargs": "13.3.0"
},
"deprecated": false,
"description": "Expose localhost to the world",
"devDependencies": {
"mocha": "~1.17.0"
},
"engines": {
"node": ">=8.3.0"
},
"homepage": "https://github.com/localtunnel/localtunnel#readme",
"license": "MIT",
"main": "./localtunnel.js",
"name": "localtunnel",
"repository": {
"type": "git",
"url": "git://github.com/localtunnel/localtunnel.git"
},
"scripts": {
"test": "mocha --ui qunit --reporter list --timeout 60000 -- *.spec.js"
},
"version": "2.0.0"
}