PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
default-resolution
'use strict'; var match = process.version.match(/v(\d+)\.(\d+)\.(\d+)/); var nodeVersion = { major: parseInt(match[1], 10), minor: parseInt(match[2], 10), patch: parseInt(match[3], 10), }; module.exports = nodeVersion;
[+]
..
[-] package.json
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] node-version.js
[edit]