文件名称:mothership:帮助模块找到它的 package.json 母舰
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-26 15:17:20
JavaScript
母舰 帮助模块找到它的package.json母舰。 var mothership = require ( 'mothership' ) , path = require ( 'path' ) ; mothership ( path . join ( __dirname , 'uno' , 'dos' , 'tres' ) , function ismothership ( pack ) { return ! ! ( pack . dependencies && pack . dependencies . unodep ) ; } , function ( err , res ) { if ( err ) return console . error ( err ) ; console . log ( 'first mo
【文件预览】:
mothership-master
----.gitignore(97B)
----package.json(823B)
----.travis.yml(48B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(5KB)
----example()
--------uno()
--------find-ships.js(700B)
--------find-ships-sync.js(344B)
----test()
--------uno()
--------sync.js(2KB)
--------mothership.js(2KB)