mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 18:46:18 -04:00
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"name": "has-2-outdated-deps",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"is-negative": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"is-positive": "^1.0.0"
|
|
}
|
|
}
|