DevYK 8466310f0c update README.md 3 éve
..
index.js 8466310f0c update README.md 3 éve
package.json 8466310f0c update README.md 3 éve
readme.md 8466310f0c update README.md 3 éve

readme.md

is-npm Build Status

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