文件名称:universal-module-tree:从 package-lock.json yarn.lock node_modules 获取模块树
文件大小:180KB
文件格式:ZIP
更新时间:2024-06-18 10:53:58
JavaScript
通用模块树 从package-lock.json 、 yarn.lock或node_modules/**获取完整的模块树。 用法 const getTree = require ( 'universal-module-tree' ) const tree = await getTree ( __dirname ) console . log ( JSON . stringify ( tree , null , 2 ) ) $ node example.js | head -n25 { " children " : [ { " data " : { " name " : " @yarnpkg/lockfile " , " version " : " 1.1.0 " }, " children " : []
【文件预览】:
universal-module-tree-master
----.travis.yml(48B)
----index.js(7KB)
----package.json(727B)
----test()
--------nsolid.json(17KB)
--------index.js(4KB)
--------node-modules()
--------yarn.lock(166KB)
--------react()
----LICENSE(1KB)
----package-lock.json(221KB)
----example.js(352B)
----.gitignore(25B)
----lib()
--------flatten.js(616B)
----README.md(2KB)