UNPKG

vgrib2

Version:

[![npm version](https://badge.fury.io/js/vgrib2.svg)](https://badge.fury.io/js/vgrib2)

43 lines (42 loc) 778 B
{ "version": "0.1.13", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build" }, "keywords": [ "grib", "grib2", "weather", "noaa", "ecmwf", "netcdf" ], "name": "vgrib2", "author": "Alessandro Vecchi", "module": "dist/vgrib2.esm.js", "devDependencies": { "@types/buffer-from": "^1.1.0", "tsdx": "^0.14.1", "tslib": "^2.3.0", "typescript": "^3.9.10" }, "dependencies": { "base64-js": "^1.3.1", "buffer": "^6.0.3", "ieee754": "^1.2.1" } }