UNPKG

node-netstat

Version:
37 lines (36 loc) 778 B
{ "name": "node-netstat", "version": "1.9.0", "description": "programmatic netstat utility", "main": "index.js", "private": false, "repository": { "type": "git", "url": "https://github.com/danielkrainas/node-netstat" }, "scripts": { "test": "node node_modules/grunt-cli/bin/grunt test" }, "dependencies": { "is-wsl": "^1.1.0" }, "keywords": [ "netstat", "utility" ], "author": { "name": "Daniel Krainas", "email": "me@danielkrainas.com" }, "license": "Unlicense", "devDependencies": { "chai": "^4.3.10", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-jshint": "^3.2.0", "grunt-mocha-test": "^0.13.3", "mocha": "^10.2.0", "sinon": "^16.1.0", "sinon-chai": "^3.7.0" } }