forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@microsoft/rush-lib",
"version": "5.35.2",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rush-lib"
},
"engines": {
"node": ">=5.6.0"
},
"engineStrict": true,
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"typings": "dist/rush-lib.d.ts",
"scripts": {
"build": "heft test --clean"
},
"license": "MIT",
"dependencies": {
"@pnpm/link-bins": "~5.3.7",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/package-deps-hash": "workspace:*",
"@rushstack/stream-collator": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"@yarnpkg/lockfile": "~1.0.2",
"builtin-modules": "~3.1.0",
"cli-table": "~0.3.1",
"colors": "~1.2.1",
"git-repo-info": "~2.1.0",
"glob": "~7.0.5",
"glob-escape": "~0.0.2",
"https-proxy-agent": "~2.2.1",
"ignore": "~5.1.6",
"inquirer": "~6.2.0",
"js-yaml": "~3.13.1",
"jszip": "~3.5.0",
"lodash": "~4.17.15",
"minimatch": "~3.0.2",
"node-fetch": "~2.6.1",
"npm-package-arg": "~6.1.0",
"npm-packlist": "~2.1.2",
"read-package-tree": "~5.1.5",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"ssri": "~8.0.0",
"strict-uri-encode": "~2.0.0",
"tar": "~5.0.5",
"true-case-path": "~2.2.1",
"wordwrap": "~1.0.0",
"z-schema": "~3.18.3"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@types/cli-table": "0.3.0",
"@types/glob": "7.1.1",
"@types/heft-jest": "1.0.1",
"@types/inquirer": "0.0.43",
"@types/js-yaml": "3.12.1",
"@types/lodash": "4.14.116",
"@types/minimatch": "2.0.29",
"@types/node-fetch": "1.6.9",
"@types/node": "10.17.13",
"@types/npm-package-arg": "6.1.0",
"@types/npm-packlist": "~1.1.1",
"@types/read-package-tree": "5.1.0",
"@types/resolve": "1.17.1",
"@types/semver": "~7.3.1",
"@types/ssri": "~7.1.0",
"@types/strict-uri-encode": "2.0.0",
"@types/tar": "4.0.3",
"@types/wordwrap": "1.0.0",
"@types/z-schema": "3.16.31",
"jest": "~25.4.0"
}
}