{
  "_args": [
    [
      "retimer@2.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "retimer@2.0.0",
  "_id": "retimer@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-KLXY85WkEq2V2bKex/LOO1ViXVn2KGYe4PYysAdYdjmraYIUsVkXu8O4am+8+5UbaaGl1qho4aqAAPHNQ4GSbg==",
  "_location": "/retimer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "retimer@2.0.0",
    "name": "retimer",
    "escapedName": "retimer",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/timeout-abort-controller"
  ],
  "_resolved": "https://registry.npmjs.org/retimer/-/retimer-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "browser": {
    "./time.js": "./time-browser.js"
  },
  "bugs": {
    "url": "https://github.com/mcollina/retimer/issues"
  },
  "description": "Reschedulable Timer for your node needs",
  "devDependencies": {
    "fastbench": "^1.0.0",
    "faucet": "0.0.1",
    "pre-commit": "^1.0.10",
    "standard": "^12.0.0",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/mcollina/retimer#readme",
  "keywords": [
    "schedulable",
    "reschedulable",
    "timer",
    "setTimeout"
  ],
  "license": "MIT",
  "main": "retimer.js",
  "name": "retimer",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/retimer.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "tape test.js | faucet"
  },
  "version": "2.0.0"
}
