|
1 | 1 | { |
2 | 2 | "name": "@micro-app/shared-utils", |
3 | | - "version": "0.1.8", |
| 3 | + "version": "0.1.11", |
4 | 4 | "description": "[Shared] shared utilities for micro-app.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "lint": "eslint .", |
8 | 8 | "lint:fix": "npm run lint -- --fix", |
9 | 9 | "test": "jest" |
10 | 10 | }, |
11 | | - "homepage": "https://github.com/MicroAppJS/MicroApp-Shared-Utils", |
| 11 | + "homepage": "https://github.com/MicroAppJS/shared-utils", |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
14 | | - "url": "git+https://github.com/MicroAppJS/MicroApp-Shared-Utils.git" |
| 14 | + "url": "git+https://github.com/MicroAppJS/shared-utils.git" |
15 | 15 | }, |
16 | 16 | "bugs": { |
17 | | - "url": "https://github.com/MicroAppJS/MicroApp-Shared-Utils/issues" |
| 17 | + "url": "https://github.com/MicroAppJS/shared-utils/issues" |
18 | 18 | }, |
19 | 19 | "files": [ |
20 | 20 | "src", |
|
40 | 40 | ] |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@types/jest": "^24.0.23", |
| 43 | + "@types/jest": "^24.0.24", |
44 | 44 | "babel-eslint": "^10.0.3", |
45 | | - "coveralls": "^3.0.7", |
| 45 | + "coveralls": "^3.0.9", |
46 | 46 | "eslint": "^5.16.0", |
47 | 47 | "eslint-config-2o3t": "^1.1.17", |
48 | 48 | "husky": "^3.1.0", |
49 | 49 | "jest": "^24.9.0", |
50 | | - "lint-staged": "^9.4.3", |
| 50 | + "lint-staged": "^9.5.0", |
51 | 51 | "webpack-merge": "^4.2.2" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
|
56 | 56 | "assert": "^2.0.0", |
57 | 57 | "chalk": "^2.4.2", |
58 | 58 | "cheerio": "^1.0.0-rc.3", |
| 59 | + "debug": "^4.1.1", |
59 | 60 | "dedent": "^0.7.0", |
| 61 | + "execa": "^3.4.0", |
60 | 62 | "fs-extra": "^8.1.0", |
61 | 63 | "git-url-parse": "^11.1.2", |
62 | 64 | "glob-parent": "^5.1.0", |
63 | 65 | "globby": "^10.0.1", |
64 | 66 | "import-fresh": "^3.2.1", |
| 67 | + "inquirer": "^7.0.1", |
65 | 68 | "is-glob": "^4.0.1", |
66 | 69 | "lodash": "^4.17.15", |
67 | 70 | "lru-cache": "^5.1.1", |
|
76 | 79 | "stream-to-string": "^1.2.0", |
77 | 80 | "stringify-object": "^3.3.0", |
78 | 81 | "try-require": "^1.2.1", |
79 | | - "yaml": "^1.7.2" |
| 82 | + "yaml": "^1.7.2", |
| 83 | + "yargs-parser": "^16.1.0", |
| 84 | + "yargs-unparser": "^1.5.0" |
80 | 85 | }, |
81 | 86 | "engines": { |
82 | 87 | "node": ">=8" |
|
0 commit comments