package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@turf/bezier-spline@^6.5.0",
  3. "_id": "@turf/bezier-spline@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vokPaurTd4PF96rRgGVm6zYYC5r1u98ZsG+wZEv9y3kJTuJRX/O3xIY2QnTGTdbVmAJN1ouOsD0RoZYaVoXORQ==",
  6. "_location": "/@turf/bezier-spline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/bezier-spline@^6.5.0",
  12. "name": "@turf/bezier-spline",
  13. "escapedName": "@turf%2fbezier-spline",
  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/bezier-spline/-/bezier-spline-6.5.0.tgz",
  23. "_shasum": "d1b1764948b0fa3d9aa6e4895aebeba24048b11f",
  24. "_spec": "@turf/bezier-spline@^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/helpers": "^6.5.0",
  35. "@turf/invariant": "^6.5.0"
  36. },
  37. "deprecated": false,
  38. "description": "turf bezier-spline module",
  39. "devDependencies": {
  40. "@types/tape": "*",
  41. "benchmark": "*",
  42. "load-json-file": "*",
  43. "npm-run-all": "*",
  44. "tape": "*",
  45. "ts-node": "*",
  46. "tslint": "*",
  47. "typescript": "*",
  48. "write-json-file": "*"
  49. },
  50. "exports": {
  51. "./package.json": "./package.json",
  52. ".": {
  53. "import": "./dist/es/index.js",
  54. "require": "./dist/js/index.js"
  55. }
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "funding": "https://opencollective.com/turf",
  61. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  62. "homepage": "https://github.com/Turfjs/turf",
  63. "keywords": [
  64. "turf",
  65. "geometry",
  66. "bezier",
  67. "curve",
  68. "linestring"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/js/index.js",
  72. "module": "dist/es/index.js",
  73. "name": "@turf/bezier-spline",
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/Turfjs/turf.git"
  80. },
  81. "scripts": {
  82. "bench": "ts-node bench.js",
  83. "build": "npm-run-all build:*",
  84. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  85. "build:js": "tsc",
  86. "docs": "node ../../scripts/generate-readmes",
  87. "test": "npm-run-all test:*",
  88. "test:tape": "ts-node -r esm test.js"
  89. },
  90. "sideEffects": false,
  91. "types": "dist/js/index.d.ts",
  92. "version": "6.5.0"
  93. }