libcipm

WebJar for libcipm

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

libcipm
Last Version

Last Version

4.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

libcipm
WebJar for libcipm
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/npm/libcipm

Download libcipm

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/libcipm/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>libcipm</artifactId>
    <version>4.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/libcipm/
implementation 'org.webjars.npm:libcipm:4.0.8'
// https://jarcasting.com/artifacts/org.webjars.npm/libcipm/
implementation ("org.webjars.npm:libcipm:4.0.8")
'org.webjars.npm:libcipm:jar:4.0.8'
<dependency org="org.webjars.npm" name="libcipm" rev="4.0.8">
  <artifact name="libcipm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='libcipm', version='4.0.8')
)
libraryDependencies += "org.webjars.npm" % "libcipm" % "4.0.8"
[org.webjars.npm/libcipm "4.0.8"]

Dependencies

compile (15)

Group / Artifact Type Version
org.webjars.npm : npm-logical-tree jar [1.2.1,2)
org.webjars.npm : bluebird jar [3.5.1,4)
org.webjars.npm : npm-lifecycle jar [3.0.0,4)
org.webjars.npm : bin-links jar [1.1.2,2)
org.webjars.npm : read-package-json jar [2.0.13,3)
org.webjars.npm : ini jar [1.3.5,2)
org.webjars.npm : rimraf jar [2.6.2,3)
org.webjars.npm : mkdirp jar [0.5.1,0.6)
org.webjars.npm : pacote jar [9.1.0,10)
org.webjars.npm : npm-package-arg jar [6.1.0,7)
org.webjars.npm : figgy-pudding jar [3.5.1,4)
org.webjars.npm : find-npm-prefix jar [1.0.2,2)
org.webjars.npm : graceful-fs jar [4.1.11,5)
org.webjars.npm : lock-verify jar [2.1.0,3)
org.webjars.npm : worker-farm jar [1.6.0,2)

Project Modules

There are no modules declared in this project.

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

Install

$ npm install libcipm

Table of Contents

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.
org.webjars.npm

npm

node package manager

Versions

Version
4.0.8
4.0.7
4.0.4
4.0.3
3.0.3
2.0.2
2.0.0
1.6.3
1.6.2
1.6.0
1.4.0