mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 13:03:42 +00:00
31 lines
894 B
JSON
31 lines
894 B
JSON
{
|
|
"name": "pi-extension-with-deps",
|
|
"version": "1.20.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "pi-extension-with-deps",
|
|
"version": "1.20.1",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|