summaryrefslogtreecommitdiff
path: root/node_modules/global-tunnel-ng/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/global-tunnel-ng/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/global-tunnel-ng/package.json')
-rw-r--r--node_modules/global-tunnel-ng/package.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/node_modules/global-tunnel-ng/package.json b/node_modules/global-tunnel-ng/package.json
deleted file mode 100644
index edd3dca..0000000
--- a/node_modules/global-tunnel-ng/package.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "name": "global-tunnel-ng",
- "version": "2.7.1",
- "description": "Global HTTP & HTTPS tunneling",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/np-maintain/global-tunnel.git"
- },
- "engines": {
- "node": ">=0.10"
- },
- "dependencies": {
- "encodeurl": "^1.0.2",
- "lodash": "^4.17.10",
- "npm-conf": "^1.1.3",
- "tunnel": "^0.0.6"
- },
- "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"
- },
- "scripts": {
- "test": "mocha test"
- },
- "eslintConfig": {
- "extends": [
- "xo",
- "prettier"
- ],
- "env": {
- "mocha": true,
- "node": true
- },
- "rules": {
- "prettier/prettier": [
- "error",
- {
- "singleQuote": true,
- "printWidth": 90
- }
- ]
- },
- "plugins": [
- "prettier"
- ]
- },
- "keywords": [
- "http",
- "https",
- "tunnel",
- "global"
- ],
- "author": "GoInstant Inc., a salesforce.com company",
- "license": "BSD-3-Clause"
-}