You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.4 KiB

{
"_from": "reinterval@^1.0.1",
"_id": "reinterval@1.1.0",
"_inBundle": false,
"_integrity": "sha1-M2Hs+jymwYKDOA3Qu5VG85D17Oc=",
"_location": "/reinterval",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "reinterval@^1.0.1",
"name": "reinterval",
"escapedName": "reinterval",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/reinterval/-/reinterval-1.1.0.tgz",
"_shasum": "3361ecfa3ca6c18283380dd0bb9546f390f5ece7",
"_spec": "reinterval@^1.0.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mqtt",
"author": {
"name": "4rzael"
},
"bugs": {
"url": "https://github.com/4rzael/reInterval/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "reschedulable setInterval for node.js",
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"es6-shim": "^0.33.13",
"mocha": "^2.3.4"
},
"homepage": "https://github.com/4rzael/reInterval",
"keywords": [
"node",
"nodejs",
"setInterval",
"retimer",
"schedule"
],
"license": "MIT",
"main": "index.js",
"name": "reinterval",
"repository": {
"type": "git",
"url": "git+https://github.com/4rzael/reInterval.git"
},
"scripts": {
"test": "mocha tests/"
},
"version": "1.1.0"
}