UNPKG

@alexjeffburke/npm-dependants

Version:
31 lines (30 loc) 648 B
{ "name": "@alexjeffburke/npm-dependants", "description": "Get dependants of a module on npm", "version": "2.0.0-patch1", "repository": { "type": "git", "url": "git://github.com/alexjeffburke/npm-dependants.git" }, "scripts": { "release": "np", "test": "prettier-standard && standard && tap" }, "dependencies": { "cheerio": "^1.0.0-rc.3", "node-fetch": "^2.6.0" }, "devDependencies": { "np": "^5.2.1", "prettier-standard": "^16.1.0", "standard": "^14.3.1", "tap": "^14.10.5" }, "keywords": [ "npm", "dependants", "dependents", "dependencies" ], "license": "MIT" }