{
  "_from": "microtime@^2.1.6",
  "_id": "microtime@2.1.6",
  "_inBundle": false,
  "_integrity": "sha1-dgR6A/kc7Vq7LlNn5fHfLt51a64=",
  "_location": "/microtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "microtime@^2.1.6",
    "name": "microtime",
    "escapedName": "microtime",
    "rawSpec": "^2.1.6",
    "saveSpec": null,
    "fetchSpec": "^2.1.6"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/microtime/-/microtime-2.1.6.tgz",
  "_shasum": "76047a03f91ced5abb2e5367e5f1df2ede756bae",
  "_spec": "microtime@^2.1.6",
  "_where": "/Users/jxnblk/repos/cxs/benchmarks",
  "author": {
    "name": "Wade Simmons",
    "email": "wade@wades.im",
    "url": "http://wades.im/mons"
  },
  "bugs": {
    "url": "https://github.com/wadey/node-microtime/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bindings": "1.2.x",
    "nan": "2.6.x",
    "prebuild-install": "^2.1.0"
  },
  "deprecated": false,
  "description": "Get the current time in microseconds",
  "devDependencies": {
    "clang-format": "^1.0.38",
    "prebuild": "^6.1.0",
    "prebuild-ci": "^2.2.3",
    "standard": "^10.0.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/wadey/node-microtime",
  "keywords": [
    "microtime",
    "microseconds",
    "gettimeofday"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "microtime",
  "repository": {
    "type": "git",
    "url": "git://github.com/wadey/node-microtime.git"
  },
  "scripts": {
    "format": "clang-format -i src/microtime.cc",
    "install": "prebuild-install || node-gyp rebuild",
    "lint": "standard && clang-format -output-replacements-xml src/microtime.cc | (! grep -q '<replacement ')",
    "prebuild": "prebuild --all --strip --verbose",
    "rebuild": "prebuild --compile",
    "test": "node test.js"
  },
  "version": "2.1.6"
}
