{ "_args": [ [ "@turf/projection@6.5.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "@turf/projection@6.5.0", "_id": "@turf/projection@6.5.0", "_inBundle": false, "_integrity": "sha512-/Pgh9mDvQWWu8HRxqpM+tKz8OzgauV+DiOcr3FCjD6ubDnrrmMJlsf6fFJmggw93mtVPrZRL6yyi9aYCQBOIvg==", "_location": "/@turf/projection", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@turf/projection@6.5.0", "name": "@turf/projection", "escapedName": "@turf%2fprojection", "scope": "@turf", "rawSpec": "6.5.0", "saveSpec": null, "fetchSpec": "6.5.0" }, "_requiredBy": [ "/@abi-software/flatmap-viewer" ], "_resolved": "https://registry.npmjs.org/@turf/projection/-/projection-6.5.0.tgz", "_spec": "6.5.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "contributors": [ { "name": "Stefano Borghi", "email": "@stebogit" } ], "dependencies": { "@turf/clone": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/meta": "^6.5.0" }, "description": "turf projection module", "devDependencies": { "@turf/truncate": "^6.5.0", "@types/tape": "*", "benchmark": "*", "load-json-file": "*", "npm-run-all": "*", "proj4": "*", "tape": "*", "ts-node": "*", "tslint": "*", "typescript": "*", "write-json-file": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "turf", "projection", "to-mercator", "to-wgs84", "EPSG:4326", "WGS84", "mercator", "web-mercator", "EPSG:3857", "EPSG:3785", "900913", "EPSG:900913", "EPSG:102113" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/projection", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "ts-node bench.js", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "ts-node -r esm test.js", "test:types": "tsc --esModuleInterop --noEmit types.ts" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }