UNPKG

check-npm-dependents

Version:

Checks how many dependents has npm package

36 lines (35 loc) 742 B
{ "name": "check-npm-dependents", "version": "1.1.0", "description": "Checks how many dependents has npm package", "main": "index.js", "author": "astur <astur@yandex.ru> (http://kozlov.am/)", "scripts": { "test": "eslint . && nyc ava -v" }, "repository": { "type": "git", "url": "https://github.com/astur/check-npm-dependents.git" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "got": "^9.0.0" }, "devDependencies": { "ava": "^0.25.0", "easytype": "^1.0.1", "eslint": "^5.4.0", "eslint-config-astur": "^1.6.1", "nyc": "^12.0.2" }, "keywords": [ "check", "npm", "dependents", "dependencies" ], "license": "MIT" }