{
  "_args": [
    [
      {
        "raw": "timers-ext@0.1.x",
        "scope": null,
        "escapedName": "timers-ext",
        "name": "timers-ext",
        "rawSpec": "0.1.x",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new-html/node_modules/cli-color"
    ]
  ],
  "_from": "timers-ext@>=0.1.0 <0.2.0",
  "_hasShrinkwrap": false,
  "_id": "timers-ext@0.1.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/timers-ext",
  "_nodeVersion": "10.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/timers-ext_0.1.7_1538653835542_0.37461690756103705"
  },
  "_npmUser": {
    "name": "medikoo",
    "email": "medikoo+npm@medikoo.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "timers-ext@0.1.x",
    "scope": null,
    "escapedName": "timers-ext",
    "name": "timers-ext",
    "rawSpec": "0.1.x",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cli-color",
    "/memoizee"
  ],
  "_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
  "_shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
  "_shrinkwrap": null,
  "_spec": "timers-ext@0.1.x",
  "_where": "/Users/robertdodson/Documents/htdocs/new-html/node_modules/cli-color",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/timers-ext/issues"
  },
  "dependencies": {
    "es5-ext": "~0.10.46",
    "next-tick": "1"
  },
  "description": "Timers extensions",
  "devDependencies": {
    "eslint": "^5.6.1",
    "eslint-config-medikoo-es5": "^1.7.2",
    "tad": "^0.2.8"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
    "shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
    "tarball": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
    "fileCount": 23,
    "unpackedSize": 14421,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtf6MCRA9TVsSAnZWagAAY+EP/jCNb1UiKHH1bDWDg+jK\nKpQBWHySsrcsfSFxrq8KcvNbAt57zGMrI1Pz7M8ybbniBye/N6reOofiUbqL\nG8S5jlyIB9xSEUfeiKeuEl/RzBrj5IPMYumNfIc1fFz6zmeLotovQtqCpVKp\nopEdBjowKBPoBL1QxMb5j+jc3Ydxleb/9vMis2g0YD2dwH9os6t85awJ1Qah\nP72cUOUx05TAsX/jvTSembx3N/+GxUmdDNyZpY/SW5dvliIKxUbVk2arGlid\nMIoKQOhEASCwYiw/CiavJEZzd5kZkm1op3ixtEXpvmKfZXeLYx6Bm29hkocF\ndLzJsoUhRqAb+xn4865K5CrnExKpDFsZHmVH7HFR2fVF5CSwtq260ocYbfib\nVZ1F3N/Dv9Ac/WnXt1Zhgtp5vupT7or4tfwOQqlZQlphWlf72zBdek2vug7i\n/pDig45K/UGgSmKed/17BTIuOnTvXldduwhffe+A6OcLbcc/M0TjcmDC/GD3\naPNN4JVgG8I80cXtHlxpc2XaXZCijuI9TPkgjh0J6QwkMHeN0AiWtIHrdzYg\nUHHHRsGKQ++bbeYHN6NXGYGEunynw01JtKJs0T+k38KfasRLvMM5v7JwgCSy\n8M4QxgUTJc0x50Bki7xGGeH6NmsXDIxn1ICBXqd3HnRKb1Dlygj2QN5Wm845\nCyWf\r\n=dIl3\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "eslintConfig": {
    "extends": "medikoo-es5",
    "root": true,
    "globals": {
      "clearInterval": true,
      "clearTimeout": true,
      "setInterval": true,
      "setTimeout": true
    }
  },
  "gitHead": "7ec87001f8977ed186cbfab921fc9cbfbf7d7f51",
  "homepage": "https://github.com/medikoo/timers-ext#readme",
  "keywords": [
    "timeout",
    "delay",
    "interval",
    "time",
    "timer",
    "timers"
  ],
  "license": "ISC",
  "maintainers": [
    {
      "name": "medikoo",
      "email": "medikoo+npm@medikoo.com"
    }
  ],
  "name": "timers-ext",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/timers-ext.git"
  },
  "scripts": {
    "lint": "eslint --ignore-path=.gitignore .",
    "test": "node node_modules/tad/bin/tad"
  },
  "version": "0.1.7"
}
