package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "@turf/center-of-mass@^6.5.0",
  3. "_id": "@turf/center-of-mass@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EWrriU6LraOfPN7m1jZi+1NLTKNkuIsGLZc2+Y8zbGruvUW+QV7K0nhf7iZWutlxHXTBqEXHbKue/o79IumAsQ==",
  6. "_location": "/@turf/center-of-mass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/center-of-mass@^6.5.0",
  12. "name": "@turf/center-of-mass",
  13. "escapedName": "@turf%2fcenter-of-mass",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/turf"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@turf/center-of-mass/-/center-of-mass-6.5.0.tgz",
  23. "_shasum": "f9e6988bc296b7f763a0137ad6095f54843cf06a",
  24. "_spec": "@turf/center-of-mass@^6.5.0",
  25. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  26. "author": {
  27. "name": "Turf Authors"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Turfjs/turf/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@turf/centroid": "^6.5.0",
  35. "@turf/convex": "^6.5.0",
  36. "@turf/helpers": "^6.5.0",
  37. "@turf/invariant": "^6.5.0",
  38. "@turf/meta": "^6.5.0"
  39. },
  40. "deprecated": false,
  41. "description": "turf center-of-mass module",
  42. "devDependencies": {
  43. "@types/tape": "*",
  44. "benchmark": "*",
  45. "glob": "*",
  46. "load-json-file": "*",
  47. "npm-run-all": "*",
  48. "tape": "*",
  49. "ts-node": "*",
  50. "tslint": "*",
  51. "typescript": "*",
  52. "write-json-file": "*"
  53. },
  54. "exports": {
  55. "./package.json": "./package.json",
  56. ".": {
  57. "import": "./dist/es/index.js",
  58. "require": "./dist/js/index.js"
  59. }
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "funding": "https://opencollective.com/turf",
  65. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  66. "homepage": "https://github.com/Turfjs/turf",
  67. "keywords": [
  68. "turf",
  69. "gis"
  70. ],
  71. "license": "MIT",
  72. "main": "dist/js/index.js",
  73. "module": "dist/es/index.js",
  74. "name": "@turf/center-of-mass",
  75. "publishConfig": {
  76. "access": "public"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/Turfjs/turf.git"
  81. },
  82. "scripts": {
  83. "bench": "ts-node bench.js",
  84. "build": "npm-run-all build:*",
  85. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  86. "build:js": "tsc",
  87. "docs": "node ../../scripts/generate-readmes",
  88. "test": "npm-run-all test:*",
  89. "test:tape": "ts-node -r esm test.js",
  90. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  91. },
  92. "sideEffects": false,
  93. "types": "dist/js/index.d.ts",
  94. "version": "6.5.0"
  95. }