package.json 2.4 KB

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