![JAR search and dependency download from the Maven repository](/logo.png)
package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parse-node-version Show documentation
Show all versions of parse-node-version Show documentation
Turn node's process.version into something useful.
The newest version!
{
"name": "parse-node-version",
"version": "1.0.1",
"description": "Turn node's process.version into something useful.",
"author": "Gulp Team (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz "
],
"repository": "gulpjs/parse-node-version",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js"
],
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
},
"dependencies": {},
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
},
"keywords": [
"process.version",
"node version",
"version parse"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy