forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) Β· 1.9 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
{
"name": "@yarnpkg/core",
"version": "2.3.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"sideEffects": false,
"dependencies": {
"@arcanis/slice-ansi": "^1.0.2",
"@types/semver": "^7.1.0",
"@types/treeify": "^1.0.0",
"@yarnpkg/fslib": "workspace:^2.3.0",
"@yarnpkg/json-proxy": "workspace:^2.1.0",
"@yarnpkg/libzip": "workspace:^2.2.1",
"@yarnpkg/parsers": "workspace:^2.3.0",
"@yarnpkg/pnp": "workspace:^2.3.1",
"@yarnpkg/shell": "workspace:^2.4.0",
"binjumper": "^0.1.3",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"ci-info": "^2.0.0",
"clipanion": "^2.6.2",
"cross-spawn": "7.0.3",
"diff": "^4.0.1",
"globby": "^11.0.1",
"got": "^11.7.0",
"json-file-plus": "^3.3.1",
"lodash": "^4.17.15",
"logic-solver": "^2.0.1",
"micromatch": "^4.0.2",
"mkdirp": "^0.5.1",
"p-limit": "^2.2.0",
"pluralize": "^7.0.0",
"pretty-bytes": "^5.1.0",
"semver": "^7.1.2",
"stream-to-promise": "^2.2.0",
"tar-stream": "^2.0.1",
"treeify": "^1.1.0",
"tslib": "^1.13.0",
"tunnel": "^0.0.6"
},
"devDependencies": {
"@types/ci-info": "^2",
"@types/cross-spawn": "6.0.0",
"@types/diff": "^4.0.2",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^4.0.1",
"@types/node": "^13.7.0",
"@types/tar-stream": "1.6.0",
"@types/tunnel": "^0.0.0",
"@yarnpkg/cli": "workspace:^2.3.3",
"@yarnpkg/plugin-link": "workspace:^2.1.1",
"@yarnpkg/plugin-npm": "workspace:^2.3.0",
"@yarnpkg/plugin-pnp": "workspace:^2.3.1"
},
"scripts": {
"postpack": "rm -rf lib",
"prepack": "run build:compile \"$(pwd)\""
},
"publishConfig": {
"main": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"files": [
"/lib/**/*"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git"
},
"engines": {
"node": ">=10.19.0"
}
}