@webkits/depcheck
Version:
A small package to find duplicate dependencies in your node_modules that helps to analyze your packages.
33 lines (32 loc) • 861 B
JSON
{
"name": "@webkits/depcheck",
"version": "1.1.1",
"description": "A small package to find duplicate dependencies in your node_modules that helps to analyze your packages.",
"main": "depcheck.js",
"bin": "bin/index.js",
"author": "Huy Nguyen <huyvnn@yahoo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/huyngkh/depcheck.git"
},
"keywords": [
"dependency-analyzer",
"dependency-checker",
"duplicate-dependencies",
"depcheck"
],
"bugs": {
"url": "https://github.com/huyngkh/depcheck/issues"
},
"homepage": "https://github.com/huyngkh/depcheck#readme",
"dependencies": {
"chalk": "^4.1.2",
"es6-promise": "^4.2.8",
"lodash.find": "^4.6.0",
"lodash.pairs": "^3.0.1",
"lodash.zipobject": "^3.0.0",
"npm": "^8.3.0",
"yargs": "^17.3.1"
}
}