PHP 8.2.30
Preview: README.md Size: 398 B
//usr/lib/node_modules/npm/node_modules/npm-normalize-package-bin/README.md

# npm-normalize-package-bin

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

## API

```js
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.

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
282 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.26 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
739 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
117.26 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.72 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
398 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).