| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "_from": "@turf/invariant@^6.5.0",
- "_id": "@turf/invariant@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
- "_location": "/@turf/invariant",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/invariant@^6.5.0",
- "name": "@turf/invariant",
- "escapedName": "@turf%2finvariant",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/along",
- "/@turf/angle",
- "/@turf/bbox-clip",
- "/@turf/bearing",
- "/@turf/bezier-spline",
- "/@turf/boolean-clockwise",
- "/@turf/boolean-contains",
- "/@turf/boolean-crosses",
- "/@turf/boolean-equal",
- "/@turf/boolean-overlap",
- "/@turf/boolean-point-in-polygon",
- "/@turf/boolean-point-on-line",
- "/@turf/boolean-within",
- "/@turf/center-of-mass",
- "/@turf/clean-coords",
- "/@turf/clusters-kmeans",
- "/@turf/concave",
- "/@turf/destination",
- "/@turf/difference",
- "/@turf/dissolve",
- "/@turf/distance",
- "/@turf/distance-weight",
- "/@turf/ellipse",
- "/@turf/great-circle",
- "/@turf/hex-grid",
- "/@turf/interpolate",
- "/@turf/intersect",
- "/@turf/isobands",
- "/@turf/isolines",
- "/@turf/line-intersect",
- "/@turf/line-offset",
- "/@turf/line-overlap",
- "/@turf/line-segment",
- "/@turf/line-slice",
- "/@turf/line-split",
- "/@turf/line-to-polygon",
- "/@turf/nearest-point-on-line",
- "/@turf/nearest-point-to-line",
- "/@turf/planepoint",
- "/@turf/point-grid",
- "/@turf/point-to-line-distance",
- "/@turf/polygon-tangents",
- "/@turf/polygon-to-line",
- "/@turf/polygonize",
- "/@turf/rewind",
- "/@turf/rhumb-bearing",
- "/@turf/rhumb-destination",
- "/@turf/rhumb-distance",
- "/@turf/sector",
- "/@turf/shortest-path",
- "/@turf/standard-deviational-ellipse",
- "/@turf/transform-rotate",
- "/@turf/transform-scale",
- "/@turf/transform-translate",
- "/@turf/turf",
- "/@turf/union",
- "/@turf/voronoi"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz",
- "_shasum": "970afc988023e39c7ccab2341bd06979ddc7463f",
- "_spec": "@turf/invariant@^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": "Denis Carriere",
- "email": "@DenisCarriere"
- }
- ],
- "dependencies": {
- "@turf/helpers": "^6.5.0"
- },
- "deprecated": false,
- "description": "turf invariant module",
- "devDependencies": {
- "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",
- "invariant",
- "expectations"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/invariant",
- "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"
- }
|