HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/@npmcli/arborist/bin/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/@npmcli/arborist/bin/shrinkwrap.js
const Shrinkwrap = require('../lib/shrinkwrap.js')

module.exports = (options, time) => Shrinkwrap
  .load(options)
  .then((s) => s.commit())
  .then(time)
  .then(({ result: s }) => JSON.stringify(s, 0, 2))