Comparing version
@@ -0,0 +0,0 @@ // Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md |
// Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md | ||
'use strict'; | ||
exports = module.export = !!(typeof process !== 'undefined' && process.versions && process.versions.node); | ||
exports = module.exports = !!(typeof process !== 'undefined' && process.versions && process.versions.node); |
{ | ||
"name": "is-node", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Detect if current process is a node application or not.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -0,0 +0,0 @@ # Is Node? |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1529
-3.96%