Package Exports
- see-dependency
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (see-dependency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
See Dependency
See all the details of an npm dependency
Install
npm install see-dependencyor
yarn add see-dependencyUsage
const seeDependency = require("see-dependency");
// returns all details asynchronously
seeDependency.see("moment").then(details => console.log(details));
// returns all details synchronously
console.log(seeDependecy.seeSync("lodash"));NPM Statistics
Download stats for this NPM package
License
See Dependency is open source software licensed as MIT.
