Files
wechatpay-enterprise-web/node_modules/perf_hooks/package.json
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

20 lines
519 B
JSON

{
"name": "perf_hooks",
"version": "0.0.1",
"description": "placeholder for Node core module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/perf_hooks.git"
},
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/perf_hooks/issues"
},
"homepage": "https://github.com/mcollina/perf_hooks#readme"
}