node/deps/npm/node_modules/npm-lifecycle
Kat Marchán d3b1c971bc
deps: upgrade npm to 5.6.0
PR-URL: https://github.com/nodejs/node/pull/17777
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
2018-01-19 11:32:08 -05:00
..
lib deps: update npm to 5.5.1 2017-10-29 21:32:15 -04:00
node_modules deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
node-gyp-bin deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
CHANGELOG.md deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
index.js deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
LICENSE deps: update npm to 5.5.1 2017-10-29 21:32:15 -04:00
package.json deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00
README.md deps: upgrade npm to 5.6.0 2018-01-19 11:32:08 -05:00

npm-lifecycle npm version license Travis AppVeyor Coverage Status

npm-lifecycle is a standalone library for executing packages' lifecycle scripts. It is extracted from npm itself and intended to be fully compatible with the way npm executes individual scripts.

Install

$ npm install npm-lifecycle

Table of Contents

Example

// idk yet

Features

  • something cool

Contributing

The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.

API

> lifecycle(name, pkg, wd, [opts]) -> Promise

Arguments
  • opts.stdio - the stdio passed to the child process. [0, 1, 2] by default.
Example
lifecycle()