{ "_args": [ [ "feedme@2.0.2", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_from": "feedme@2.0.2", "_id": "feedme@2.0.2", "_inBundle": false, "_integrity": "sha512-0RNn0uLaSey8EThxgABR0T1Q47kSRatYnAXy1cfUc8/eypqXiAu38XGthuwwzb7mESCD9465k6Nym8D9AtB8HA==", "_location": "/feedme", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "feedme@2.0.2", "name": "feedme", "escapedName": "feedme", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/feedme/-/feedme-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "fent", "email": "fentbox@gmail.com", "url": "https://github.com/fent" }, "bugs": { "url": "https://github.com/fent/feedme.js/issues" }, "contributors": [ { "name": "Lucas Stadler" } ], "dependencies": { "clarinet": "^0.12.4", "sax": "^1.2.4" }, "description": "RSS/Atom/JSON feed parser", "devDependencies": { "@types/clarinet": "^0.12.0", "@types/mocha": "^8.0.4", "@types/node": "^14.14.10", "@types/sax": "^1.2.1", "mocha": "^6.0.0", "nyc": "^15.1.0", "ts-node": "^9.0.0", "typescript": "^4.1.2" }, "engines": { "node": ">=10" }, "files": [ "dist" ], "homepage": "https://github.com/fent/feedme.js#readme", "keywords": [ "feed", "rss", "atom", "json", "parser" ], "license": "MIT", "main": "./dist/feedme.js", "name": "feedme", "repository": { "type": "git", "url": "git://github.com/fent/feedme.js.git" }, "scripts": { "build": "tsc -p tsconfig.build.json", "prepare": "tsc -p tsconfig.build.json", "test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit", "test:unit": "mocha --require ts-node/register test/*-test.ts" }, "version": "2.0.2" }