All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.package.json Maven / Gradle / Ivy
{
"name": "@turf/meta",
"version": "6.4.0",
"description": "turf meta module",
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Daniel Pulido <@dpmcmlxxvi>",
"Denis Carriere <@DenisCarriere>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"functional",
"programming",
"turfjs",
"geojson",
"meta",
"flattenEach",
"flattenReduce",
"segmentEach",
"segmentReduce",
"coordEach",
"coordReduce",
"propEach",
"propReduce",
"featureEach",
"featureReduce",
"coordAll",
"geomEach",
"geomReduce",
"lineEeach",
"lineReduce"
],
"main": "dist/js/index.js",
"module": "dist/es/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/es/index.js",
"require": "./dist/js/index.js"
}
},
"types": "index.d.ts",
"sideEffects": false,
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"bench": "node -r esm bench.js",
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
"docs": "node ../../scripts/generate-readmes",
"test": "npm-run-all test:*",
"test:tape": "node -r esm test.js",
"test:types": "tsc --esModuleInterop --noEmit types.ts"
},
"devDependencies": {
"@turf/random": "^6.4.0",
"benchmark": "*",
"npm-run-all": "*",
"rollup": "*",
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0"
},
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
}