| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "concaveman@*",
- "_id": "concaveman@1.2.1",
- "_inBundle": false,
- "_integrity": "sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==",
- "_location": "/concaveman",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "concaveman@*",
- "name": "concaveman",
- "escapedName": "concaveman",
- "rawSpec": "*",
- "saveSpec": null,
- "fetchSpec": "*"
- },
- "_requiredBy": [
- "/@turf/convex"
- ],
- "_resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz",
- "_shasum": "47d20b4521125c15fabf453653c2696d9ee41e0b",
- "_spec": "concaveman@*",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\convex",
- "author": {
- "name": "Vladimir Agafonkin"
- },
- "bugs": {
- "url": "https://github.com/mapbox/concaveman/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "point-in-polygon": "^1.1.0",
- "rbush": "^3.0.1",
- "robust-predicates": "^2.0.4",
- "tinyqueue": "^2.0.3"
- },
- "deprecated": false,
- "description": "Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)",
- "devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-mourner": "^2.0.1",
- "tape": "^5.3.1"
- },
- "eslintConfig": {
- "extends": "mourner"
- },
- "homepage": "https://github.com/mapbox/concaveman#readme",
- "keywords": [
- "concave",
- "hull",
- "algorithm",
- "geometry",
- "shape",
- "outline"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "concaveman",
- "repository": {
- "type": "git",
- "url": "git://github.com/mapbox/concaveman.git"
- },
- "scripts": {
- "pretest": "eslint index.js test/*.js",
- "test": "tape test/test.js"
- },
- "version": "1.2.1"
- }
|