File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " 8"
4+ - " 9"
5+ before_script :
6+ - npm install
7+ script :
8+ - npm test
Original file line number Diff line number Diff line change 11# Lightsocks-Nodejs
2+ [ ![ Travis] ( https://img.shields.io/travis/chrisyer/lightsocks-nodejs.svg )] ( https://github.com/chrisyer/lightsocks-nodejs )
3+ [ ![ npm] ( https://img.shields.io/npm/v/lightsocks-nodejs.svg )] ( https://www.npmjs.com/package/lightsocks-nodejs )
4+ [ ![ npm] ( https://img.shields.io/npm/l/lightsocks-nodejs.svg )] ( https://www.npmjs.com/package/lightsocks-nodejs )
5+
26
37一个轻量级网络混淆代理,基于 SOCKS5 协议,可用来代替 Shadowsocks。
48
Original file line number Diff line number Diff line change 1212 "local:debug" : " export NODE_ENV=debug && node ./bin/lslocal.js" ,
1313 "server" : " node ./bin/lsserver.js" ,
1414 "local" : " node ./bin/lslocal.js" ,
15- "test" : " jest"
15+ "test" : " npm run lint && jest" ,
16+ "lint" : " ./node_modules/.bin/eslint ./lib --fix"
1617 },
1718 "engines" : {
18- "node" : " >=8"
19+ "node" : " >=8.0.0 "
1920 },
2021 "keywords" : [
2122 " socks" ,
You can’t perform that action at this time.
0 commit comments