Christian Fraß Christian Fraß [add] client:tools:clear [add] client:tools:update-plankton e9e3770 @ 2021-03-12 22:00:54
..
.github [add] server:lib:node_modules 2021-03-08 23:52:07
test [add] server:lib:node_modules 2021-03-08 23:52:07
.npmignore [add] server:lib:node_modules 2021-03-08 23:52:07
LICENSE [add] server:lib:node_modules 2021-03-08 23:52:07
README.md [add] server:lib:node_modules 2021-03-08 23:52:07
index.js [add] server:lib:node_modules 2021-03-08 23:52:07
package-lock.json [add] server:lib:node_modules 2021-03-08 23:52:07
package.json [add] server:lib:node_modules 2021-03-08 23:52:07
README.md

npm-normalize-package-bin

Turn any flavor of allowable package.json bin into a normalized object.

API

const normalize = require('npm-normalize-package-bin')
const pkg = {name: 'foo', bin: 'bar'}
console.log(normalize(pkg)) // {name:'foo', bin:{foo: 'bar'}}

Also strips out weird dots and slashes to prevent accidental and/or malicious bad behavior when the package is installed.