{
  "_args": [
    [
      "microtime@3.0.0",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "microtime@3.0.0",
  "_id": "microtime@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-SirJr7ZL4ow2iWcb54bekS4aWyBQNVcEDBiwAz9D/sTgY59A+uE8UJU15cp5wyZmPBwg/3zf8lyCJ5NUe1nVlQ==",
  "_location": "/microtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "microtime@3.0.0",
    "name": "microtime",
    "escapedName": "microtime",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/microtime/-/microtime-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Wade Simmons",
    "email": "wade@wades.im",
    "url": "http://wades.im/mons"
  },
  "bugs": {
    "url": "https://github.com/wadey/node-microtime/issues"
  },
  "dependencies": {
    "node-addon-api": "^1.2.0",
    "node-gyp-build": "^3.8.0"
  },
  "description": "Get the current time in microseconds",
  "devDependencies": {
    "clang-format": "^1.2.4",
    "node-gyp": "^3.8.0",
    "prebuildify": "^2.11.0",
    "prebuildify-ci": "^1.0.4",
    "prebuildify-cross": "^3.1.2",
    "standard": "^12.0.1"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "gypfile": true,
  "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": {
    "download-prebuilds": "prebuildify-ci download",
    "format": "clang-format -i src/microtime.cc",
    "install": "node-gyp-build",
    "lint-test": "standard && clang-format -output-replacements-xml src/microtime.cc | (! grep -q '<replacement ') && node test.js",
    "prebuild": "prebuildify -t 8.14.0 -t electron@3.0.0 --napi --strip",
    "prebuildify-cross-armv7": "prebuildify-cross --platform=linux --arch=arm --arm-version=7 -- -t 8.14.0 --napi --strip",
    "rebuild": "node-gyp rebuild",
    "test": "node test.js"
  },
  "version": "3.0.0"
}
