PHP 8.1.33
Preview: README.md Size: 955 B
//lib/node_modules/npm/node_modules/libcipm/README.md

# Note: pending imminent deprecation

**This module will be deprecated once npm v7 is released.  Please do not rely
on it more than absolutely necessary.**

----

[`libcipm`](https://github.com/npm/libcipm) installs npm projects in a way that's
optimized for continuous integration/deployment/etc scenarios. It gives up
the ability to build its own trees or install packages individually, as well
as other user-oriented features, in exchange for speed, and being more strict
about project state.

For documentation about the associated command-line tool, see
[`cipm`](https://npm.im/cipm).

## Install

`$ npm install libcipm`

## Table of Contents

* [Features](#features)
* [API](#api)

### Features

* npm-compatible project installation
* lifecycle script support
* blazing fast
* npm-compatible caching
* errors if `package.json` and `package-lock.json` are out of sync, instead of fixing it like npm does. Essentially provides a `--frozen` install.

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
13.89 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
13.92 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.05 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
2.32 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
955 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download

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