Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/.bin/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/.bin/parse-nodejs-lockfile

#!/usr/bin/env node
const inspect = require('../dist/index')

inspect.buildDepTreeFromFiles('./', 'package.json', 'package-lock.json')
  .then((tree) => {
    console.log(JSON.stringify(tree));
  })
  .catch(console.error);