| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "@turf/tin@^6.5.0",
- "_id": "@turf/tin@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-YLYikRzKisfwj7+F+Tmyy/LE3d2H7D4kajajIfc9mlik2+esG7IolsX/+oUz1biguDYsG0DUA8kVYXDkobukfg==",
- "_location": "/@turf/tin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/tin@^6.5.0",
- "name": "@turf/tin",
- "escapedName": "@turf%2ftin",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/concave",
- "/@turf/turf"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/tin/-/tin-6.5.0.tgz",
- "_shasum": "b77bebb48237e6613ac6bc0e37a6658be8c17a09",
- "_spec": "@turf/tin@^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,
- "dependencies": {
- "@turf/helpers": "^6.5.0"
- },
- "deprecated": false,
- "description": "turf tin module",
- "devDependencies": {
- "@types/tape": "*",
- "benchmark": "*",
- "npm-run-all": "*",
- "tape": "*",
- "ts-node": "*",
- "tslint": "*",
- "typescript": "*"
- },
- "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",
- "tin",
- "triangulate"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/tin",
- "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",
- "test:types": "tsc --esModuleInterop --noEmit types.ts"
- },
- "sideEffects": false,
- "types": "dist/js/index.d.ts",
- "version": "6.5.0"
- }
|