{
  "_from": "lolex@^1.5.0",
  "_id": "lolex@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-/bpxDL56TG5LS5zoXxKqA6Ro5tkOS5M8cm/7yQcwLIKIcM2HR5fjjNCaIhJNv96SEk4hNGSafYMZK42Xv5fihQ==",
  "_location": "/lolex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lolex@^1.5.0",
    "name": "lolex",
    "escapedName": "lolex",
    "rawSpec": "^1.5.0",
    "saveSpec": null,
    "fetchSpec": "^1.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/lolex/-/lolex-1.6.0.tgz",
  "_shasum": "3a9a0283452a47d7439e72731b9e07d7386e49f6",
  "_spec": "lolex@^1.5.0",
  "_where": "/data/www/cors-anywhere",
  "author": {
    "name": "Christian Johansen"
  },
  "bugs": {
    "url": "http://github.com/sinonjs/lolex/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Christian Johansen",
      "email": "christian@cjohansen.no"
    },
    {
      "name": "Carl-Erik Kopseng",
      "email": "carlerik@gmail.com"
    },
    {
      "name": "Morgan Roderick",
      "email": "morgan@roderick.dk"
    },
    {
      "name": "Maximilian Antoni",
      "email": "mail@maxantoni.de"
    },
    {
      "name": "Mark Wubben",
      "email": "mark@novemberborn.net"
    },
    {
      "name": "Soutaro Matsumoto",
      "email": "matsumoto@soutaro.com"
    },
    {
      "name": "Duncan Beevers",
      "email": "duncan@dweebd.com"
    },
    {
      "name": "Rogier Schouten",
      "email": "github@workingcode.ninja"
    },
    {
      "name": "Karl O'Keeffe",
      "email": "karl@geckoboard.com"
    },
    {
      "name": "Thibault Hild",
      "email": "gautaz@users.noreply.github.com"
    },
    {
      "name": "Curtis M. Humphrey, Ph.D",
      "email": "curtis@createdwithflair.com"
    },
    {
      "name": "Mark Banner",
      "email": "standard8@mozilla.com"
    },
    {
      "name": "Simen Bekkhus",
      "email": "sbekkhus91@gmail.com"
    },
    {
      "name": "Sylvain Fraïssé",
      "email": "fraisse.sylvain@gmail.com"
    },
    {
      "name": "Andy Edwards",
      "email": "jedwards@fastmail.com"
    }
  ],
  "deprecated": false,
  "description": "Fake JavaScript timers",
  "devDependencies": {
    "browserify": "^14.1.0",
    "eslint": "^3.16.1",
    "eslint-config-sinon": "^1.0.0",
    "eslint-plugin-mocha": "^4.8.0",
    "mocha": "^3.2.0",
    "mochify": "^3.0.0",
    "referee": "^1.2.0",
    "sinon": "^1.17.4"
  },
  "eslintConfig": {
    "extends": "eslint-config-sinon"
  },
  "homepage": "http://github.com/sinonjs/lolex",
  "license": "BSD-3-Clause",
  "main": "./src/lolex-src.js",
  "name": "lolex",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sinonjs/lolex.git"
  },
  "scripts": {
    "bundle": "browserify -s lolex -o lolex.js src/lolex-src.js",
    "lint": "eslint .",
    "prepublish": "npm run bundle",
    "test": "npm run lint && npm run test-node && npm run test-headless",
    "test-cloud": "mochify --wd",
    "test-headless": "mochify",
    "test-node": "mocha -R dot"
  },
  "version": "1.6.0"
}
