{"_id":"@ajesus37/node-portcheck","_rev":"1-61c5765f9fe7b0e91be087e8b8e91026","name":"@ajesus37/node-portcheck","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@ajesus37/node-portcheck","version":"1.0.0","description":"Check providen network or ips if a given port is open or not","main":"index.js","scripts":{"test":"node index.js -p 80 -t 127.0.0.1","build":"bash build.sh"},"author":{"name":"Anderson de Jesus","email":"ajesus37@protonmail.com","url":"https://ajesus37.github.io/blog/"},"repository":{"type":"git","url":"git+https://github.com/aJesus37/node-PortCheck.git"},"license":"GPL-3.0-or-later","dependencies":{"get-ip-range":"^2.1.0","is-ip":"^3.1.0","net":"^1.0.2","yargs":"^15.1.0"},"gitHead":"d584502dcdfb8b9d8cab23b959cbf32b809c23ee","bugs":{"url":"https://github.com/aJesus37/node-PortCheck/issues"},"homepage":"https://github.com/aJesus37/node-PortCheck#readme","_id":"@ajesus37/node-portcheck@1.0.0","_nodeVersion":"13.11.0","_npmVersion":"6.14.3","dist":{"integrity":"sha512-Zl5F9HfpoLVaNISmVFQt+94G0bDH+iZpo55FAnosENztGjl1kxUbu5iRxZm1nlUqlSxLh4HyKDVPdhCpE97YGA==","shasum":"79638ae390a21a2e5c5842fc0338b94852ea2789","tarball":"https://registry.npmjs.org/@ajesus37/node-portcheck/-/node-portcheck-1.0.0.tgz","fileCount":6,"unpackedSize":49558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekkRlCRA9TVsSAnZWagAA6rkP/i9cKEIRs2aZs87WvD8i\nG5NWnrmraxhS1E5CNLAudV/7gRfeJQAniO9JksDavQ3WLXJp6x3t8yhx+Afl\nTsQl0oP1D8hWL302E5hIhCOl8L8WTPDFXa1woj5OA4nf6sKu2t6LMvfecq2l\nQmgAMxlcUsuDjp82A65CCmGgFrg8uVhNVgWPViOjajWwRur2L5PYaQKsLFkL\nxpmCG5KEMG9WQHBpXpyP+7EejnLW+auCO8aNryHSHnU/qPmVov5bHEKvF9uz\nGr+QAVztjVBJz4+GFJ+KN86CF5UbYeOr8JRiLmjFSLdjT7RxBdx972Vj0smV\nqFjWK9KPUGtNvbRJn0GY004f2D8qnrExItPw+5HN72OE9fpTj+OV9fXE+7SC\nuecLkfj4MAiU+fYrWM8em9yABfCGVpVLdCJix99GBsooyEaf9mbEG+1ie47l\niUeuL0KtCzefHtlLWLI8N2g1Lq4wYp9/FqypHaxR0hjE4irt/P2yAxW/UEWX\noxMnWNvwu3xSTOxqybMVGcpGC03QZrqFH6kujWHUMSL/GBAFY/4CUEhclkdA\nUabeGPRTHL/b4id4MGkLi14q+xYMAWOADA2sQOA6wOxXZnsvQbT74nfC5yFF\n4/I+/hdcH2DDBqajMfgXxvkHiUYpQhLZVQcTeuAJfM/eU5hIH456Fh8HeKlY\nLWNH\r\n=kGm3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP+1hU1aVYkz0MQy4AUfucuZUThx6onXAJ7t4ZOAhH2wIgB5rZmymmehZ9Gl37M8RQdn3kQGI9ucZjK1c52HjRGNU="}]},"maintainers":[{"name":"ajesus37","email":"ajesus37@protonmail.com"}],"_npmUser":{"name":"ajesus37","email":"ajesus37@protonmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-portcheck_1.0.0_1586644068642_0.8348591201548003"},"_hasShrinkwrap":false}},"time":{"created":"2020-04-11T22:27:48.610Z","1.0.0":"2020-04-11T22:27:48.802Z","modified":"2022-04-04T12:26:36.267Z"},"maintainers":[{"name":"ajesus37","email":"ajesus37@protonmail.com"}],"description":"Check providen network or ips if a given port is open or not","homepage":"https://github.com/aJesus37/node-PortCheck#readme","repository":{"type":"git","url":"git+https://github.com/aJesus37/node-PortCheck.git"},"author":{"name":"Anderson de Jesus","email":"ajesus37@protonmail.com","url":"https://ajesus37.github.io/blog/"},"bugs":{"url":"https://github.com/aJesus37/node-PortCheck/issues"},"license":"GPL-3.0-or-later","readme":"# node-PortCheck\nnode cli tool to check if a given port is open on a host or network\n\n## Building\nTo get the final binaries, I'm using the [nexe](https://github.com/nexe/nexe) tool. You can install it with `npm install -g nexe` (may required administrative rights).\nTo build, issue the following commands:\n\n```shell\ncd <path_to_project>\nnpm install --no-bin-links\nnexe -r node_modules -t <platform>-<arch>-12.14.1 -o <name_to_output>\n```\n\nThe value of `<platform>` can be **win**, **linux** or **macos**/**darwing** (in the last, arch not required).\n\nThe value of `<arch>` can be either **x86** or **x64**.\n\nif you're on a Linux box and wish to build for all 3 platforms, just run: `npm run build`. The binaries will be stored in the **builds/** folder. (requires [nvm](https://github.com/nvm-sh/nvm))\n","readmeFilename":"README.md"}