{ "_from": "retimer@^1.0.1", "_id": "retimer@1.1.0", "_inBundle": false, "_integrity": "sha512-+Tjoa47XqpO+cmNObvmK6UPFmUTzQPtr4MqMS7ZJKPKYAnryCxG2FXT8/SEgPsEghQQgXFPZEdILNxJkvXtjUw==", "_location": "/retimer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "retimer@^1.0.1", "name": "retimer", "escapedName": "retimer", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/mosca" ], "_resolved": "https://registry.npmjs.org/retimer/-/retimer-1.1.0.tgz", "_shasum": "8cb2cec5cc200c245622e943aa11549f25c5ed2c", "_spec": "retimer@^1.0.1", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca", "author": { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, "bugs": { "url": "https://github.com/mcollina/retimer/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Reschedulable Timer for your node needs", "devDependencies": { "fastbench": "^1.0.0", "faucet": "0.0.1", "pre-commit": "^1.0.10", "standard": "^10.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": "1.1.0" }