1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "name": "proj4",
| "version": "2.3.15",
| "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
| "repo": "proj4js/proj4js",
| "keywords": [
| "projections",
| "proj4",
| "transform",
| "crs"
| ],
| "license": "MIT",
| "main": "dist/proj4.js",
| "scripts": [
| "dist/proj4.js"
| ]
| }
|
|