{"maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"keywords":["detect","port"],"dist-tags":{"release-1.x":"1.6.1","latest":"2.1.0"},"description":"Node.js implementation of port detector","readme":"# detect-port\n\n[![NPM version][npm-image]][npm-url]\n[![CI](https://github.com/node-modules/detect-port/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/detect-port/actions/workflows/nodejs.yml)\n[![Test coverage][codecov-image]][codecov-url]\n[![Known Vulnerabilities][snyk-image]][snyk-url]\n[![npm download][download-image]][download-url]\n[![Node.js Version][node-version-image]][node-version-url]\n\n[npm-image]: https://img.shields.io/npm/v/detect-port.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/detect-port\n[codecov-image]: https://codecov.io/gh/node-modules/detect-port/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/node-modules/detect-port\n[snyk-image]: https://snyk.io/test/npm/detect-port/badge.svg?style=flat-square\n[snyk-url]: https://snyk.io/test/npm/detect-port\n[download-image]: https://img.shields.io/npm/dm/detect-port.svg?style=flat-square\n[download-url]: https://npmjs.org/package/detect-port\n[node-version-image]: https://img.shields.io/node/v/detect-port.svg?style=flat-square\n[node-version-url]: https://nodejs.org/en/download/\n\n> Node.js implementation of port detector\n\n## Who are using or has used\n\n- ⭐⭐⭐[eggjs/egg](//github.com/eggjs/egg)\n- ⭐⭐⭐[alibaba/ice](//github.com/alibaba/ice)\n- ⭐⭐⭐[alibaba/uirecorder](//github.com/alibaba/uirecorder)\n- ⭐⭐⭐[facebook/create-react-app](//github.com/facebook/create-react-app/blob/main/packages/react-dev-utils/package.json)\n- ⭐⭐⭐[facebook/flipper](//github.com/facebook/flipper)\n- ⭐⭐⭐[umijs/umi](//github.com/umijs/umi)\n- ⭐⭐⭐[gatsbyjs/gatsby](//github.com/gatsbyjs/gatsby)\n- ⭐⭐⭐[electron-react-boilerplate/electron-react-boilerplate](//github.com/electron-react-boilerplate/electron-react-boilerplate)\n- ⭐⭐⭐[zeit/micro](//github.com/zeit/micro)\n- ⭐⭐⭐[rails/webpacker](//github.com/rails/webpacker)\n- ⭐⭐⭐[storybookjs/storybook](//github.com/storybookjs/storybook)\n\n[For more](//github.com/node-modules/detect-port/network/dependents)\n\n## Usage\n\n```bash\nnpm i detect-port\n```\n\nCommonJS\n\n```javascript\nconst { detect } = require('detect-port');\n\ndetect(port)\n  .then(realPort => {\n    if (port == realPort) {\n      console.log(`port: ${port} was not occupied`);\n    } else {\n      console.log(`port: ${port} was occupied, try port: ${realPort}`);\n    }\n  })\n  .catch(err => {\n    console.log(err);\n  });\n```\n\nESM and TypeScript\n\n```ts\nimport { detect } from 'detect-port';\n\ndetect(port)\n  .then(realPort => {\n    if (port == realPort) {\n      console.log(`port: ${port} was not occupied`);\n    } else {\n      console.log(`port: ${port} was occupied, try port: ${realPort}`);\n    }\n  })\n  .catch(err => {\n    console.log(err);\n  });\n```\n\n## Command Line Tool\n\n```bash\nnpm i detect-port -g\n```\n\n### Quick Start\n\n```bash\n# get an available port randomly\n$ detect\n\n# detect pointed port\n$ detect 80\n\n# output verbose log\n$ detect --verbose\n\n# more help\n$ detect --help\n```\n\n## FAQ\n\nMost likely network error, check that your `/etc/hosts` and make sure the content below:\n\n```bash\n127.0.0.1       localhost\n255.255.255.255 broadcasthost\n::1             localhost\n```\n\n## License\n\n[MIT](LICENSE)\n\n## Contributors\n\n[![Contributors](https://contrib.rocks/image?repo=node-modules/detect-port)](https://github.com/node-modules/detect-port/graphs/contributors)\n\nMade with [contributors-img](https://contrib.rocks).\n","repository":{"type":"git","url":"git://github.com/node-modules/detect-port.git"},"users":{"xuu":true,"leapm":true,"daizch":true,"xfloops":true,"3846masa":true,"qddegtya":true,"edwardxyt":true,"f124275809":true,"soenkekluth":true},"bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"license":"MIT","versions":{"0.1.0":{"name":"detect-port","version":"0.1.0","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@0.1.0","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"a71c7d872656a95b8faa744fd2556423a46b7474","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-0.1.0.tgz","integrity":"sha512-tYveFIs+9veHek2NICidFi0SJeoVOwj1cl4ACWOZWopkC0qI5lnvGTx4DjTQl0V3jm0vJBIwlrsozLP58GUTiQ==","signatures":[{"sig":"MEQCIDPGr9BGIKrCUKocMSY5kbR90HhkLUya106Wjrf8VAHTAiAMwFFR46bFevdhZQSqfxa+B/QwoxCvRdVUYREcLE9j+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"a71c7d872656a95b8faa744fd2556423a46b7474","engines":{"node":">= 10.0.x"},"scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.7.0","description":"detect free port","directories":{},"_nodeVersion":"1.5.0","dependencies":{"co":"3","commander":"~2.0.0"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~4.0.4","co-mocha":"*","istanbul":"*"}},"0.1.1":{"name":"detect-port","version":"0.1.1","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@0.1.1","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"1da9583eaf54b71af4b5b2b95a184d1dfa64dab0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-0.1.1.tgz","integrity":"sha512-1pk2CeKYz1z/xxTGmXNZi6xtKt3SiflMcA5Kt+qpLSsL641b0S9+J3o4ZgXhX4dLx1WiX9jeYTuHiHnemCwqiA==","signatures":[{"sig":"MEYCIQDPU07Xg36FCPPoJwtY5dq/EiDzb31ZOJ2hZKdO8geNvQIhANmV7k7ZyuZCw5BwQL9AfLKhabHBS6jvbeMGRjg29Ur2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","engines":{"node":">= 11.14.x"},"scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"1.4.3","description":"port detector","directories":{},"dependencies":{"commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"}},"0.1.2":{"name":"detect-port","version":"0.1.2","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@0.1.2","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"98a6d3798f9ec6be12a79aee80886a9ac0ce4b83","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-0.1.2.tgz","integrity":"sha512-nJv2bzUixAWUhKNAX2AWQKldsYwWi++EMReffKkN9MV6YL8kwjHnU/0unmWNuxTpu0pEyg0eyckMMhegaJkhrw==","signatures":[{"sig":"MEYCIQC717o93F4Jmbp0fk3Kwc6MOJxfp4hcIvh4DY8TFJb8LgIhAKoNtL8Qz8dyjKQ9v0CJqBc5elmceUdP7wrYy15lkcci","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"98a6d3798f9ec6be12a79aee80886a9ac0ce4b83","engines":{"node":">= 11.14.x"},"gitHead":"7b49bab9e81a29e68fe92a38103d9f9cbf4a0812","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.7.0","description":"port detector","directories":{},"_nodeVersion":"1.5.0","dependencies":{"commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"}},"0.1.3":{"name":"detect-port","version":"0.1.3","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@0.1.3","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"604f83608f40071e106eddf0e9be5d7436b50ce4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-0.1.3.tgz","integrity":"sha512-4DFyW/Hj0IvKuDaXVA9bAElU4HZacbT01fm94ES3/A9VG1fEtX8mefAlCz0ZKebil53ZoSY6hHNQ30bkG/FNeg==","signatures":[{"sig":"MEQCIFKfhJp+GlBQeE04vYhOJt30F5FD9lKupBRsOhloHk32AiAAu0wrQdT+sIKDSwELEKvxr3tYXFX8ukiHuhwBy73DkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"604f83608f40071e106eddf0e9be5d7436b50ce4","engines":{"node":">= 11.14.x"},"gitHead":"34f02ca96c27b7586fdba94dbabec722b0594435","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.7.0","description":"port detector","directories":{},"_nodeVersion":"1.5.0","dependencies":{"ipv4":"0.0.4","commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"}},"0.1.4":{"name":"detect-port","version":"0.1.4","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@0.1.4","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"0793cd42225879d7cc7f294ae2a63f50cc2f4cbd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-0.1.4.tgz","integrity":"sha512-NlBeHyjDgcb+XxscQ/dnCgn+nKy5D/kgn+MD1qSNPu++E6+9VmLLops5Gs7lKdkG6pcTFUjg2RitR6ldSibMiQ==","signatures":[{"sig":"MEMCHzYU2yoaovc9Gwcqe0pAEBWltYXVfdWeibjoVNLa0aQCIG9BdlM087sWPOHXrgV3txBfYfgCIOItfWV8V3PYD8gX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"0793cd42225879d7cc7f294ae2a63f50cc2f4cbd","engines":{"node":">= 0.11.14"},"gitHead":"6317a844efe7c591f73bb415870b6c952a17107f","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"zic.zhu@gmail.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.7.0","description":"port detector","directories":{},"_nodeVersion":"1.5.1","dependencies":{"ipv4":"0.0.4","commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"}},"1.0.0":{"name":"detect-port","version":"1.0.0","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@1.0.0","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"10d0e0bf0179862c553187273f7a3b45e7a90607","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.0.tgz","integrity":"sha512-7xQwyEmCYBxQOVG4d+KMdF6SJjXiHFX78ZOAawlyq3cZrQDT4bffMihdJSAVX2OsAZn/asWALrhlpCxuhHnpvg==","signatures":[{"sig":"MEUCIQCCEgVz2l2dS9xdJeFOnf/IwD95QnDaSH2cqM4CYthK8AIgIGPlLH4G5f8TesAeAzwsRcw9tUlPPHkBTmlZipYlnUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"10d0e0bf0179862c553187273f7a3b45e7a90607","engines":{"node":">= 0.11.14"},"gitHead":"e184c1bd234a3d0668b61811d55aa015bf6e66b5","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.14.7","description":"port detector","directories":{},"_nodeVersion":"4.2.2","dependencies":{"commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.0.tgz_1470064643230_0.24010386620648205","host":"packages-16-east.internal.npmjs.com"}},"1.0.1":{"name":"detect-port","version":"1.0.1","keywords":["detect","port","detect-port"],"author":{"name":"xudafeng"},"license":"MIT","_id":"detect-port@1.0.1","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"blog":"http://xdf.me","dist":{"shasum":"3e1aa6a7ff6677bb60894b291172529d880c1e85","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.1.tgz","integrity":"sha512-p7jsY+b5HKJW/eUE/mqH9xYNsk/Dnh2+9HOW2sXWm1MHtHBXlSHGw59YY5DlIZg2c3tuJoDmc1IIRvoQJ4FBFA==","signatures":[{"sig":"MEYCIQCpVRHMKqjJcEZhP1kuog1RLLjAsCUDor+aeCY5h5bclQIhANla2KW4wWAXRDv9UKYG9rZx2FZzJ/SD96PtAtKz4Gsj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","email":"xudafeng@126.com","_shasum":"3e1aa6a7ff6677bb60894b291172529d880c1e85","engines":{"node":">= 0.11.14"},"gitHead":"fad1c52fc04cd892f0cecf6f61c54195a2176b3f","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"2.14.7","description":"port detector","directories":{},"_nodeVersion":"4.2.2","dependencies":{"commander":"~2.8.1"},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.1.tgz_1474172006196_0.1975438583176583","host":"packages-16-east.internal.npmjs.com"}},"1.0.2":{"name":"detect-port","version":"1.0.2","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.2","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"c3643db58b411baa17868c789541a0031fb638f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.2.tgz","integrity":"sha512-2Jza0eKNkQiXxNpWqEGaEK/FJhgOVdwj6YD0v6+KhiFi7bSQ76nag9Bwb6eyls6O4fy7eR3AjV4wsS46AN8uTQ==","signatures":[{"sig":"MEUCICD899AgaHDyP89XMXsF+8sGH9Cqr0+NelxjZzgXXtalAiEAznRcTxVHTfjLTXnr/feWlFJAITmvVbfEfXCQnbWpVE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"c3643db58b411baa17868c789541a0031fb638f8","engines":{"node":">= 4.2.1"},"gitHead":"06566033dadce2b86155da790bcfa8d9349a41ef","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.2.tgz_1477756946058_0.8858134793117642","host":"packages-18-east.internal.npmjs.com"}},"1.0.3":{"name":"detect-port","version":"1.0.3","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.3","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"334189651b1c3e18f47391a93ced6c44666efae6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.3.tgz","integrity":"sha512-zhnxxYTqvgaCAGjOF6Z76v1AuaawQDAHL+3ebClC00XRFefiQvuNHrRrHsC/+hYghaNwWZQqEVClbixH9/MKFw==","signatures":[{"sig":"MEUCIFRQbcTW5XdkXjBBHHn1HLFtPt9xB7qGQrYJRI8Rr8VDAiEAhBsjrJYbH9JCG9Ia7eHWJyJxu5zi16dVpbc7ZexYAmA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"334189651b1c3e18f47391a93ced6c44666efae6","engines":{"node":">= 4.2.1"},"gitHead":"6c41df87068390da2f74926010cee21946b55c3c","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.3.tgz_1477791821568_0.6120992531068623","host":"packages-12-west.internal.npmjs.com"}},"1.0.4":{"name":"detect-port","version":"1.0.4","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.4","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"d1e9325039fe903243d2abb9d4bceebea313c9a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.4.tgz","integrity":"sha512-jDGPQcO9VMqoti4GcUmh0qw7tcpbqOABR4YLj+C7FsQ4H9rGwFWbh6rK7Dytt4xRaWtEC6g89HW1XZPf8n70xw==","signatures":[{"sig":"MEYCIQCF3lJQGzthde2IJwx6v0FykRmPZsh5INGbV5AUBddrhwIhAKXJCLKMkzZkJxueQsQ0EOTwUv2qjVmqzT86q35sMQOr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d1e9325039fe903243d2abb9d4bceebea313c9a7","engines":{"node":">= 4.2.1"},"gitHead":"6c41df87068390da2f74926010cee21946b55c3c","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.4.tgz_1477791978399_0.7262728952337056","host":"packages-12-west.internal.npmjs.com"}},"1.0.5":{"name":"detect-port","version":"1.0.5","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.5","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/xudafeng/detect-port","bugs":{"url":"https://github.com/xudafeng/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"d6a2e2f623ce0523e67d293820194288d8c0da15","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.5.tgz","integrity":"sha512-1mlIXfwfud7DtGhjir8lKD/88928EQ2w3uNea2owObFP+CYKgvUgnMXM0Pr7RoOSMkey1aga88cBapAu/2TdWw==","signatures":[{"sig":"MEUCIQCnktcyIz8J/zVEqOQ0Bptc6eegmZoY2JuJcO9MtNi9pAIgMQG/wmedw9AV91wOPtZw9hcEPaJk801mE+nNPEwPajI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d6a2e2f623ce0523e67d293820194288d8c0da15","engines":{"node":">= 4.2.1"},"gitHead":"2dc180b6f0e9065d48704b52e8ec94f14f3807ed","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/xudafeng/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","startserver":"^1.3.1","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.5.tgz_1477875318580_0.7976049536373466","host":"packages-18-east.internal.npmjs.com"}},"1.0.6":{"name":"detect-port","version":"1.0.6","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.6","maintainers":[{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"44b57a9be268ee235d441395b4619b78a41545ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.6.tgz","integrity":"sha512-ww100q/P5UVish5dO+RyEkFIo01+eomNJcdXfma8Gdh4hRq7tFLE6mxo7aKL+IxbAsAxRwlkuX4OFBlOx2RtCw==","signatures":[{"sig":"MEYCIQCqaqDVxeAmZdr8wihEPhP0LgNziamVdn5BeOvd8MEJtwIhAJ4S4EY8MIRGBl8qso7jTxRWhcX2nlcJaZKG/iDZFmIJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"44b57a9be268ee235d441395b4619b78a41545ef","engines":{"node":">= 4.2.1"},"gitHead":"36833e806cbdbc72b71c5d17fcc202f8661eccd6","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.6.tgz_1480422485797_0.8756497125141323","host":"packages-18-east.internal.npmjs.com"}},"1.0.7":{"name":"detect-port","version":"1.0.7","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.0.7","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"f8cddc7b996fb8f8019a5ab50c4b5f3a9b51b046","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.0.7.tgz","integrity":"sha512-fdLu/pEShS1naT152KDEUfhnXHOpTdAkdXzYOTl7beNJ6lNp4sfJctbomoxszOXHJtddq9BOhNjEXj/aewW0BA==","signatures":[{"sig":"MEUCIQCJvZHPOzqjNT1s41auGHqL4K+OCYTp/NGQLmmQJowRQQIga2OfzPXbmvlEbj1OWAg079/kAlzFVINFnWsfWiZfBQA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"f8cddc7b996fb8f8019a5ab50c4b5f3a9b51b046","engines":{"node":">= 4.2.1"},"gitHead":"356370276383fc74acf49dcf8891ea26ca692640","scripts":{"test":"make test","jshint":"make jshint"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"precommit":["jshint"],"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{},"devDependencies":{"mocha":"2.2.4","jshint":"*","should":"~6.0.3","co-mocha":"*","istanbul":"*","pre-commit":"^1.1.3","command-line-test":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.0.7.tgz_1481424915986_0.0065647761803120375","host":"packages-12-west.internal.npmjs.com"}},"1.1.0":{"name":"detect-port","version":"1.1.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.1.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"fde7574591ea3de74445782643c3f921b2a4618c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.1.0.tgz","integrity":"sha512-XACOLDHcfC1q4CuI9NBWCaxpkKDbZGdFsmYt+P1xzbE82+1YtPXlPrb8VYUROk4eG960zfPqzr6jzktX+cNQZA==","signatures":[{"sig":"MEYCIQD6xd4QmMD/oyXaWtspCoqoUY5zFCAugIyaI4WHV+PFyAIhAK3V/SAEGzv9Dl8HN2Y9tzUMOxqjY2j+VfL+16FsdPk1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"fde7574591ea3de74445782643c3f921b2a4618c","engines":{"node":">= 4.2.1"},"gitHead":"0984b32aed6377e60d37b2bec24fce7afe4df599","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"3.10.8","description":"detect available port","directories":{},"_nodeVersion":"6.9.1","dependencies":{"debug":"^2.6.0"},"devDependencies":{"egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^2.0.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.1.0.tgz_1484662416480_0.19777827593497932","host":"packages-12-west.internal.npmjs.com"}},"1.1.1":{"name":"detect-port","version":"1.1.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.1.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"abb24845a0e0501d2a4313dfde93c2671f6ba998","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.1.1.tgz","integrity":"sha512-VYsPmRKqR8+IAvPqCgilVRGqtg8svtTqHveZhn5rUCmW5yoeTu2knADMqHJ6UljAhU//+KZuyGWj5oVhOXzFFQ==","signatures":[{"sig":"MEUCIBJcGESWPqAEzh5LqYggZwhjWHv3O+L0RAyp9UGDVw9aAiEA7j2B4sw9GtD2aTz+Fyi2WPnY3DzJM5y4tJ1fs1dwuWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"abb24845a0e0501d2a4313dfde93c2671f6ba998","engines":{"node":">= 4.2.1"},"gitHead":"bd4593fd17ffb00a6d3b89b58cf17e57ca99141b","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"4.1.2","description":"detect available port","directories":{},"_nodeVersion":"7.7.1","dependencies":{"debug":"^2.6.0"},"devDependencies":{"egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.1.1.tgz_1489765661524_0.5871674160007387","host":"packages-12-west.internal.npmjs.com"}},"1.1.2":{"name":"detect-port","version":"1.1.2","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.1.2","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"f7706366d37af0e3c3fe9c6b7b4d55b4a32d223b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.1.2.tgz","integrity":"sha512-Zsecga8oq3OAef7fmLEqjgoAppf7vAVNHa3SY6C9gikqCMsqb2DKSHI2Cp0St5LjMH767wN73aI/qdb1jDT/XA==","signatures":[{"sig":"MEYCIQCnvLotRjSRE67SlWy7qWZm9G6z22yyN3urshGRGLmDhQIhAPjYXRZO1HV9FksbxWhHAvH0PMPXtyjB/2eR3pu2i80P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"f7706366d37af0e3c3fe9c6b7b4d55b4a32d223b","engines":{"node":">= 4.2.1"},"gitHead":"e99c992cfdc59a6861e9ba33b469e2a5c7d306e7","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"4.2.0","description":"detect available port","directories":{},"_nodeVersion":"7.10.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.1.2.tgz_1494474937400_0.23703347309492528","host":"packages-18-east.internal.npmjs.com"}},"1.1.3":{"name":"detect-port","version":"1.1.3","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.1.3","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"5e639e9d61580d7c5be552431f21a2bc8a7a95d3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.1.3.tgz","integrity":"sha512-pT01Tpwo3CDAAethVYwEUktA0Dn+vw3xU0IzLHyVNJlE3gODI+YpT7kvYjXWEjZ39Vpw1WDu5iMX8cVvvGsWZw==","signatures":[{"sig":"MEYCIQDtQBazi3l/gQM74bQzpPsOsXcTzVRuFDHKTn4QtvFPgwIhAKjbwzGgInCBrIL/+9idCoOou8G3Znuywcbqf7Q9pyve","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"5e639e9d61580d7c5be552431f21a2bc8a7a95d3","engines":{"node":">= 4.2.1"},"gitHead":"7e95af88c88223298d3b9cf7f9fd76007e38169a","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"4.2.0","description":"detect available port","directories":{},"_nodeVersion":"7.10.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.1.3.tgz_1495598514984_0.5063133237417787","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"detect-port","version":"1.1.4","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.1.4","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"e361908f174a9e93b55aa99ac4f9411718575897","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.1.4.tgz","integrity":"sha512-goNUSIvZDaaValerhF64JQ6zd0R7gOKD4nY2zrxZkDOE4dD5f+indXqpbDkMIltLBkWsBpU4KXyGGLKcnp+v8A==","signatures":[{"sig":"MEUCIGMwidGr6xPp1gDEEmLY8tMeQhtkLcid7jH3jpgFAVQPAiEA7hTWP6H1hCFKcz2x5V1lkMcTT1tnVevLzd/iGXHYgnU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"e361908f174a9e93b55aa99ac4f9411718575897","engines":{"node":">= 4.2.1"},"gitHead":"dee99afcbd1cdf99079c84307cb25bd7fbd6461e","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"3.10.9","description":"detect available port","directories":{},"_nodeVersion":"7.2.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.1.4.tgz_1496737623296_0.5705332029610872","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"detect-port","version":"1.2.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.2.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"1810bb035835ad8f18c716295924685ddc9ec7ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.2.0.tgz","integrity":"sha512-tVak3J2Ksf32BaNZy/bMPgYLfPI2qWFj9R2yI7jyd2Mkkw73fdr5sGk23/1WWko8aM/LtVKRratju+GEsRuM+w==","signatures":[{"sig":"MEUCIHNehiRqFdCJ1S6GGvif8+azbNpYsrk9kmwZFvUNhZh0AiEApupA3LfOLgeRBpxTkoKNDmracLCcghjvWdkTOLtsDFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"1810bb035835ad8f18c716295924685ddc9ec7ba","engines":{"node":">= 4.2.1"},"gitHead":"4a9e127b6d01bd45d9b689bd931d878aa9b5d397","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"3.10.9","description":"detect available port","directories":{},"_nodeVersion":"7.2.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.2.0.tgz_1496752977926_0.4954096411820501","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"detect-port","version":"1.2.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.2.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"a2c0a048aa9df2b703fc54bb4436ce2118f09b5a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.2.1.tgz","integrity":"sha512-2KWLTLsfpi/oYPGNBEniPcFzr1GW/s+Xq/4hJmTQRdE8ULuRwGnRPuVhS/cf+Z4ZEXNo7EO2f6oydHJQd94KMg==","signatures":[{"sig":"MEUCIQCz9poW9PPuEheayU2x6jq5eyQ4MyC79amBqyNWk3Yt6QIgJDRQfO6XJKpITwyeQpoxqBgBWeecmI/DxaTH72LaYGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 4.2.1"},"gitHead":"31562b0b4cea215442ca8704e274930909112b8c","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"5.0.3","description":"detect available port","directories":{},"_nodeVersion":"8.1.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.2.1.tgz_1497241765945_0.42124639824032784","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"detect-port","version":"1.2.2","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.2.2","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 7"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"57a44533632d8bc74ad255676866ca43f96c7469","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.2.2.tgz","integrity":"sha512-06H99JMCwgbYbA+codm97aBhFLAjABftetp+v+Z88Pvvlkawp2N+1bP/9J24+mihrvk9yBvUYTyIj3NixG1CsA==","signatures":[{"sig":"MEUCIBIC1fsBahFtINuEY2ed6CGeKdUaJkNu/1pYoPOF0VDYAiEAuPC8NxoSwxZlgVNd5C6g5mrxSv+bqDnaraFrsrJNI7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 4.2.1"},"gitHead":"53331dee3a109d6faf062eeda2029d4a2b1e9b1f","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"5.5.1","description":"detect available port","directories":{},"_nodeVersion":"8.9.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port-1.2.2.tgz_1509901827404_0.022866202984005213","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"detect-port","version":"1.2.3","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.2.3","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 8, 10"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"15bf49820d02deb84bfee0a74876b32d791bf610","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.2.3.tgz","fileCount":10,"integrity":"sha512-IDbrX6PxqnYy8jV4wSHBaJlErYKTJvW8OQb9F7xivl1iQLqiUYHGa+nZ61Do6+N5uuOn/pReXKNqI9rUn04vug==","signatures":[{"sig":"MEYCIQDkOXb6EqAzXp2z4Chr7AcCaYtR6gKUS78eI4l8YpwzFAIhAL3HuZZqLkFCj4q+xLKbXp5AGceUAD3WX375Miobu6od","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/DDWCRA9TVsSAnZWagAAqfUP/1cztwYM2mMQ2NvGYdWG\npYloCN2Njs3nClwvCEPiz5kpgRVbrMOr0ieyGNkuk2WKJdkRSzGkF3x9BCAs\nWmm8ih5SnhcmvUynyQGf6USfaJXTHHmNaJbRaTLknDRptaJP3mQ9mVgystRM\nK/d733fl6GfBfIH1Z/R4cEK8/KYhbivv+NlXCfKY9nPGs4BQ+KuGQowR0r6b\nknYcWTXOpuCNI0cCF9xAkzAa/SZcqUXCH83kWJUzSf2DtCnxKeacI1IPxgwZ\nTdATnFzjcLeFc80pZFeVNTGWsviyx2CgB8jvGyMGDMIlgjUjFFLfoXDTfxSN\nYcSsg1HsRb5bAWZIXDSwlZ147N5sRFlvUd9EzGSWBgSGkDB7BmiV404Db57K\n7H5rG2JbnH/4P95iLuDuPvOU/ii+HKJn9XteVfILKWuu8BzOlB/uE4uZbR1C\n48dQkdpxda74dFOX4Y46MuNsGyJOSN1BDyozXZzdn6bNNcvnlJq57hCAne85\nM4JLJTRdw+Kdru/I8elnXnx01kT2hm0n3du9SGvDvhWQAL/+98M+zcypdUxH\nTZbFYV8ViW/vGx4ymuF0BiswK11L2GaTFfDountVMQ9iQ7LLWyDo7qwxt8E7\nFObjv6qyCcpaqNnoMxsENcCa9CMsToRVfaEskCTdGEpYAsJM0Botq4p0gNVd\n3mSl\r\n=fc1e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 4.2.1"},"gitHead":"609bfa0fd59232433b0afa5f59d217be724b3a10","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"5.5.1","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"8.4.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","git-contributor":"^1.0.8","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.2.3_1526477013816_0.4053566400969004","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"detect-port","version":"1.3.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.3.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"4, 6, 8, 10"},"bin":{"detect":"./bin/detect-port","detect-port":"./bin/detect-port"},"dist":{"shasum":"d9c40e9accadd4df5cac6a782aefd014d573d1f1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.3.0.tgz","fileCount":7,"integrity":"sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==","signatures":[{"sig":"MEUCIGz9TnbnyR0gBVpqIXesHVZ3bBsf8iHPCDwdrImFsLdsAiEAo91gGnYhv20nCoiQmOv8QW/uw0MMfGkI9XDRZL8KJJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb86CACRA9TVsSAnZWagAAUkcP/3dYEydFLOeHX8mn9A9Q\nANHwEBK9/aaFdOBFmpdWy16NGzF+w4O6CK85WN+eXTpN7rKc38N2RpQ493K+\nnmINOxVGteeHZu3V+9POxa4sIHovNzn9LuUsWbHB43EwUpaK5JTOf4qvsxkT\nW9iBkziCmUXwMFhOhmXM7bl5jvzPLizWFms74bY4M3eYZ691SLd2Va36aaG1\nzUfG/MZq0j0dVC7Mt96By9Ubs6ZaX07p24JMnQPrG/qMSIZF/QflV0vNCnfL\njQKb/GovKjEyvchIivGNA+ubalgiamtiNsI1VGYuSRo7OezGHdryWfkgotuk\nm9Sjbv27OBoxkjrFvNfyH/nY4Ey6m215r1peXN0WsNKJLN/hk4rxgVwH1CKZ\nX/YOboYcK/UgDXEWonrT60kZ9/vVnk9jXN1GgnjsGF/kpcccKDFUgOZN34R9\ne5A3Fnhu1hv9Umyec+cRuCo2ul7ZUP+iJNN3+hUchJvQom7jBrTXQafGRJn6\n8GKcSifcL8ZH1P6GD6uJE43y48eOf9LyBVwmqsFqHuIXlfm+anUEYOyR36mV\nqw9mMeUeX4IdSp70rZ36YxpI8II5WKriqphCaOrNMw5gxXqvLns8tXELz4qz\ne43qpIBIV38G9uxEf57TvEoUhtzifvaMl3zs7CMpqEa4qQ5epiuwIiek9fqo\nLUhi\r\n=oTNA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 4.2.1"},"gitHead":"b80605357bd7a6396df19d27134308535ec84a4a","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"6.4.1","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"10.13.0","dependencies":{"debug":"^2.6.0","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^3.13.1","egg-bin":"^1.10.3","pedding":"^1.1.0","git-contributor":"^1.0.8","command-line-test":"^1.0.8","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.3.0_1542692991772_0.3352833850949015","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"detect-port","version":"1.4.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.4.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"16"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"c5540efa1f8c78c101eae42b3be62cd020814b2a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.4.0.tgz","fileCount":7,"integrity":"sha512-rOdpr68Gs1gDXzpQGE/XIxlv8ksgrUUwrbp0xvn08Gzul3eWt461M38j75BlD1BEV4n+zoAjrg4hYrQj3xZ89w==","signatures":[{"sig":"MEUCIQD5fs3H9JV+1YC4ZVheGMVfRWlfJKaSeZPQ7gqmPSO1AgIgBy0upkUOj28xk1Ts3jPVTn33v/52zdO7hzN+DmvA5Vk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKyeaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSFg/7BbSa+Ymvi4giHLlVDr4LRItmlRUfl0FiMy3MfirzdD4jpqQr\r\n39+EubG6oUzuCRx6fMgnjnpyw4qDI56XUJS5whl2Ewm/ljNxUeESp2o5N2ze\r\ncKWO26FFdIhRRf/sXebP6PiaP+ks95bgGtmFIjftbyGfHtiyOROlWWN4zmYO\r\nob3nM/LnttQ4TRVT0Gqpat23zqv3GfpShNi3TTKVFsraMHg20duVMcaJsUk7\r\nT7ZM/zwSdM2xPfiAZXRJGRP9YHxYYuwOkGgW40iGHzssR56Z00fdk5GkLu5r\r\ned3h+gAG4513OopJPzOQfDDwu9QeHxJ4mH7w3ckdcRmptTSGkRR+Hi8xtq+A\r\nxSVSZOzsy+Gwnq2Lmn5VKd2CXOsakMyFcEga5kd6AfYwlh4S9yYiYqcgtSzu\r\ndBBcMUL9rZHv3/EgEGmH3gQodbhQG/149UwNtvCbjmmYoWvnz84FBk+5aJ2Z\r\nUYogcwjj4iiflhKnB+TeyiMTkfK/BjbHoGZ7NapwWN3Gbtkt4NjS2kjU9+fK\r\nuiYzsmDvKF3sW53B17GSTXEtNF9xs29N7rBkkeOXbGl5aUUAVR+d/TdEs5lt\r\nxY11ElwMPOw7uxTN7AYk3PaZy9mZbp9qN5Xno+G1qP+HFFTCQj5MhaxDunsx\r\nA7KgrCzCX7hwI2wayc1j+67uf+lJaSPN9LU=\r\n=GMQS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"bc999ffa622fe39d967b515b32c5b0df770e69f7","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"8.1.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"16.13.1","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^6.1.0","egg-bin":"5","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.4.0_1663772570625_0.7863122386666657","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"detect-port","version":"1.4.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.4.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"version":"16"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"9306f48555e121cdf76e73c46aa5adee674f6d08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.4.1.tgz","fileCount":7,"integrity":"sha512-Kvb+AvHkNoAYU7sZ2qmDc+dlbsjBi4NQgRF7YXlNRLT5IjzZLT0bbJEbazllVVBYWEiny8NcxOBbBeUjbTG5hA==","signatures":[{"sig":"MEUCIQCK11Y2J94RdAs0y49A96zsPwyFmtYDVTnPoFkqeL2vBAIgRMoAeGnJP3fmJc/ozDwCeslt+WHrLZSA2hvgAqXTIF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKyhMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTEQ/8CG2sovIfdshX+LjdUCZaJJe1Bhgs8gDQOHG1/LtdPuOJx7O/\r\nNuthI8rEjCAct++dzfPUDCErhj39LGVcWju2Q8ibq53Rv+4Oc4bVz3J3oxyW\r\nlVgkHMaCpjCscVQuuEXc4im4kN7ys8+6UY7GAAkvguZ64ZqbB2+cdcvi9B3y\r\njK3ILRebiOOUNmrqGCDnYbchCZho40tT0qTIb9ojWki0pwOaRLfmygTIIYiI\r\nNLtotbFw7LDsaOoBG27cOMHwfWxssZhleYyKI9zTDtYij1jytxPztKP+zQQO\r\ntx3uXFSlUZI25Bs0XuULAUoSPVjOq70l48P2GVhPqFpmHixG/BEvFaLMmHdP\r\nAgYRCNbVPpWOIkfwJTl0hB606sNQeK1mHEYpetFUTUX5Dklo2eeIwPacpuV9\r\nawItDNmGl4nu6+pya6PCjVZvT5LtvGE3zyus6rpvLe+rChavwAdcjDsQmC3u\r\nc4E/ApIu70wFdKPFq04Gqo3a1ELF3YdOQ8bwx6lhPwYQvvlW4piqkblOWYZl\r\nk7/DqFc7RvIA+PrxwFRWBQcNz+5uFzb1tBEpav6CBzdsTOeNf3FHorGm9gJF\r\nmGyZ39ZnYNm+V62gco+mAJcI+nsAWQq0uxst2fAhO7nfHXNUViDw919dufUL\r\nrGtzr1Uuo0gyZRim8oJoNBCl1GMxosaZ5p0=\r\n=5OnJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"bc999ffa622fe39d967b515b32c5b0df770e69f7","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"8.1.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"16.13.1","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^1.1.0","eslint":"^6.1.0","egg-bin":"5","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.4.1_1663772748465_0.0441829217326386","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"detect-port","version":"1.5.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.5.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"os":"linux","version":"14, 16, 18"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"e40d67a0e93b464cbb7dda1e27a6edddd258d2a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.5.0.tgz","fileCount":7,"integrity":"sha512-XA/tO5uCPYgRO8jWazmM/yaJQtqpya6x3Tm0iQVuKSRq6/dNB0TcoegMSGQWSl8AjFZNJPBBvnz7u12edNAwEQ==","signatures":[{"sig":"MEUCIQDIBwU5AWckwEjC3bFDVZqJju5EcL6X+5Gm9oJ5jpI8xAIgfNmK1itHuAjdUQp4Kg5lDzMyzd0jJRu8FTDKYcXcv44=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKywrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnrRAAnAYs6fTGPd7XhG9OK2DB1AqwMtFhOAmMTwUUTtIHYI8t1x2j\r\nJon1AGEF4i9Aak7QXzuSQcwgXubdd/mzZPSh8zPfuesJ70hJBBxz3l565NLS\r\nH7MhwTW+tcFQJuOIgaK0SVrhwM8z6ncdRMTnpWzUcHq8Aw3J0LGzPSLO4HmR\r\njtP4uDg17vK7skJUDWEpwNg2r5NcBrHhhosaO5+9O4dQJEXjdjzOJ/SWpuav\r\nOSYAdw7uB3e5KYUNMLwUsZsVQdPYDzUlZh/BFPgYsYgpGBgXZDMkAQaJ9MMY\r\noDV2dah9aSV0xGeK3vvgZh557FOenx/M0oZrHBYoiMcI/oa4T9JSRVHydmSc\r\nNEtC4pvQFvcypX2ZHZfurZpQcLgri/FQB8nH9f/4b4ouoDAUpE5MW72onTzh\r\nxA3cgE9/xL2nWOFGIhwy/0QxgoU4U6qlWkHHj21JNQOuZ5s4RLcbb35iKAdI\r\naH4Upf+z0B/nLvm62sfNTNM5DOOaP4B9O22ET+LwGKQNazrMWygRh4TLfRmC\r\nfz2hRQHKu0vKKRLAy9+NNBi4vO3xH/gYHp4sEy0Wc9TCUOjusZg/94wGITF3\r\naKpM3pK4277UM52EFt8pSOhw8f7XWKFRwNUeiaBj4khVhtXv1SkcHpMDMT3C\r\ncPFfh5bntZIVW2oRY6v1PerCjVivRnpNkIY=\r\n=aFC/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"f03efb369d82c29e00445762cd645ef8ba11157e","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"8.15.0","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"18.7.0","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^2.1.0","eslint":"^8.23.1","egg-bin":"^5.2.0","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.5.0_1663773739371_0.4619773675600285","host":"s3://npm-registry-packages"}},"1.5.1-beta":{"name":"detect-port","version":"1.5.1-beta","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.5.1-beta","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"os":"linux","version":"14, 16, 18"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"7913753fd42c0a95164a6de517f8f6fd9ef3984b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.5.1-beta.tgz","fileCount":7,"integrity":"sha512-rHEQTAltLh5TFmbLRnJPamqPGXVV5wy+od/ASG+wTsyKVWUVkKQvq1tnK50qN/2bB5yF7jqp6lKelm2wA5ymEw==","signatures":[{"sig":"MEUCIHy6EhnXcvVtHq4rOgr8uCGs1Upd+m02UMPKScCZWj61AiEA413VKPyibo/U2z+Du+nYeiYutOMS+jEAlDiOzAHzeF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLDxoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYAw//UJ4tH0e0zWHEV+vv8IjPMbMdOfE46riQEof0KtnxS03Z5zUI\r\ncD//TZiMBaEzJsjsXoMAn0h6m7yL10htPUVXgE8J54wg/VmtFwa5g9O8x0wk\r\nI7/rJzNmhZUZ0UXRH5nOA3jzinowELnS5N63ZLH7q7axYwJw5YSn3q17EXNO\r\nVAAsSB3aJqMkbx87bumVmJ3diuNmY3KsSZpWaj6cfOvKO8NMMYsVtCXkIVPh\r\nHPRyWunxECAIq6572F03E9tTZdscz1oFfHb1lzCJ3trJ3z2M8HtNuk3wbgk3\r\nJz3Xc9pfFJ0QygZpz+wzg4rrNj5m29TBbyFygnJl1L8M5tmp8EWKKL675qFK\r\n2bkRp9zwoAuMS+tIuqcXWXrlGQXmriREXWud74fhuQfXQpRCIU32jx0Mu31s\r\nKqRL/O8AQUcgW1KvCxzj4ijayesvWu2n7g0czXHW6BK5DNwVhjXSDw1Xy1/d\r\nrTlCcn5mBJ/IIlhqjssLtjmgWfCGGHfiX8tuXI0ibY0QOlkroOXLcw8XXbXc\r\n9BF73UAnlk/tW1pe0Ky4ZXbL/jZKenVq4+SoMo93rO6wM5IU0KTUdN0jM03w\r\nZgylksWD0L0L4qiZEkz60TW8RxBTWRUXUM2NSW2N2pO+gavHWphCtkJyjBZ8\r\nNEwbxx/Yxi5Yb0MpStojJRBr6mol5VoZQlA=\r\n=qe5s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"f03efb369d82c29e00445762cd645ef8ba11157e","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"8.1.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"16.13.1","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^2.1.0","eslint":"^8.23.1","egg-bin":"^5.2.0","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.5.1-beta_1663843432079_0.926775870002845","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"detect-port","version":"1.5.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.5.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"ci":{"os":"linux","version":"14, 16, 18"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"451ca9b6eaf20451acb0799b8ab40dff7718727b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.5.1.tgz","fileCount":7,"integrity":"sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==","signatures":[{"sig":"MEQCIHvLZHkfVyIYiVrtQbVsZOVqwtecFUG297uarvlUKsULAiAPLXKdPecFAxSGH7r9Tv4dCSEOd+vmqcWfSQOOXU+iwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLEGtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPcQ//X3RzizrDNSqPJhnk1e+7gvkshi3BDBgJHTLx9byiX5pUN8fK\r\nzWhNdEymTt4Hqsz1boLYq3Vq3f4vGqQOa7V93iu5TsOGWND09CSH/4ay9Q6r\r\nKklDm8oc1KsnW9OV36rzIF1AiKSGoJx0rTrSvMr2YLoVs73fLhMAC8NW3UWi\r\nM0a+Jx4sDlZpKZvaaJPqxstLNJfL68eFyKIlcKIOCpa2dt3JaNNr1Gw7F/tq\r\nqB9HY+Ie9z58+79I/oYtEOZGwZu8NyWFCVbJyerJIdULHwYN45z7VDXYtPHI\r\nmSl/1Xd+q4Jsw7xS2SHhEhUoT/PmK/LXVQvP7c/PxDrluI16x9OBoa1+lTbI\r\nektjEIQux0tbQf4Qygvnv7nd47QCBG68/XY8SUNTs/BSbLQLq2GzSHyhi4Yg\r\n86Hjsw03R00ygmjD0U2DtJaVDfDNMU7LeeYGT+w+vgGepnMgyD0oWMvJQmUv\r\nDCAt67tL1N8VgtwTNDy5mE5ItixRUIcYLvU8XaHdVCqold6YEIQS7WF8Fs91\r\nJKq5TkvUdezEEL/cjLaJhRC1ikaCiWltZ3VOkANqq5j9KuWtLAyh8MB5nHrW\r\nLs7a7FqU7yRyARw239EUv2Peqxet4kuVDAfBGwMDvyih7tOHYYn1t/8GbG49\r\nolM3eFqTznPmNx552TX/v0aer0JzgstTND0=\r\n=PBFv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","gitHead":"9dd9ce34b560a434ee3a393f6ddea884691f632f","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"xudafeng@126.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"8.1.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"16.13.1","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","egg-ci":"^2.1.0","eslint":"^8.23.1","egg-bin":"^5.2.0","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.5.1_1663844780947_0.09279906093472046","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"detect-port","version":"1.6.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.6.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"5907b17f09883549cbfdcb786c64915f6a9e7a37","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.6.0.tgz","fileCount":7,"integrity":"sha512-iKO0phS1ebSLst7ULM1hw4qjndYHqyKe76Pk0q+QDvoANFth/f9Pp6oSZzOIM367SeRi+ufseIGvIiThTPERSg==","signatures":[{"sig":"MEUCIGy9c1jonS4BnBTS7haTKEAWfsC4zFMy+IRYlb6wvSEeAiEAxCsU+lBjprx+JFT3m9BV9/CHcd7iKdNjXc3lfOc8Cwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/detect-port@1.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":11889},"main":"index.js","engines":{"node":">= 14.0.0"},"gitHead":"174fc4330cb09137a69bdff6f2002db44d23aeb2","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"10.5.0","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"18.20.2","dependencies":{"address":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"mm":"3","eslint":"8","egg-bin":"6","pedding":"1","git-contributor":"2","command-line-test":"1","eslint-config-egg":"12"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.6.0_1715157998613_0.1631502960727227","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"detect-port","version":"1.6.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@1.6.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"bin/detect-port.js","detect-port":"bin/detect-port.js"},"dist":{"shasum":"45e4073997c5f292b957cb678fb0bb8ed4250a67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-1.6.1.tgz","fileCount":7,"integrity":"sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==","signatures":[{"sig":"MEUCIDZZFLPfujnR07S0GeBGr/NvwZrcHZFScNkKhwgkzNyvAiEAprxem1477okoqAiu4FrWnQxbxne4wd6M8an5ZHvupTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11991},"main":"index.js","engines":{"node":">= 4.0.0"},"gitHead":"5e8f3ed850b09175d76303ee94c8d9276196c45b","scripts":{"ci":"npm run lint && egg-bin cov","lint":"eslint .","test":"egg-bin test","contributor":"git-contributor"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"10.5.0","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"18.20.2","dependencies":{"debug":"4","address":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^2.1.0","eslint":"^8.23.1","egg-bin":"^5.2.0","pedding":"^1.1.0","power-assert":"^1.6.1","git-contributor":"1","command-line-test":"1","eslint-config-egg":"^12.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_1.6.1_1715182509818_0.37338754057711565","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"detect-port","version":"2.0.0","keywords":["detect","port"],"license":"MIT","_id":"detect-port@2.0.0","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"dist/commonjs/bin/detect-port.js","detect-port":"dist/commonjs/bin/detect-port.js"},"dist":{"shasum":"c0f77e183b14a9dd5d8964501cd268818413ac98","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-2.0.0.tgz","fileCount":26,"integrity":"sha512-kEXegbY/jG8Rx0WoeHcBc96xtidFj2b65WRyWGZ/avluvPCaAnjd3QGD9bbhFYUo9w5eVMpZUSEp84/im+oDag==","signatures":[{"sig":"MEQCIFcKoG9Lmfs52IiakvQPtlKwRL73LNmcgDLrxOUxAycOAiAN/JxC/8wM7P7Zf6QkhVuFlf8kxFoUfBv406GX2PYH3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/detect-port@2.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":52213},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts"}},"type":"module","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","engines":{"node":">= 16.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"gitHead":"b2cf1bb645944f9d236b792b5d9e47ed4c4bc106","scripts":{"ci":"npm run lint && npm run cov && npm run prepublishOnly","cov":"egg-bin cov","lint":"eslint src test --ext ts","test":"egg-bin test","precov":"npm run prepublishOnly","pretest":"npm run lint -- --fix && npm run prepublishOnly","prepublishOnly":"tshy && tshy-after"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"10.8.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"18.20.5","dependencies":{"address":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^3.4.0","tshy":"^3.0.2","execa":"^8.0.1","eslint":"^8.52.0","egg-bin":"^6.9.0","strip-ansi":"^7.1.0","tshy-after":"^1.0.0","typescript":"^5.2.2","@types/node":"^22.10.1","@types/mocha":"^10.0.6","@eggjs/tsconfig":"^1.3.3","eslint-config-egg":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_2.0.0_1733629881911_0.05591186579530394","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"detect-port","version":"2.0.1","keywords":["detect","port"],"license":"MIT","_id":"detect-port@2.0.1","maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"homepage":"https://github.com/node-modules/detect-port","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"bin":{"detect":"dist/commonjs/bin/detect-port.js","detect-port":"dist/commonjs/bin/detect-port.js"},"dist":{"shasum":"3415f6900326683a63e428560b2564c8f460807d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-2.0.1.tgz","fileCount":26,"integrity":"sha512-90zZb4gmDaf7nUYmQpVnoFHQvU7Kz25SQ0OxT2C5vNnrwskiMOaIAzhsJNdOzPta0PArQZFlH0RNzhrOr0gU2A==","signatures":[{"sig":"MEQCIEmgaT59Nbr+NIuj2NLkCLy2rvAhWIqOtoHKFr6iysK/AiABEjmV3HODz58poapUo6p3uJ1BiCQLwEUWtXjiCfxjhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/detect-port@2.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":52597},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts"}},"type":"module","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","engines":{"node":">= 16.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"gitHead":"9a90713b970f880a5f2a3f533fb59bbe80591f26","scripts":{"ci":"npm run lint && npm run cov && npm run prepublishOnly","cov":"egg-bin cov","lint":"eslint src test --ext ts","test":"egg-bin test","precov":"npm run prepublishOnly","pretest":"npm run lint -- --fix && npm run prepublishOnly","prepublishOnly":"tshy && tshy-after"},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"repository":{"url":"git://github.com/node-modules/detect-port.git","type":"git"},"_npmVersion":"10.8.2","description":"Node.js implementation of port detector","directories":{},"_nodeVersion":"18.20.5","dependencies":{"address":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"mm":"^3.4.0","tshy":"^3.0.2","execa":"^8.0.1","eslint":"^8.52.0","egg-bin":"^6.9.0","strip-ansi":"^7.1.0","tshy-after":"^1.0.0","typescript":"^5.2.2","@types/node":"^22.10.1","@types/mocha":"^10.0.6","@eggjs/tsconfig":"^1.3.3","eslint-config-egg":"^13.0.0"},"_npmOperationalInternal":{"tmp":"tmp/detect-port_2.0.1_1733673630703_0.7404852380706266","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"detect-port","version":"2.1.0","description":"Node.js implementation of port detector","keywords":["detect","port"],"bin":{"detect":"dist/commonjs/bin/detect-port.js","detect-port":"dist/commonjs/bin/detect-port.js"},"main":"./dist/commonjs/index.js","repository":{"type":"git","url":"git://github.com/node-modules/detect-port.git"},"dependencies":{"address":"^2.0.1"},"devDependencies":{"@eggjs/tsconfig":"^1.3.3","@types/mocha":"^10.0.6","@types/node":"^22.10.1","egg-bin":"^6.9.0","eslint":"^8.52.0","eslint-config-egg":"^13.0.0","execa":"^8.0.1","mm":"^3.4.0","strip-ansi":"^7.1.0","tshy":"^3.0.2","tshy-after":"^1.0.0","typescript":"^5.2.2"},"scripts":{"pretest":"npm run lint -- --fix && npm run prepublishOnly","test":"egg-bin test","lint":"eslint src test --ext ts","ci":"npm run lint && npm run cov && npm run prepublishOnly","prepublishOnly":"tshy && tshy-after","precov":"npm run prepublishOnly","cov":"egg-bin cov"},"engines":{"node":">= 16.0.0"},"homepage":"https://github.com/node-modules/detect-port","license":"MIT","tshy":{"exports":{".":"./src/index.ts"}},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"types":"./dist/commonjs/index.d.ts","type":"module","module":"./dist/esm/index.js","_id":"detect-port@2.1.0","gitHead":"a2cfe1daed83c8f93358aea8b281a91514c307c4","bugs":{"url":"https://github.com/node-modules/detect-port/issues"},"_nodeVersion":"18.20.5","_npmVersion":"10.8.2","dist":{"integrity":"sha512-epZuWb/6Q62L+nDHJc/hQAqf8pylsqgk3BpZXVBx1CDnr3nkrVNn73Uu1rXcFzkNcc+hkP3whuOg7JZYaQB65Q==","shasum":"03d72644891fa451ca5609b83107a8a0ebd03f91","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/detect-port/-/detect-port-2.1.0.tgz","fileCount":26,"unpackedSize":55342,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/detect-port@2.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFthSNKzhaEzqgeRsHaMG1iBMG6OTbfYa4KunsNwNSgmAiEAxf/sh4AJZ80wPGfYuDGZsn7Iclb5Icl3C9cQrsUuEhw="}]},"_npmUser":{"name":"anonymous","email":"fengmk2@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"fengmk2@gmail.com"},{"name":"anonymous","email":"xudafeng@126.com"},{"name":"anonymous","email":"zic.zhu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/detect-port_2.1.0_1733802076716_0.9432713467795033"},"_hasShrinkwrap":false}},"name":"detect-port","time":{"created":"2015-05-29T17:24:30.990Z","modified":"2024-12-10T03:41:17.418Z","0.1.0":"2015-05-29T17:24:30.990Z","0.1.1":"2015-05-30T03:22:59.807Z","0.1.2":"2015-05-31T14:15:57.573Z","0.1.3":"2015-08-17T10:05:51.114Z","0.1.4":"2015-08-24T12:28:12.749Z","1.0.0":"2016-08-01T15:17:25.294Z","1.0.1":"2016-09-18T04:13:28.087Z","1.0.2":"2016-10-29T16:02:26.590Z","1.0.3":"2016-10-30T01:43:43.700Z","1.0.4":"2016-10-30T01:46:20.138Z","1.0.5":"2016-10-31T00:55:19.128Z","1.0.6":"2016-11-29T12:28:06.337Z","1.0.7":"2016-12-11T02:55:18.034Z","1.1.0":"2017-01-17T14:13:36.707Z","1.1.1":"2017-03-17T15:47:41.798Z","1.1.2":"2017-05-11T03:55:39.459Z","1.1.3":"2017-05-24T04:01:55.187Z","1.1.4":"2017-06-06T08:27:03.450Z","1.2.0":"2017-06-06T12:42:58.028Z","1.2.1":"2017-06-12T04:29:26.059Z","1.2.2":"2017-11-05T17:10:27.738Z","1.2.3":"2018-05-16T13:23:33.958Z","1.3.0":"2018-11-20T05:49:51.899Z","1.4.0":"2022-09-21T15:02:50.739Z","1.4.1":"2022-09-21T15:05:48.589Z","1.5.0":"2022-09-21T15:22:19.504Z","1.5.1-beta":"2022-09-22T10:43:52.263Z","1.5.1":"2022-09-22T11:06:21.087Z","1.6.0":"2024-05-08T08:46:38.768Z","1.6.1":"2024-05-08T15:35:09.974Z","2.0.0":"2024-12-08T03:51:22.119Z","2.0.1":"2024-12-08T16:00:30.915Z","2.1.0":"2024-12-10T03:41:16.902Z"},"readmeFilename":"README.md","homepage":"https://github.com/node-modules/detect-port"}