{
  "_from": "lolex@^2.1.2",
  "_id": "lolex@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-mQuW55GhduF3ppo+ZRUTz1PRjEh1hS5BbqU7d8D0ez2OKxHDod7StPPeAVKisZR5aLkHZjdGWSL42LSONUJsZw==",
  "_location": "/lolex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lolex@^2.1.2",
    "name": "lolex",
    "escapedName": "lolex",
    "rawSpec": "^2.1.2",
    "saveSpec": null,
    "fetchSpec": "^2.1.2"
  },
  "_requiredBy": [
    "/sinon"
  ],
  "_resolved": "https://registry.npmjs.org/lolex/-/lolex-2.3.1.tgz",
  "_shasum": "3d2319894471ea0950ef64692ead2a5318cff362",
  "_spec": "lolex@^2.1.2",
  "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/sinon",
  "author": {
    "name": "Christian Johansen"
  },
  "bugs": {
    "url": "http://github.com/sinonjs/lolex/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Carl-Erik Kopseng",
      "email": "carlerik@gmail.com"
    },
    {
      "name": "Christian Johansen",
      "email": "christian@cjohansen.no"
    },
    {
      "name": "Morgan Roderick",
      "email": "morgan@roderick.dk"
    },
    {
      "name": "Maximilian Antoni",
      "email": "mail@maxantoni.de"
    },
    {
      "name": "Mark Wubben",
      "email": "mark@novemberborn.net"
    },
    {
      "name": "Benjamin Gruenbaum",
      "email": "benji@peer5.com"
    },
    {
      "name": "Duncan Beevers",
      "email": "duncan@dweebd.com"
    },
    {
      "name": "Soutaro Matsumoto",
      "email": "matsumoto@soutaro.com"
    },
    {
      "name": "Rogier Schouten",
      "email": "github@workingcode.ninja"
    },
    {
      "name": "Karl O'Keeffe",
      "email": "karl@geckoboard.com"
    },
    {
      "name": "Elad Nachmias",
      "email": "theman@elad.im"
    },
    {
      "name": "Clark Tomlinson",
      "email": "fallen013@gmail.com"
    },
    {
      "name": "Josh Goldberg",
      "email": "joshuakgoldberg@outlook.com"
    },
    {
      "name": "Andy Edwards",
      "email": "jedwards@fastmail.com"
    },
    {
      "name": "Curtis M. Humphrey, Ph.D",
      "email": "curtis@createdwithflair.com"
    },
    {
      "name": "Edward Betts",
      "email": "edward@4angle.com"
    },
    {
      "name": "Kyle Fleming",
      "email": "kyle@kylefleming.net"
    },
    {
      "name": "Mark Banner",
      "email": "standard8@mozilla.com"
    },
    {
      "name": "Nando",
      "email": "fdanko@ekumenlabs.com"
    },
    {
      "name": "Peter A. Bigot",
      "email": "pab@pabigot.com"
    },
    {
      "name": "Simen Bekkhus",
      "email": "sbekkhus91@gmail.com"
    },
    {
      "name": "Sylvain Fraïssé",
      "email": "fraisse.sylvain@gmail.com"
    },
    {
      "name": "Thibault Hild",
      "email": "gautaz@users.noreply.github.com"
    },
    {
      "name": "griest024",
      "email": "griest024@gmail.com"
    },
    {
      "name": "mAAdhaTTah",
      "email": "jamesorodig@gmail.com"
    },
    {
      "name": "medanat",
      "email": "medanat@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Fake JavaScript timers",
  "devDependencies": {
    "browserify": "^14.4.0",
    "eslint": "^4.2.0",
    "eslint-config-sinon": "^1.0.3",
    "eslint-plugin-mocha": "^4.8.0",
    "husky": "^0.14.3",
    "lint-staged": "^4.0.2",
    "mocha": "^4.0.1",
    "mochify": "^4.0.0",
    "npm-run-all": "^4.0.2",
    "referee": "^1.2.0",
    "sinon": "^4.1.2"
  },
  "eslintConfig": {
    "extends": "eslint-config-sinon"
  },
  "homepage": "http://github.com/sinonjs/lolex",
  "license": "BSD-3-Clause",
  "lint-staged": {
    "*.js": "eslint"
  },
  "main": "./src/lolex-src.js",
  "module": "./lolex.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 .",
    "precommit": "run-p lint test-node",
    "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 --check-leaks"
  },
  "version": "2.3.1"
}
