npm-pack-dependents
Version:
Get the dependents' names of a npm package.
48 lines (47 loc) • 990 B
JSON
{
"name": "npm-pack-dependents",
"description": "Get the dependents' names of a npm package.",
"keywords": [
"npm",
"pack",
"dependents",
"get",
"the",
"of",
"a",
"package"
],
"license": "MIT",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"dependencies": {
"npm-dependants": "^2.1.2"
},
"homepage": "https://github.com/IonicaBizau/npm-pack-dependents#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/npm-pack-dependents.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/npm-pack-dependents/issues"
}
}