{
  "_args": [
    [
      "@turf/meta@6.0.2",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "@turf/meta@6.0.2",
  "_id": "@turf/meta@6.0.2",
  "_inBundle": false,
  "_integrity": "sha512-VA7HJkx7qF1l3+GNGkDVn2oXy4+QoLP6LktXAaZKjuT1JI0YESat7quUkbCMy4zP9lAUuvS4YMslLyTtr919FA==",
  "_location": "/@turf/meta",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/meta@6.0.2",
    "name": "@turf/meta",
    "escapedName": "@turf%2fmeta",
    "scope": "@turf",
    "rawSpec": "6.0.2",
    "saveSpec": null,
    "fetchSpec": "6.0.2"
  },
  "_requiredBy": [
    "/@turf/area",
    "/@turf/bbox",
    "/@turf/boolean-disjoint",
    "/@turf/difference",
    "/@turf/length",
    "/@turf/line-intersect",
    "/@turf/line-segment",
    "/geojson-rbush"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.0.2.tgz",
  "_spec": "6.0.2",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Turf Authors"
  },
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "contributors": [
    {
      "name": "Tom MacWright",
      "email": "@tmcw"
    },
    {
      "name": "Daniel Pulido",
      "email": "@dpmcmlxxvi"
    },
    {
      "name": "Denis Carriere",
      "email": "@DenisCarriere"
    }
  ],
  "dependencies": {
    "@turf/helpers": "6.x"
  },
  "description": "turf meta module",
  "devDependencies": {
    "@turf/random": "*",
    "benchmark": "*",
    "rollup": "*",
    "tape": "*"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "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": "index",
  "name": "@turf/meta",
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "scripts": {
    "bench": "node bench.js",
    "docs": "node ../../scripts/generate-readmes",
    "pretest": "rollup -f cjs -o index.js index.mjs",
    "test": "node test.js"
  },
  "types": "index.d.ts",
  "version": "6.0.2"
}
