mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
is-npm 
Check if your code is running as an npm script
Install
$ npm install --save is-npm
Usage
var isNpm = require('is-npm');
console.log(isNpm);
$ node foo.js
#=> false
$ npm run foo
#=> true
License
MIT © Sindre Sorhus