node-version:获取节点当前版本

时间:2024-06-01 23:11:03
【文件属性】:

文件名称:node-version:获取节点当前版本

文件大小:119KB

文件格式:ZIP

更新时间:2024-06-01 23:11:03

node version JavaScript

节点版本 一个快速模块,该模块返回解析为各个部分的当前节点版本。 安装 yarn add node-version 或者 npm install node-version 快速开始 var currentVersion = require ( 'node-version' ) ; /* console.log(currentVersion); { original: 'v0.4.10', // same as process.version short: '0.4', long: '0.4.10', major: '0', minor: '4', build: '10' } */ 警告 由于其API更改,版本1.0.0破坏了0.1.0。 改变 var currentVersion = new ( require ( 'node-versi


【文件预览】:
node-version-master
----codecov.yml(156B)
----.eslintrc(165B)
----.mergify.yml(481B)
----.github()
--------dependabot.yml(144B)
--------workflows()
----Readme.md(2KB)
----yarn.lock(159KB)
----.npmignore(213B)
----.yarnrc(15B)
----LICENSE(1KB)
----__tests__()
--------node-version-test.js(1KB)
----.npmrc(33B)
----.editorconfig(244B)
----.gitignore(59B)
----index.js(360B)
----package-lock.json(218KB)
----package.json(1KB)

网友评论