UNPKG

@jorgenphi/staticmaps

Version:

A Node.js library for creating map images with markers, polylines, polygons and text.

60 lines (59 loc) 1.7 kB
{ "name": "@jorgenphi/staticmaps", "version": "1.9.5", "description": "A Node.js library for creating map images with markers, polylines, polygons and text.", "author": "Stephan Georg <s.georg@hey.com>", "license": "MIT", "repository": "github:StephanGeorg/staticmaps", "main": "./dist/staticmaps.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --require @babel/register", "build": "babel src --presets @babel/preset-env --plugins @babel/plugin-transform-runtime --out-dir dist", "prepublish": "npm run build" }, "keywords": [ "openstreetmap", "osm", "staticmaps", "staticmap", "map", "maps" ], "bugs": { "url": "https://github.com/StephanGeorg/staticmaps/issues" }, "homepage": "https://github.com/StephanGeorg/staticmaps#readme", "dependencies": { "@babel/runtime": "^7.14.0", "@turf/bbox": "^6.3.0", "@turf/circle": "^6.3.0", "got": "^11.8.2", "lodash.chunk": "^4.2.0", "lodash.find": "^4.6.0", "lodash.first": "^3.0.0", "lodash.flatten": "^4.4.0", "lodash.isequal": "^4.5.0", "lodash.last": "^3.0.0", "lodash.uniqby": "^4.7.0", "modern-async": "^1.1.2", "sharp": "0.30.1" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.3", "@babel/eslint-parser": "^7.14.3", "@babel/plugin-transform-runtime": "^7.14.3", "@babel/preset-env": "^7.14.2", "@babel/preset-stage-2": "^7.8.3", "@babel/register": "^7.13.16", "chai": "^4.3.4", "chai-image": "^3.0.0", "eslint": "^7.27.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.3", "mocha": "^9.2.0" } }