{ "_args": [ [ "rrule@2.6.8", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_from": "rrule@2.6.8", "_id": "rrule@2.6.8", "_inBundle": false, "_integrity": "sha512-cUaXuUPrz9d1wdyzHsBfT1hptKlGgABeCINFXFvulEPqh9Np9BnF3C3lrv9uO54IIr8VDb58tsSF3LhsW+4VRw==", "_location": "/rrule", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "rrule@2.6.8", "name": "rrule", "escapedName": "rrule", "rawSpec": "2.6.8", "saveSpec": null, "fetchSpec": "2.6.8" }, "_requiredBy": [ "/node-ical" ], "_resolved": "https://registry.npmjs.org/rrule/-/rrule-2.6.8.tgz", "_spec": "2.6.8", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Jakub Roztocil, Lars Schöning, and David Golightly" }, "bugs": { "url": "https://github.com/jakubroztocil/rrule/issues" }, "dependencies": { "luxon": "^1.21.3", "tslib": "^1.10.0" }, "description": "JavaScript library for working with recurrence rules for calendar dates.", "devDependencies": { "@types/assert": "^1.4.3", "@types/chai": "^4.2.7", "@types/jquery": "^3.3.29", "@types/luxon": "^1.21.0", "@types/mocha": "^5.2.5", "@types/mockdate": "^2.0.0", "@types/node": "^12.12.18", "chai": "^4.2.0", "copy-webpack-plugin": "^5.1.1", "coverage": "^0.4.1", "html-webpack-plugin": "^3.2.0", "husky": "^3.1.0", "jquery": "^3.3.1", "mocha": "^6.2.2", "mockdate": "^2.0.5", "nyc": "^14.1.1", "source-map-loader": "^0.2.4", "source-map-support": "^0.5.16", "ts-loader": "^6.2.1", "ts-node": "^8.5.4", "tslint": "^5.20.1", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.7.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.41.3", "webpack-cli": "^3.3.10" }, "files": [ "dist", "README.md" ], "homepage": "http://jakubroztocil.github.io/rrule/", "husky": { "hooks": { "pre-commit": "yarn lint" } }, "keywords": [ "dates", "recurrences", "calendar", "icalendar", "rfc" ], "license": "BSD-3-Clause", "main": "dist/es5/rrule.js", "module": "dist/esm/src/index.js", "name": "rrule", "nyc": { "extension": [ ".ts", ".tsx" ], "exclude": [ "**/*.d.ts" ], "reporter": [ "html" ], "all": true }, "optionalDependencies": { "luxon": "^1.21.3" }, "peerDependencies": {}, "repository": { "type": "git", "url": "git://github.com/jakubroztocil/rrule.git" }, "scripts": { "build": "yarn lint && tsc && webpack && tsc dist/esm/**/*.d.ts", "lint": "yarn tslint --project . --fix --config tslint.json", "test": "TS_NODE_PROJECT=tsconfig.test.json mocha **/*.test.ts", "test-ci": "TS_NODE_PROJECT=tsconfig.test.json nyc mocha **/*.test.ts" }, "standard": { "ignore": [ "demo" ] }, "typings": "dist/esm/src/index.d.ts", "version": "2.6.8" }