PR-URL: https://github.com/nodejs/node/pull/54949 Refs: https://github.com/nodejs/node/pull/53600 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"scripts": {
|
|
"array": [],
|
|
"boolean": true,
|
|
"null": null,
|
|
"number": 1.0,
|
|
"object": {}
|
|
}
|
|
}
|