This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@lerna/log-packed

6.4.1 • Public • Published

@lerna/log-packed

Log the result of npm pack --json

Extracted from the npm source.

Usage

const execa = require("execa");
const { logPacked } = require("@lerna/log-packed");

execa("npm", ["pack", "--json"]).then(result => {
  const tarballs = JSON.parse(result.stdout);
  tarballs.forEach(logPacked);
});

Install lerna for access to the lerna CLI.

Readme

Keywords

Package Sidebar

Install

npm i @lerna/log-packed

Homepage

lerna.js.org

Weekly Downloads

493,754

Version

6.4.1

License

MIT

Unpacked Size

4.87 kB

Total Files

4

Last publish

Collaborators

  • jameshenry
  • nrwlowner