PATH: //lib/node_modules/npm/node_modules/@npmcli/arborist/bin
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 actual.js
↓
X
📄 audit.js
↓
X
📄 funding.js
↓
X
📄 ideal.js
↓
X
📄 index.js
↓
X
📁 lib/
X
📄 license.js
↓
X
📄 prune.js
↓
X
📄 reify.js
↓
X
📄 shrinkwrap.js
↓
X
📄 virtual.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: virtual.js
const Arborist = require('../') const printTree = require('./lib/print-tree.js') module.exports = (options, time) => new Arborist(options) .loadVirtual() .then(time) .then(async ({ timing, result: tree }) => { printTree(tree) if (options.save) { await tree.meta.save() } return `read ${tree.inventory.size} deps in ${timing.ms}` })
SIMPAN PERUBAHAN