node/test/fixtures/module-hooks/node_modules/bar/package.json
Joyee Cheung e5bb6c2303
module: implement module.registerHooks()
PR-URL: https://github.com/nodejs/node/pull/55698
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
2024-12-10 20:30:58 +01:00

6 lines
63 B
JSON

{
"name": "bar",
"main": "bar.js",
"version": "1.0.0"
}