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

100 lines
2.2 KiB
JSON

{
"_args": [
[
"global-tunnel-ng@2.7.1",
"/home/massta/Documents/new"
]
],
"_development": true,
"_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",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "2.7.1",
"_where": "/home/massta/Documents/new",
"author": {
"name": "GoInstant Inc., a salesforce.com company"
},
"bugs": {
"url": "https://github.com/np-maintain/global-tunnel/issues"
},
"dependencies": {
"encodeurl": "^1.0.2",
"lodash": "^4.17.10",
"npm-conf": "^1.1.3",
"tunnel": "^0.0.6"
},
"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"
}