https://github.com/pnpm/node-modules-check
Checks packages in node_modules
https://github.com/pnpm/node-modules-check
Last synced: 8 months ago
JSON representation
Checks packages in node_modules
- Host: GitHub
- URL: https://github.com/pnpm/node-modules-check
- Owner: pnpm
- License: mit
- Created: 2017-05-10T18:13:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T13:15:41.000Z (over 4 years ago)
- Last Synced: 2024-10-30T00:54:52.444Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-modules-check
> Checks packages in node_modules
[](https://www.npmjs.com/package/node-modules-check) [](https://travis-ci.org/pnpm/node-modules-check)
## Installation
```sh
npm i -S node-modules-check
```
## Usage
In a project that has `node_modules`, run:
node-modules-check
Prints all dependencies that use modules not listed in their `package.json` files.
## License
[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io)