UNPKG

@geoapify/un-locode

Version:

A Node.js library for querying United Nations Location Code (UN/LOCODE) data

73 lines (72 loc) 2.01 kB
{ "name": "@geoapify/un-locode", "version": "1.0.2", "description": "A Node.js library for querying United Nations Location Code (UN/LOCODE) data", "keywords": [ "UN/LOCODE", "location code", "UN location codes", "Geoapify", "geolocation", "location data", "country codes", "city codes", "geocoding", "coordinates", "Node.js", "API", "npm library", "geography", "logistics" ], "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", "minimized": "dist/index.min.js", "module": "dist/index.min.esm.js", "scripts": { "generate-files": "ts-node src/utility/execute-utility.ts", "test": "jest", "test-coverage": "jest --coverage", "copy-data": "cp -r ./src/data ./dist", "build": "tsc && npm run copy-data", "build-all": "npm run build && npm run build-minimized", "build-minimized": "rollup -c rollup-config.mjs", "start:demo": "ts-node demo/demo.ts" }, "repository": { "type": "git", "url": "git+https://git@github.com/geoapify/un-locode.git" }, "author": "Geoapify <info@geoapify.com> (https://geoapify.com)", "license": "MIT", "bugs": { "url": "https://github.com/geoapify/un-locode/issues" }, "homepage": "https://github.com/geoapify/un-locode#readme", "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^6.5.0", "@types/jest": "^29.5.13", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-fetch-mock": "^3.0.3", "jsdom": "^25.0.0", "rollup": "^4.21.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tslib": "^2.7.0", "typescript": "^5.5.4", "xlsx": "0.18.5", "json-2-csv": "^5.5.6" }, "dependencies": { "convert-csv-to-json": "^2.49.0" }, "directories": { "test": "tests" } }