mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-06-11 08:49:57 +08:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"name": "pkg-tests-core",
|
|
"version": "1.0.0",
|
|
"main": "./sources/index.js",
|
|
"dependencies": {
|
|
"fs-extra": "^6.0.0",
|
|
"klaw": "^2.1.1",
|
|
"minimatch": "^3.0.4",
|
|
"semver": "^5.5.0",
|
|
"super-resolve": "^1.0.0",
|
|
"tar-fs": "^1.16.0",
|
|
"tmp": "^0.0.33"
|
|
}
|
|
}
|