Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-npm
/
File Content:
readme.md
# is-npm [](https://travis-ci.org/sindresorhus/is-npm) > Check if your code is running as an [npm script](https://www.npmjs.org/doc/misc/npm-scripts.html) ## Install ```sh $ npm install --save is-npm ``` ## Usage ```js var isNpm = require('is-npm'); console.log(isNpm); ``` ```sh $ node foo.js #=> false $ npm run foo #=> true ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.js
147 bytes
0644
package.json
1488 bytes
0644
readme.md
477 bytes
0644
N4ST4R_ID | Naxtarrr