X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/is-npm
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-npm
/
ðŸ“
..
📄
index.js
(147 B)
📄
package.json
(1.45 KB)
📄
readme.md
(477 B)
Editing: 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)
Upload File
Create Folder