2016-05-26 20:17:57 +00:00
|
|
|
{
|
|
|
|
"name": "npmci",
|
2017-06-30 21:34:00 +00:00
|
|
|
"version": "2.3.74",
|
2016-05-26 20:17:57 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
2016-08-02 14:20:32 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-05-26 20:17:57 +00:00
|
|
|
"bin": {
|
2016-11-25 13:15:44 +00:00
|
|
|
"npmci": "dist/cli.js"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-05-25 11:01:17 +00:00
|
|
|
"test": "(rm -f config.json) && (npmts) && (npm run testVersion)",
|
2016-11-25 13:15:44 +00:00
|
|
|
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-08 20:32:45 +00:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmci.git"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-08 20:32:45 +00:00
|
|
|
"url": "https://gitlab.com/gitzone/npmci/issues"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
2017-02-08 20:32:45 +00:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmci#README",
|
2016-05-26 20:17:57 +00:00
|
|
|
"devDependencies": {
|
2017-06-07 13:16:33 +00:00
|
|
|
"tapbundle": "^1.0.14"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-30 15:24:27 +00:00
|
|
|
"@types/lodash": "^4.14.67",
|
|
|
|
"@types/node": "^8.0.6",
|
2017-06-07 13:16:33 +00:00
|
|
|
"@types/shelljs": "^0.7.2",
|
|
|
|
"@types/through2": "^2.0.33",
|
2017-05-15 12:19:56 +00:00
|
|
|
"beautylog": "^6.1.10",
|
2017-06-15 13:48:32 +00:00
|
|
|
"cflare": "^1.0.5",
|
2016-06-04 23:22:04 +00:00
|
|
|
"gulp": "^3.9.1",
|
2017-05-15 12:19:56 +00:00
|
|
|
"gulp-function": "^2.2.9",
|
2017-02-19 13:46:05 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-05-15 12:19:56 +00:00
|
|
|
"npmextra": "^2.0.5",
|
2017-03-11 00:10:37 +00:00
|
|
|
"projectinfo": "^3.0.2",
|
|
|
|
"request": "^2.81.0",
|
2017-06-07 13:16:33 +00:00
|
|
|
"shelljs": "^0.7.8",
|
2017-05-15 12:19:56 +00:00
|
|
|
"smartcli": "^2.0.7",
|
2017-06-07 13:16:33 +00:00
|
|
|
"smartdelay": "^1.0.3",
|
|
|
|
"smartfile": "^4.2.17",
|
2017-05-16 19:09:59 +00:00
|
|
|
"smartmonitor": "^1.0.3",
|
2016-06-23 20:22:03 +00:00
|
|
|
"smartparam": "^0.1.1",
|
2017-03-11 00:10:37 +00:00
|
|
|
"smartq": "^1.1.1",
|
2017-06-30 15:24:27 +00:00
|
|
|
"smartshell": "^1.0.8",
|
2016-11-14 23:07:55 +00:00
|
|
|
"smartsocket": "^1.1.7",
|
2017-06-15 16:34:38 +00:00
|
|
|
"smartssh": "^1.2.2",
|
2017-02-19 13:46:05 +00:00
|
|
|
"smartstring": "^2.0.24",
|
2017-06-30 16:56:59 +00:00
|
|
|
"smartsystem": "^1.0.18",
|
2017-02-19 13:46:05 +00:00
|
|
|
"through2": "^2.0.3",
|
2017-06-30 15:24:27 +00:00
|
|
|
"typings-global": "^1.0.19"
|
2016-05-26 20:17:57 +00:00
|
|
|
}
|
2016-08-02 14:20:35 +00:00
|
|
|
}
|