imooc-cli-dev-gd 1.0.0 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands/init/package.json +42 -41
- package/commands/publish/package.json +33 -32
- package/core/cli/bin/index.js +1 -0
- package/core/cli/lib/index.js +2 -1
- package/core/cli/package.json +41 -41
- package/core/exec/package.json +32 -31
- package/lerna.json +9 -9
- package/models/cloudbuild/package.json +29 -28
- package/models/command/package.json +32 -31
- package/models/git/package.json +36 -35
- package/models/package/package.json +36 -35
- package/package.json +4 -1
- package/utils/format-path/package.json +27 -26
- package/utils/get-npm-info/package.json +29 -28
- package/utils/log/package.json +33 -32
- package/utils/request/package.json +30 -29
- package/utils/utils/package.json +26 -26
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/init",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev init",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@imooc-cli-dev-gd/command": "
|
|
28
|
-
"@imooc-cli-dev-gd/log": "
|
|
29
|
-
"@imooc-cli-dev-gd/package": "
|
|
30
|
-
"@imooc-cli-dev-gd/request": "
|
|
31
|
-
"@imooc-cli-dev-gd/utils": "
|
|
32
|
-
"ejs": "^3.1.5",
|
|
33
|
-
"fs-extra": "^9.0.1",
|
|
34
|
-
"glob": "^7.1.6",
|
|
35
|
-
"inquirer": "^7.3.3",
|
|
36
|
-
"kebab-case": "^1.0.0",
|
|
37
|
-
"semver": "^7.3.4",
|
|
38
|
-
"spinner": "^0.3.4",
|
|
39
|
-
"user-home": "^2.0.0"
|
|
40
|
-
}
|
|
41
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/init",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev init",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@imooc-cli-dev-gd/command": "^1.0.15",
|
|
28
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
29
|
+
"@imooc-cli-dev-gd/package": "^1.0.15",
|
|
30
|
+
"@imooc-cli-dev-gd/request": "^1.0.15",
|
|
31
|
+
"@imooc-cli-dev-gd/utils": "^1.0.15",
|
|
32
|
+
"ejs": "^3.1.5",
|
|
33
|
+
"fs-extra": "^9.0.1",
|
|
34
|
+
"glob": "^7.1.6",
|
|
35
|
+
"inquirer": "^7.3.3",
|
|
36
|
+
"kebab-case": "^1.0.0",
|
|
37
|
+
"semver": "^7.3.4",
|
|
38
|
+
"spinner": "^0.3.4",
|
|
39
|
+
"user-home": "^2.0.0"
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
42
|
+
}
|
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/publish",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "> TODO: description",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@imooc-cli-dev-gd/command": "
|
|
28
|
-
"@imooc-cli-dev-gd/
|
|
29
|
-
"@imooc-cli-dev-gd/
|
|
30
|
-
"fs-extra": "^10.0.0"
|
|
31
|
-
}
|
|
32
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/publish",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "> TODO: description",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@imooc-cli-dev-gd/command": "^1.0.15",
|
|
28
|
+
"@imooc-cli-dev-gd/git": "^1.0.15",
|
|
29
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
30
|
+
"fs-extra": "^10.0.0"
|
|
31
|
+
},
|
|
32
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
33
|
+
}
|
package/core/cli/bin/index.js
CHANGED
package/core/cli/lib/index.js
CHANGED
package/core/cli/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/core",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev core",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "",
|
|
9
|
-
"bin": {
|
|
10
|
-
"imooc-cli-dev": "bin/index.js"
|
|
11
|
-
},
|
|
12
|
-
"directories": {
|
|
13
|
-
"lib": "lib",
|
|
14
|
-
"test": "__tests__"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"lib"
|
|
18
|
-
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"test": "echo \"Run testing from core\""
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@imooc-cli-dev-gd/
|
|
24
|
-
"@imooc-cli-dev-gd/
|
|
25
|
-
"@imooc-cli-dev-gd/
|
|
26
|
-
"@imooc-cli-dev-gd/
|
|
27
|
-
"colors": "^1.4.0",
|
|
28
|
-
"commander": "^6.2.1",
|
|
29
|
-
"dotenv": "^8.2.0",
|
|
30
|
-
"import-local": "^3.0.2",
|
|
31
|
-
"npmlog": "^4.1.2",
|
|
32
|
-
"path-exists": "^4.0.0",
|
|
33
|
-
"root-check": "^1.0.0",
|
|
34
|
-
"semver": "^7.3.4",
|
|
35
|
-
"user-home": "^2.0.0"
|
|
36
|
-
},
|
|
37
|
-
"gitHead": "
|
|
38
|
-
"publishConfig": {
|
|
39
|
-
"access": "public"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/core",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev core",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "",
|
|
9
|
+
"bin": {
|
|
10
|
+
"imooc-cli-dev": "bin/index.js"
|
|
11
|
+
},
|
|
12
|
+
"directories": {
|
|
13
|
+
"lib": "lib",
|
|
14
|
+
"test": "__tests__"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"lib"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"test": "echo \"Run testing from core\""
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@imooc-cli-dev-gd/exec": "^1.0.15",
|
|
24
|
+
"@imooc-cli-dev-gd/get-npm-info": "^1.0.15",
|
|
25
|
+
"@imooc-cli-dev-gd/init": "^1.0.15",
|
|
26
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
27
|
+
"colors": "^1.4.0",
|
|
28
|
+
"commander": "^6.2.1",
|
|
29
|
+
"dotenv": "^8.2.0",
|
|
30
|
+
"import-local": "^3.0.2",
|
|
31
|
+
"npmlog": "^4.1.2",
|
|
32
|
+
"path-exists": "^4.0.0",
|
|
33
|
+
"root-check": "^1.0.0",
|
|
34
|
+
"semver": "^7.3.4",
|
|
35
|
+
"user-home": "^2.0.0"
|
|
36
|
+
},
|
|
37
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9",
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
}
|
|
41
|
+
}
|
package/core/exec/package.json
CHANGED
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/exec",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev execute package",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@imooc-cli-dev-gd/
|
|
28
|
-
"@imooc-cli-dev-gd/
|
|
29
|
-
"@imooc-cli-dev-gd/utils": "
|
|
30
|
-
}
|
|
31
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/exec",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev execute package",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
28
|
+
"@imooc-cli-dev-gd/package": "^1.0.15",
|
|
29
|
+
"@imooc-cli-dev-gd/utils": "^1.0.15"
|
|
30
|
+
},
|
|
31
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
32
|
+
}
|
package/lerna.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"packages": [
|
|
3
|
-
"core/*",
|
|
4
|
-
"commands/*",
|
|
5
|
-
"models/*",
|
|
6
|
-
"utils/*"
|
|
7
|
-
],
|
|
8
|
-
"version": "1.0.
|
|
9
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"packages": [
|
|
3
|
+
"core/*",
|
|
4
|
+
"commands/*",
|
|
5
|
+
"models/*",
|
|
6
|
+
"utils/*"
|
|
7
|
+
],
|
|
8
|
+
"version": "1.0.15"
|
|
9
|
+
}
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/cloudbuild",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "> TODO: description",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@imooc-cli-dev-gd/log": "
|
|
25
|
-
"lodash": "^4.17.21",
|
|
26
|
-
"socket.io-client": "^2.0.0"
|
|
27
|
-
}
|
|
28
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/cloudbuild",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "> TODO: description",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
25
|
+
"lodash": "^4.17.21",
|
|
26
|
+
"socket.io-client": "^2.0.0"
|
|
27
|
+
},
|
|
28
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
29
|
+
}
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/command",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev command",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
}
|
|
31
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/command",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev command",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
28
|
+
"colors": "^1.4.0",
|
|
29
|
+
"semver": "^7.3.4"
|
|
30
|
+
},
|
|
31
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
32
|
+
}
|
package/models/git/package.json
CHANGED
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/git",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "> TODO: description",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@imooc-cli-dev-gd/
|
|
25
|
-
"@imooc-cli-dev-gd/
|
|
26
|
-
"@imooc-cli-dev-gd/
|
|
27
|
-
"axios": "^0.21.1",
|
|
28
|
-
"fs-extra": "^10.0.0",
|
|
29
|
-
"inquirer": "^8.1.0",
|
|
30
|
-
"semver": "^7.3.5",
|
|
31
|
-
"simple-git": "^2.39.0",
|
|
32
|
-
"terminal-link": "^2.1.1",
|
|
33
|
-
"user-home": "^3.0.0"
|
|
34
|
-
}
|
|
35
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/git",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "> TODO: description",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@imooc-cli-dev-gd/cloudbuild": "^1.0.15",
|
|
25
|
+
"@imooc-cli-dev-gd/log": "^1.0.15",
|
|
26
|
+
"@imooc-cli-dev-gd/utils": "^1.0.15",
|
|
27
|
+
"axios": "^0.21.1",
|
|
28
|
+
"fs-extra": "^10.0.0",
|
|
29
|
+
"inquirer": "^8.1.0",
|
|
30
|
+
"semver": "^7.3.5",
|
|
31
|
+
"simple-git": "^2.39.0",
|
|
32
|
+
"terminal-link": "^2.1.1",
|
|
33
|
+
"user-home": "^3.0.0"
|
|
34
|
+
},
|
|
35
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
36
|
+
}
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/package",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev npm modules",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@imooc-cli-dev-gd/format-path": "
|
|
28
|
-
"@imooc-cli-dev-gd/get-npm-info": "
|
|
29
|
-
"@imooc-cli-dev-gd/utils": "
|
|
30
|
-
"fs-extra": "^9.0.1",
|
|
31
|
-
"npminstall": "^4.10.0",
|
|
32
|
-
"path-exists": "^4.0.0",
|
|
33
|
-
"pkg-dir": "^5.0.0"
|
|
34
|
-
}
|
|
35
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/package",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev npm modules",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@imooc-cli-dev-gd/format-path": "^1.0.15",
|
|
28
|
+
"@imooc-cli-dev-gd/get-npm-info": "^1.0.15",
|
|
29
|
+
"@imooc-cli-dev-gd/utils": "^1.0.15",
|
|
30
|
+
"fs-extra": "^9.0.1",
|
|
31
|
+
"npminstall": "^4.10.0",
|
|
32
|
+
"path-exists": "^4.0.0",
|
|
33
|
+
"pkg-dir": "^5.0.0"
|
|
34
|
+
},
|
|
35
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
36
|
+
}
|
package/package.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/format-path",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "format path",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
}
|
|
26
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/format-path",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "format path",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
27
|
+
}
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/get-npm-info",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "get npm info",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git@gitee.com:sam9831/imooc-cli-dev.git"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"axios": "^0.21.0",
|
|
25
|
-
"semver": "^7.3.4",
|
|
26
|
-
"url-join": "^4.0.1"
|
|
27
|
-
}
|
|
28
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/get-npm-info",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "get npm info",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git@gitee.com:sam9831/imooc-cli-dev.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"axios": "^0.21.0",
|
|
25
|
+
"semver": "^7.3.4",
|
|
26
|
+
"url-join": "^4.0.1"
|
|
27
|
+
},
|
|
28
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
29
|
+
}
|
package/utils/log/package.json
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/log",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-cli-dev log",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"log"
|
|
7
|
-
],
|
|
8
|
-
"author": "sam <247765564@qq.com>",
|
|
9
|
-
"homepage": "",
|
|
10
|
-
"license": "ISC",
|
|
11
|
-
"main": "lib/index.js",
|
|
12
|
-
"directories": {
|
|
13
|
-
"lib": "lib",
|
|
14
|
-
"test": "__tests__"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"lib"
|
|
18
|
-
],
|
|
19
|
-
"publishConfig": {
|
|
20
|
-
"access": "public"
|
|
21
|
-
},
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git@gitee.com:sam9831/imooc-cli-dev.git"
|
|
25
|
-
},
|
|
26
|
-
"scripts": {
|
|
27
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
28
|
-
},
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"npmlog": "^4.1.2"
|
|
31
|
-
}
|
|
32
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/log",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-cli-dev log",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"log"
|
|
7
|
+
],
|
|
8
|
+
"author": "sam <247765564@qq.com>",
|
|
9
|
+
"homepage": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"main": "lib/index.js",
|
|
12
|
+
"directories": {
|
|
13
|
+
"lib": "lib",
|
|
14
|
+
"test": "__tests__"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"lib"
|
|
18
|
+
],
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"access": "public"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git@gitee.com:sam9831/imooc-cli-dev.git"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"npmlog": "^4.1.2"
|
|
31
|
+
},
|
|
32
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
33
|
+
}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/request",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "> TODO: description",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"axios": "^0.21.1"
|
|
28
|
-
}
|
|
29
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/request",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "> TODO: description",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://git.imooc.com/class-110/imooc-cli-dev.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"axios": "^0.21.1"
|
|
28
|
+
},
|
|
29
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9"
|
|
30
|
+
}
|
package/utils/utils/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@imooc-cli-dev-gd/utils",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "imooc-clid-dev utils",
|
|
5
|
-
"author": "sam <247765564@qq.com>",
|
|
6
|
-
"homepage": "",
|
|
7
|
-
"license": "ISC",
|
|
8
|
-
"main": "lib/index.js",
|
|
9
|
-
"directories": {
|
|
10
|
-
"lib": "lib",
|
|
11
|
-
"test": "__tests__"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib"
|
|
15
|
-
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"test": "echo \"Run testing from utils\""
|
|
18
|
-
},
|
|
19
|
-
"gitHead": "
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"access": "public"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"cli-spinner": "^0.2.10"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@imooc-cli-dev-gd/utils",
|
|
3
|
+
"version": "1.0.15",
|
|
4
|
+
"description": "imooc-clid-dev utils",
|
|
5
|
+
"author": "sam <247765564@qq.com>",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"lib": "lib",
|
|
11
|
+
"test": "__tests__"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib"
|
|
15
|
+
],
|
|
16
|
+
"scripts": {
|
|
17
|
+
"test": "echo \"Run testing from utils\""
|
|
18
|
+
},
|
|
19
|
+
"gitHead": "21e6ef695d144c64aa4d3273757398e1ef321fe9",
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"cli-spinner": "^0.2.10"
|
|
25
|
+
}
|
|
26
|
+
}
|