1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| {
| "name": "browser-process-hrtime",
| "version": "0.1.3",
| "description": "Shim for process.hrtime in the browser",
| "main": "index.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/kumavis/browser-process-hrtime.git"
| },
| "author": "kumavis",
| "license": "BSD-2-Clause"
| }
|
|