| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "@turf/moran-index@^6.5.0",
- "_id": "@turf/moran-index@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-ItsnhrU2XYtTtTudrM8so4afBCYWNaB0Mfy28NZwLjB5jWuAsvyV+YW+J88+neK/ougKMTawkmjQqodNJaBeLQ==",
- "_location": "/@turf/moran-index",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@turf/moran-index@^6.5.0",
- "name": "@turf/moran-index",
- "escapedName": "@turf%2fmoran-index",
- "scope": "@turf",
- "rawSpec": "^6.5.0",
- "saveSpec": null,
- "fetchSpec": "^6.5.0"
- },
- "_requiredBy": [
- "/@turf/turf"
- ],
- "_resolved": "https://registry.npmjs.org/@turf/moran-index/-/moran-index-6.5.0.tgz",
- "_shasum": "456264bfb014a7b5f527807c9dcf25df3c6b2efd",
- "_spec": "@turf/moran-index@^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": "Haoming Zhuang",
- "email": "@zhuang-hao-ming"
- }
- ],
- "dependencies": {
- "@turf/distance-weight": "^6.5.0",
- "@turf/helpers": "^6.5.0",
- "@turf/meta": "^6.5.0"
- },
- "deprecated": false,
- "description": "turf moran-index module",
- "devDependencies": {
- "@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",
- "moran-index"
- ],
- "license": "MIT",
- "main": "dist/js/index.js",
- "module": "dist/es/index.js",
- "name": "@turf/moran-index",
- "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"
- }
|