/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node16/node_modules/tunnel/package.json
34 строки
730 B
dependabot[bot]
build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 (#1931)
08 авг 2023, 16:37
Не верифицирован
08 авг 2023, 16:37
3939f48
Код
Авторство
О чём код?
{ "name": "tunnel", "version": "0.0.6", "description": "Node HTTP/HTTPS Agents for tunneling proxies", "keywords": [ "http", "https", "agent", "proxy", "tunnel" ], "homepage": "https://github.com/koichik/node-tunnel/", "bugs": "https://github.com/koichik/node-tunnel/issues", "license": "MIT", "author": "Koichi Kobayashi <koichik@improvement.jp>", "main": "./index.js", "directories": { "lib": "./lib" }, "repository": { "type": "git", "url": "https://github.com/koichik/node-tunnel.git" }, "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "^5.2.0", "should": "^13.2.3" }, "engines": { "node": ">=0.6.11 <=0.7.0 || >=0.7.3" } }