reg
Version:
`reg` is a package manager for native ES Modules. It's built to enable dependency management for Universal JavaScript (JavaScript that can run in the Browser and in Node.js w/o a compiler).
38 lines (37 loc) • 632 B
JSON
{
"types": {
"PackageV1": {
"kind": "struct",
"fields": {
"file": {
"type": {
"kind": "link",
"expectedType": "File"
}
},
"deps": {
"type": "PackageMap"
}
},
"representation": {
"map": {}
}
},
"PackageMap": {
"kind": "map",
"keyType": "String",
"valueType": {
"kind": "link",
"expectedType": "Package"
}
},
"Package": {
"kind": "union",
"representation": {
"keyed": {
"v1": "PackageV1"
}
}
}
}
}