UNPKG

cldr-data-downloader

Version:
51 lines (50 loc) 1.08 kB
{ "name": "cldr-data-downloader", "version": "1.1.0", "keywords": [ "unicode", "CLDR", "JSON", "data", "install", "download", "fetch" ], "description": "Download tool for Unicode CLDR JSON data", "homepage": "https://github.com/rxaviers/cldr-data-downloader", "repository": { "type": "git", "url": "git://github.com/rxaviers/cldr-data-downloader.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/rxaviers/cldr-data-downloader/blob/master/LICENSE-MIT" } ], "author": { "name": "Rafael Xavier de Souza", "email": "rxaviers@gmail.com", "url": "http://rafael.xavier.blog.br" }, "main": "index.js", "bin": { "cldr-data-downloader": "./bin/download.sh" }, "scripts": { "test": "grunt" }, "dependencies": { "axios": "^1.7.2", "mkdirp": "^1.0.4", "nopt": "3.0.x", "q": "1.0.1", "yauzl": "^2.10.0" }, "devDependencies": { "grunt": "^1.3.0", "grunt-contrib-jshint": "0.12.x", "grunt-dco": "0.0.3", "matchdep": "*" } }