0.1.0 • Published 5 years ago

zed-is-dead v0.1.0

Weekly downloads
3
License
GLWTPL
Repository
github
Last release
5 years ago

npm ecosystem is a huge cemetery. Developers are publishing their packages and right away dropping the maintenance. They are hiding behind the THE SOFTWARE IS PROVIDED "AS IS" statement in licenses and using that as an excuse for not maintaining published packages.

zed-is-dead is aimed to indicate dead dependencies so you will know where potential issues might come from.

Usage

const isDead = require('zed-is-dead')

isDead('gulp-util').then((dead) => {
  console.log(dead) // true
})

npm.io

0.1.0

5 years ago