UNPKG

detect-cyclic-packages

Version:

A utility script to determine whether any deep depdendencies depend on the current package

21 lines (12 loc) 1.14 kB
# detect-cyclic-packages [![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-connect/blob/master/LICENSE.md) [![npm version](https://badge.fury.io/js/detect-cyclic-packages.svg)](https://www.npmjs.com/package/detect-cyclic-packages) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/detect-cyclic-packages.svg)](https://greenkeeper.io/) `detect-cyclic-packages` is a fast script/CLI tool to determine if a package contains any dependencies that also depend on the package, directly or indirectly. ## Changelog See the [latest releases on GitHub](https://github.com/canjs/detect-cyclic-packages/releases). ## Contributing The [contribution guide](https://github.com/canjs/detect-cyclic-packages/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more. ## License [MIT](https://github.com/canjs/can-connect/blob/master/LICENSE.md)