UNPKG

jsonstat-euro

Version:

A library to deal with Eurostat's JSON-stat API

57 lines (56 loc) 1.08 kB
{ "name": "jsonstat-euro", "version": "3.0.0", "type": "module", "description": "A library to deal with Eurostat's JSON-stat API", "homepage": "https://jsonstat.com", "keywords": [ "eurostat", "jsonstat", "stats", "data", "cube", "opendata", "table", "europe", "eu" ], "author": { "name": "Xavier Badosa", "url": "https://xavierbadosa.com" }, "repository": { "type": "git", "url": "https://github.com/jsonstat/euro.git" }, "main": "main.cjs", "module": "module.mjs", "browser": "import.mjs", "unpkg": "iife.js", "jsdelivr": "iife.js", "scripts": { "build": "rollup -c", "test": "node test/nodejs.cjs" }, "dependencies": { "jsonstat-toolkit": "^2.2.0" }, "devDependencies": { "rollup": "4.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4" }, "babel": { "presets": [ "@babel/preset-env" ] }, "license": "Apache-2.0", "files": [ "*.@(js|cjs|mjs)" ] }