|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "node-ical@0.13.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "node-ical@0.13.0",
- "_id": "node-ical@0.13.0",
- "_inBundle": false,
- "_integrity": "sha512-hfV7HsY0oTehirXLtkKgAdVomSv6/zjSw66z/RTkKfEp9MwwIz1asyE/g9x4ZKWE2YqGnr81Se5zSRcligPY5Q==",
- "_location": "/node-ical",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "node-ical@0.13.0",
- "name": "node-ical",
- "escapedName": "node-ical",
- "rawSpec": "0.13.0",
- "saveSpec": null,
- "fetchSpec": "0.13.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/node-ical/-/node-ical-0.13.0.tgz",
- "_spec": "0.13.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Jens Maus",
- "email": "mail@jens-maus.de"
- },
- "bugs": {
- "url": "https://github.com/jens-maus/node-ical/issues"
- },
- "dependencies": {
- "moment-timezone": "^0.5.31",
- "node-fetch": "^2.6.1",
- "rrule": "2.6.8",
- "uuid": "^8.3.1"
- },
- "description": "NodeJS class for parsing iCalendar/ICS files",
- "devDependencies": {
- "@types/node-fetch": "^2.5.8",
- "diff": ">=3.5.0",
- "dot-prop": ">=4.2.1",
- "eslint": "^7.11.0",
- "eslint-config-prettier": "^8.1.0",
- "eslint-plugin-import": "^2.18.2",
- "pre-commit": "^1.2.2",
- "underscore": "1.12.1",
- "vows": "^0.8.2",
- "xml-js": "^1.6.11",
- "xo": "^0.38.2"
- },
- "homepage": "https://github.com/jens-maus/node-ical",
- "keywords": [
- "ical",
- "ics",
- "calendar",
- "nodejs"
- ],
- "license": "Apache-2.0",
- "main": "node-ical.js",
- "name": "node-ical",
- "pre-commit": [
- "lintfix"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/jens-maus/node-ical.git"
- },
- "scripts": {
- "build": "build/updatejson.sh",
- "lint": "xo",
- "lintfix": "xo --fix",
- "precommit": "npm run lint && npm run lintfix",
- "test": "xo && vows test/test.js && vows test/test-async.js && printf \"\\n\""
- },
- "types": "node-ical.d.ts",
- "version": "0.13.0",
- "xo": {
- "space": 2
- }
- }
|