atcheck/lsscanner/new_ubuntu/node_modules_win/global-tunnel-ng/package.json

95 lines
2.2 KiB
JSON
Executable File

{
"_from": "global-tunnel-ng@^2.7.1",
"_id": "global-tunnel-ng@2.7.1",
"_inBundle": false,
"_integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==",
"_location": "/global-tunnel-ng",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "global-tunnel-ng@^2.7.1",
"name": "global-tunnel-ng",
"escapedName": "global-tunnel-ng",
"rawSpec": "^2.7.1",
"saveSpec": null,
"fetchSpec": "^2.7.1"
},
"_requiredBy": [
"/@electron/get"
],
"_resolved": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz",
"_shasum": "d03b5102dfde3a69914f5ee7d86761ca35d57d8f",
"_spec": "global-tunnel-ng@^2.7.1",
"_where": "C:\\Users\\Massta\\Desktop\\new\\node_modules\\@electron\\get",
"author": {
"name": "GoInstant Inc., a salesforce.com company"
},
"bugs": {
"url": "https://github.com/np-maintain/global-tunnel/issues"
},
"bundleDependencies": false,
"dependencies": {
"encodeurl": "^1.0.2",
"lodash": "^4.17.10",
"npm-conf": "^1.1.3",
"tunnel": "^0.0.6"
},
"deprecated": false,
"description": "Global HTTP & HTTPS tunneling",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"eslint-config-prettier": "^3.0.0",
"eslint-config-xo": "^0.25.0",
"eslint-plugin-prettier": "^3.0.0",
"mocha": "^5.2.0",
"prettier": "^1.13.7",
"request": "^2.83.0",
"sinon": "^6.0.1"
},
"engines": {
"node": ">=0.10"
},
"eslintConfig": {
"extends": [
"xo",
"prettier"
],
"env": {
"mocha": true,
"node": true
},
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"printWidth": 90
}
]
},
"plugins": [
"prettier"
]
},
"homepage": "https://github.com/np-maintain/global-tunnel#readme",
"keywords": [
"http",
"https",
"tunnel",
"global"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "global-tunnel-ng",
"repository": {
"type": "git",
"url": "git+https://github.com/np-maintain/global-tunnel.git"
},
"scripts": {
"test": "mocha test"
},
"version": "2.7.1"
}