{
  "_args": [
    [
      "rolex@1.1.2",
      "/Users/a09y/serverless-artillery/lib/lambda"
    ]
  ],
  "_from": "rolex@1.1.2",
  "_id": "rolex@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-3INcY1HpQcio7Fyb0BdX16RXFx3ZyzC16RSVf+AVv6+plfduNXXG2m5nuMfcc9nwlFSwJMi4h8ykcYh53dN03Q==",
  "_location": "/rolex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rolex@1.1.2",
    "name": "rolex",
    "escapedName": "rolex",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/artillery"
  ],
  "_resolved": "https://registry.npmjs.org/rolex/-/rolex-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/Users/a09y/serverless-artillery/lib/lambda",
  "author": {
    "name": "Dan Kaplun",
    "email": "dbkaplun@gmail.com"
  },
  "bin": {
    "timer-comparison": "bin/timer-comparison.js"
  },
  "browserify": {
    "transform": [
      "envify",
      "browserify-shim",
      "debowerify",
      "deamdify"
    ]
  },
  "browserify-shim": {
    "jquery": "global:jQuery"
  },
  "bugs": {
    "url": "https://github.com/dbkaplun/rolex/issues"
  },
  "dependencies": {
    "present": "^0.0.3"
  },
  "description": "Drift-minimizing setInterval replacement and high-precision timer utility for Node and browser",
  "devDependencies": {
    "blessed": "^0.0.26",
    "browserify": "^8.1.0",
    "browserify-shim": "^3.8.2",
    "deamdify": "^0.1.1",
    "debowerify": "^0.7.0",
    "envify": "^1.2.1",
    "gulp": "^3.8.10",
    "gulp-browserify": "^0.5.1",
    "gulp-exec": "^1.0.4",
    "gulp-flatten": "^0.0.2",
    "gulp-jshint": "^1.9.0",
    "gulp-less": "^1.2.2",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^0.2.1",
    "humanize": "^0.0.9",
    "istanbul": "^0.2.6",
    "jshint-stylish": "^0.1.5",
    "less": "^1.7.0",
    "node-static": "^0.7.3",
    "open": "^0.0.4",
    "tape": "^2.10.2"
  },
  "homepage": "https://github.com/dbkaplun/rolex#readme",
  "jshintConfig": ".jshintrc",
  "keywords": [
    "setInterval",
    "setTimeout",
    "precise",
    "accurate",
    "drift"
  ],
  "license": "MIT",
  "main": "./lib/rolex.js",
  "name": "rolex",
  "repository": {
    "type": "git",
    "url": "git://github.com/dbkaplun/rolex.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "version": "1.1.2"
}
