123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "inspector-proxy",
- "version": "1.2.2",
- "description": "node inspector proxy",
- "bin": {
- "inspector-proxy": "bin/bin.js"
- },
- "main": "index.js",
- "types": "index.d.ts",
- "dependencies": {
- "cfork": "^1.6.1",
- "debug": "^3.0.1",
- "tcp-proxy.js": "^1.0.5",
- "urllib": "^2.24.0",
- "snyk": "^1.230.5"
- },
- "devDependencies": {
- "autod": "^2.8.0",
- "coffee": "^4.1.0",
- "cross-spawn": "^5.1.0",
- "egg-bin": "^3.4.0",
- "egg-ci": "^1.7.0",
- "eslint": "^4.0.0",
- "eslint-config-egg": "^4.2.0",
- "nyc": "^11.2.1",
- "webstorm-disable-index": "^1.2.0",
- "ws": "^3.1.0"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "scripts": {
- "autod": "autod",
- "lint": "eslint .",
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "nyc -r json -r lcov -r text-summary npm test",
- "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
- "pkgfiles": "egg-bin pkgfiles"
- },
- "ci": {
- "version": "12, 14"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/whxaxes/inspector-proxy.git"
- },
- "bugs": {
- "url": "https://github.com/whxaxes/inspector-proxy/issues"
- },
- "homepage": "https://github.com/whxaxes/inspector-proxy#readme",
- "files": [
- "index.js",
- "bin",
- "index.d.ts"
- ],
- "author": "wanghx",
- "license": "MIT",
- "snyk": true
- }
|