UNPKG

mstr-report-data-service

Version:

A Node function for calling Microstrategy's reportDataService task and returning the payload as JSON.

33 lines (32 loc) 910 B
{ "name": "mstr-report-data-service", "version": "1.0.1", "description": "", "main": "./dist/reportDataService.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-dir dist --source-maps" }, "keywords": ["microstrategy", "reportDataService", "report", "data", "service", "mstr"], "author": { "name": "Elias Hussary", "email": "eliashussary@gmail.com", "url": "https://eliash91.github.io" }, "repository": { "type": "git", "url": "https://github.com/eliash91/mstr-report-data-service" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.24.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.24.0" }, "dependencies": { "lodash": "^4.17.4", "request": "^2.81.0", "request-promise": "^4.2.0", "xml2js": "^0.4.17" } }