UNPKG

jsonstat-suite

Version:

A library of high level functions built on top of the JSON-stat Javascript Toolkit (JJT)

53 lines (52 loc) 1.06 kB
{ "name": "jsonstat-suite", "version": "3.5.0", "description": "A library of high level functions built on top of the JSON-stat Javascript Toolkit (JJT)", "homepage": "https://jsonstat.com", "keywords": [ "util", "jsonstat", "jsonstat-toolkit", "jsonstat-utils", "stats", "data", "cube", "opendata", "csv", "table", "join", "sdmx", "sdmx-json" ], "author": { "name": "Xavier Badosa", "url": "https://xavierbadosa.com" }, "repository": { "type": "git", "url": "https://github.com/jsonstat/suite.git" }, "main": "main.cjs", "module": "module.mjs", "browser": "import.mjs", "unpkg": "iife.js", "jsdelivr": "iife.js", "scripts": { "build": "rollup -c", "test": "node test/nodejs.js" }, "dependencies": { "jsonstat-toolkit": "^1.4.2" }, "devDependencies": { "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "rollup": "^3.18.0", "@rollup/plugin-terser": "^0.4.0" }, "license": "Apache-2.0", "files": [ "*.@(js|cjs|mjs)" ] }