js-xcmd
Version:
XCmd library for node.js.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "js-xcmd",
"version": "1.5.17",
"description": "XCmd library for node.js.",
"main": "main.js",
"bin": {
"xcmd": "bin/xcmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bind": "npm link",
"unbind": "npm unlink",
"i:local": "npm i -g js-xcmd ../js-xcmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biugle/js-xcmd.git"
},
"keywords": [
"cmd",
"xcmd",
"js-xcmd"
],
"author": "leohe",
"publisher": "hxbpandaoh@163.com",
"blog": "http://a.biugle.cn",
"license": "ISC",
"bugs": {
"url": "https://github.com/biugle/js-xcmd/issues"
},
"homepage": "https://github.com/biugle/js-xcmd#readme",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.2",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/traverse": "^7.25.9",
"axios": "^1.7.7",
"commander": "9.2.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0",
"node-cmd": "^5.0.0",
"rimraf": "^5.0.5",
"unzipper": "^0.12.3",
"xlsx": "^0.18.5"
},
"time": "2717021815012024"
}