2016-05-26 22:17:57 +02:00
|
|
|
{
|
|
|
|
"name": "npmci",
|
2017-05-15 18:27:17 +02:00
|
|
|
"version": "2.3.66",
|
2016-05-26 22:17:57 +02:00
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
2016-08-02 16:20:32 +02:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-05-26 22:17:57 +02:00
|
|
|
"bin": {
|
2016-11-25 14:15:44 +01:00
|
|
|
"npmci": "dist/cli.js"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-06-25 11:58:33 +02:00
|
|
|
"test": "(npmts) && (npm run testVersion)",
|
2016-11-25 14:15:44 +01:00
|
|
|
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-08 21:32:45 +01:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmci.git"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-08 21:32:45 +01:00
|
|
|
"url": "https://gitlab.com/gitzone/npmci/issues"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
2017-02-08 21:32:45 +01:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmci#README",
|
2016-05-26 22:17:57 +02:00
|
|
|
"devDependencies": {
|
2017-05-15 14:19:56 +02:00
|
|
|
"tapbundle": "^1.0.12",
|
2016-11-15 00:07:55 +01:00
|
|
|
"typings-test": "^1.0.3"
|
2016-05-26 22:17:57 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-05-15 14:19:56 +02:00
|
|
|
"@types/lodash": "^4.14.64",
|
|
|
|
"@types/node": "^7.0.18",
|
2016-09-04 17:56:56 +02:00
|
|
|
"@types/request": "0.x.x",
|
2017-05-15 14:19:56 +02:00
|
|
|
"@types/shelljs": "^0.7.1",
|
2016-11-24 23:21:40 +01:00
|
|
|
"@types/through2": "^2.0.32",
|
2017-05-15 14:19:56 +02:00
|
|
|
"beautylog": "^6.1.10",
|
2016-06-05 01:22:04 +02:00
|
|
|
"gulp": "^3.9.1",
|
2017-05-15 14:19:56 +02:00
|
|
|
"gulp-function": "^2.2.9",
|
2017-02-19 14:46:05 +01:00
|
|
|
"lodash": "^4.17.4",
|
2017-05-15 14:19:56 +02:00
|
|
|
"npmextra": "^2.0.5",
|
2017-03-11 01:10:37 +01:00
|
|
|
"projectinfo": "^3.0.2",
|
|
|
|
"request": "^2.81.0",
|
|
|
|
"shelljs": "^0.7.7",
|
2017-05-15 14:19:56 +02:00
|
|
|
"smartcli": "^2.0.7",
|
2017-03-11 02:27:48 +01:00
|
|
|
"smartdelay": "^1.0.1",
|
2017-05-15 14:19:56 +02:00
|
|
|
"smartfile": "^4.2.11",
|
2016-06-23 22:22:03 +02:00
|
|
|
"smartparam": "^0.1.1",
|
2017-03-11 01:10:37 +01:00
|
|
|
"smartq": "^1.1.1",
|
2017-03-11 14:07:36 +01:00
|
|
|
"smartshell": "^1.0.6",
|
2016-11-15 00:07:55 +01:00
|
|
|
"smartsocket": "^1.1.7",
|
2016-11-24 23:21:40 +01:00
|
|
|
"smartssh": "^1.2.1",
|
2017-02-19 14:46:05 +01:00
|
|
|
"smartstring": "^2.0.24",
|
|
|
|
"through2": "^2.0.3",
|
2017-05-15 14:19:56 +02:00
|
|
|
"typings-global": "^1.0.16"
|
2016-05-26 22:17:57 +02:00
|
|
|
}
|
2016-08-02 16:20:35 +02:00
|
|
|
}
|