mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3a006422d3
Change the way the python and typescript model wrappers handle attributes in struct fields. Now all fields are populated and none of the use `None`.
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"license": "MIT",
|
|
"__license": "See LICENSE.md for details.",
|
|
"name": "revng-model",
|
|
"version": "1.0.0-##CHECKSUM##",
|
|
"description": "revng model",
|
|
"main": "dist/model.js",
|
|
"types": "dist/model.d.ts",
|
|
"files": ["/dist"],
|
|
"dependencies": {
|
|
"fast-equals": "^5",
|
|
"yaml": "^2"
|
|
}
|
|
}
|