| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- {
- "_from": "@turf/meta@^6.5.0",
- "_id": "@turf/meta@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==",
- "_location": "/@turf/meta",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/meta@^6.5.0",
- "name": "@turf/meta",
- "escapedName": "@turf%2fmeta",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/area",
- "/@turf/bbox",
- "/@turf/boolean-disjoint",
- "/@turf/boolean-intersects",
- "/@turf/boolean-overlap",
- "/@turf/buffer",
- "/@turf/center-mean",
- "/@turf/center-median",
- "/@turf/center-of-mass",
- "/@turf/centroid",
- "/@turf/clusters",
- "/@turf/clusters-dbscan",
- "/@turf/clusters-kmeans",
- "/@turf/combine",
- "/@turf/concave",
- "/@turf/convex",
- "/@turf/dissolve",
- "/@turf/distance-weight",
- "/@turf/explode",
- "/@turf/flatten",
- "/@turf/flip",
- "/@turf/interpolate",
- "/@turf/isobands",
- "/@turf/isolines",
- "/@turf/length",
- "/@turf/line-chunk",
- "/@turf/line-intersect",
- "/@turf/line-offset",
- "/@turf/line-overlap",
- "/@turf/line-segment",
- "/@turf/line-split",
- "/@turf/moran-index",
- "/@turf/nearest-point",
- "/@turf/nearest-point-on-line",
- "/@turf/nearest-point-to-line",
- "/@turf/point-to-line-distance",
- "/@turf/points-within-polygon",
- "/@turf/polygon-smooth",
- "/@turf/polygonize",
- "/@turf/projection",
- "/@turf/rewind",
- "/@turf/sector",
- "/@turf/shortest-path",
- "/@turf/simplify",
- "/@turf/standard-deviational-ellipse",
- "/@turf/tag",
- "/@turf/transform-rotate",
- "/@turf/transform-scale",
- "/@turf/transform-translate",
- "/@turf/truncate",
- "/@turf/turf",
- "/@turf/unkink-polygon",
- "/geojson-rbush"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz",
- "_shasum": "b725c3653c9f432133eaa04d3421f7e51e0418ca",
- "_spec": "@turf/meta@^6.5.0",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
- "author": {
- "name": "Turf Authors"
- },
- "bugs": {
- "url": "https://github.com/Turfjs/turf/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Tom MacWright",
- "email": "@tmcw"
- },
- {
- "name": "Daniel Pulido",
- "email": "@dpmcmlxxvi"
- },
- {
- "name": "Denis Carriere",
- "email": "@DenisCarriere"
- }
- ],
- "dependencies": {
- "@turf/helpers": "^6.5.0"
- },
- "deprecated": false,
- "description": "turf meta module",
- "devDependencies": {
- "@turf/random": "^6.5.0",
- "benchmark": "*",
- "npm-run-all": "*",
- "rollup": "*",
- "tape": "*"
- },
- "exports": {
- "./package.json": "./package.json",
- ".": {
- "import": "./dist/es/index.js",
- "require": "./dist/js/index.js"
- }
- },
- "files": [
- "dist",
- "index.d.ts"
- ],
- "funding": "https://opencollective.com/turf",
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
- "homepage": "https://github.com/Turfjs/turf",
- "keywords": [
- "functional",
- "programming",
- "turfjs",
- "geojson",
- "meta",
- "flattenEach",
- "flattenReduce",
- "segmentEach",
- "segmentReduce",
- "coordEach",
- "coordReduce",
- "propEach",
- "propReduce",
- "featureEach",
- "featureReduce",
- "coordAll",
- "geomEach",
- "geomReduce",
- "lineEeach",
- "lineReduce"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/meta",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/Turfjs/turf.git"
- },
- "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"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "version": "6.5.0"
- }
|