0.1.0 • Published 9 years ago

dtv v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

dtv

Dependency Tree Validator

Usage

  • Run in directory with node_modules tree

Categories

  • Dependency names must be lower case
  • peerDependencies are not allowed as they are not supported in npm 3
  • Dependencies may only come from npm registries
  • License field not set
  • Invalid license
  • Version mismatch against existing npm-shrinkwrap.json file
  • Run nsp-package to see possible vulnerabilities
  • engineStrict is not allowed as it will not be supported in npm 3
0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago