暂无描述

not-in-install.js 115B

    #!/usr/bin/env node 'use strict' var inInstall = require('./index.js').inInstall process.exit(inInstall() ? 1 : 0)