update
This commit is contained in:
7
package/node_modules/@npmcli/arborist/bin/shrinkwrap.js
generated
vendored
Normal file
7
package/node_modules/@npmcli/arborist/bin/shrinkwrap.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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))
|
Reference in New Issue
Block a user