urltomarkdown/node_modules/browser-process-hrtime/package.json

16 lines
379 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "browser-process-hrtime",
"version": "1.0.0",
2022-01-08 17:05:05 +00:00
"description": "Shim for process.hrtime in the browser",
"main": "index.js",
2022-01-08 17:17:05 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2022-01-08 17:05:05 +00:00
"repository": {
"type": "git",
"url": "git://github.com/kumavis/browser-process-hrtime.git"
},
2022-01-08 17:17:05 +00:00
"author": "kumavis",
"license": "BSD-2-Clause"
2022-01-08 17:05:05 +00:00
}