{ "_args": [ [ { "raw": "browser-process-hrtime@^0.1.2", "scope": null, "escapedName": "browser-process-hrtime", "name": "browser-process-hrtime", "rawSpec": "^0.1.2", "spec": ">=0.1.2 <0.2.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/jsdom" ] ], "_from": "browser-process-hrtime@>=0.1.2 <0.2.0", "_id": "browser-process-hrtime@0.1.2", "_inCache": true, "_location": "/browser-process-hrtime", "_nodeVersion": "0.12.7", "_npmUser": { "name": "kumavis", "email": "aaron@kumavis.me" }, "_npmVersion": "2.11.3", "_phantomChildren": {}, "_requested": { "raw": "browser-process-hrtime@^0.1.2", "scope": null, "escapedName": "browser-process-hrtime", "name": "browser-process-hrtime", "rawSpec": "^0.1.2", "spec": ">=0.1.2 <0.2.0", "type": "range" }, "_requiredBy": [ "/jsdom", "/w3c-hr-time" ], "_resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz", "_shasum": "425d68a58d3447f02a04aa894187fce8af8b7b8e", "_shrinkwrap": null, "_spec": "browser-process-hrtime@^0.1.2", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/jsdom", "author": { "name": "kumavis" }, "bugs": { "url": "https://github.com/kumavis/browser-process-hrtime/issues" }, "dependencies": {}, "description": "Shim for process.hrtime in the browser", "devDependencies": {}, "directories": {}, "dist": { "shasum": "425d68a58d3447f02a04aa894187fce8af8b7b8e", "tarball": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz" }, "gitHead": "4ad64b52ed94f857735548b68e3535df134ff587", "homepage": "https://github.com/kumavis/browser-process-hrtime#readme", "license": "BSD-2-Clause", "main": "index.js", "maintainers": [ { "name": "kumavis", "email": "aaron@kumavis.me" } ], "name": "browser-process-hrtime", "optionalDependencies": {}, "readme": "# browser-process-hrtime\n\nBrowser shim for Node.js process.hrtime().\nSee [documentation at nodejs.org](http://nodejs.org/api/process.html#process_process_hrtime)\n\n### usage\nUse hrtime independant of environment (node or browser).\nIt will use process.hrtime first and fallback if not present.\n```js\nvar hrtime = require('browser-process-hrtime')\nvar start = hrtime()\n// ...\nvar delta = hrtime(start)\n```\n\n### monkey-patching\nYou can monkey-patch process.hrtime for your dependency graph like this:\n```js\nprocess.hrtime = require('browser-process-hrtime')\nvar coolTool = require('module-that-uses-hrtime-somewhere-in-its-depths')\n```\n\n### note\nThis was originally pull-requested against [node-process](https://github.com/defunctzombie/node-process),\nbut they are trying to stay lean.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/kumavis/browser-process-hrtime.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "version": "0.1.2" }