UNPKG

npm-check-unused

Version:
64 lines (63 loc) 1.46 kB
{ "name": "npm-check-unused", "version": "6.0.0", "description": "Check unused dependencies.", "main": "lib", "scripts": { "lint": "eslint ./lib/*.js", "test": "npm run lint && ./bin/cli.js || echo Exit Status: $?." }, "bin": { "npm-check-unused": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/nfer/npm-check-unused.git" }, "keywords": [ "npm", "dependencies", "unused", "check", "devDependencies" ], "author": { "name": "Nfer Zhuang", "email": "nfer.zhuang@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/nfer/npm-check-unused/issues" }, "homepage": "https://github.com/nfer/npm-check-unused", "files": [ "bin", "lib" ], "dependencies": { "callsite-record": "^4.1.3", "chalk": "^2.4.1", "co": "^4.6.0", "depcheck": "^0.6.3", "is-ci": "^1.0.8", "lodash": "^4.7.0", "meow": "^5.0.0", "merge-options": "^1.0.1", "minimatch": "^3.0.2", "node-emoji": "^1.0.3", "ora": "^2.1.0", "pkg-dir": "^3.0.0", "semver": "^5.0.1", "strip-ansi": "^4.0.0", "text-table": "^0.2.0", "update-notifier": "^2.1.0" }, "devDependencies": { "eslint": "^5.0.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0" } }