2.0.1 • Published 2 years ago

npm-check-engines v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
2 years ago

npm-check-engines

Check that your dependencies support your supported engines.

npm install -g npm-check-engines

Wait, what?

You specify the supported engines in your package.json:

{
  "engines": {
    "node": ">= 4.0"
  }
}

If any of your dependencies do not support any version >= 4.0 (4.0, 4.1, 4.2, 5.0 and so on), this script will tell you. It works by fetching a list of Node releases and then iterating over all dependencies.

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

8 years ago