{ "_from": "@turf/bbox-clip@^6.5.0", "_id": "@turf/bbox-clip@6.5.0", "_inBundle": false, "_integrity": "sha512-F6PaIRF8WMp8EmgU/Ke5B1Y6/pia14UAYB5TiBC668w5rVVjy5L8rTm/m2lEkkDMHlzoP9vNY4pxpNthE7rLcQ==", "_location": "/@turf/bbox-clip", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/bbox-clip@^6.5.0", "name": "@turf/bbox-clip", "escapedName": "@turf%2fbbox-clip", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-6.5.0.tgz", "_shasum": "8e07d51ef8c875f9490d5c8699a2e51918587c94", "_spec": "@turf/bbox-clip@^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": "Tim Channell", "email": "@tcql" }, { "name": "Vladimir Agafonkin", "email": "@mourner" }, { "name": "Denis Carriere", "email": "@DenisCarriere" } ], "dependencies": { "@turf/helpers": "^6.5.0", "@turf/invariant": "^6.5.0" }, "deprecated": false, "description": "turf bbox-clip module", "devDependencies": { "@turf/bbox": "^6.5.0", "@types/tape": "*", "benchmark": "*", "load-json-file": "*", "npm-run-all": "*", "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", "geojson", "gis", "bbox", "clip" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/bbox-clip", "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" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }