404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.121.71: ~ $
# npm-install-checks

A package that contains checks that npm runs during the installation.

## API

### .checkEngine(target, npmVer, nodeVer, force, strict, cb)
Check if node/npm version is supported by the package. If not
strict and it isn't supported, `cb` is called with the error
object as its second argument.

Error type: `ENOTSUP`

### .checkPlatform(target, force, cb)
Check if OS/Arch is supported by the package.

Error type: `EBADPLATFORM`

### .checkCycle(target, ancestors, cb)
Check for cyclic dependencies.

Error type: `ECYCLE`

### .checkGit(folder, cb)
Check if a folder is a .git folder.

Error type: `EISGIT`

Filemanager

Name Type Size Permission Actions
CHANGELOG.md File 328 B 0644
LICENSE File 1.3 KB 0644
README.md File 630 B 0644
index.js File 4.1 KB 0644
package.json File 2.41 KB 0644