{ "name": "iplist", "version": "1.0.0", "scripts": { "build": "npm run gulp build", "gulp": "npx --max-old-space-size=8092 gulp --gulpfile src/gulpfile.js --cwd ./", "test": "npm run gulp test" }, "repository": "git@github.com:metowolf/iplist.git", "author": "metowolf ", "license": "MIT", "private": true, "dependencies": { "@ipdb/range": "^0.1.1", "fast-cidr-tools": "^0.3.1", "glob": "^7.2.3", "gulp": "^4.0.2", "ipdb": "^0.3.3", "progress": "^2.0.3", "through2": "^4.0.2", "yaml": "^1.10.2" } }