package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "@turf/sample@^6.5.0",
  3. "_id": "@turf/sample@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kSdCwY7el15xQjnXYW520heKUrHwRvnzx8ka4eYxX9NFeOxaFITLW2G7UtXb6LJK8mmPXI8Aexv23F2ERqzGFg==",
  6. "_location": "/@turf/sample",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/sample@^6.5.0",
  12. "name": "@turf/sample",
  13. "escapedName": "@turf%2fsample",
  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/sample/-/sample-6.5.0.tgz",
  23. "_shasum": "00cca024514989448e57fb1bf34e9a33ed3f0755",
  24. "_spec": "@turf/sample@^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. },
  36. "deprecated": false,
  37. "description": "turf sample module",
  38. "devDependencies": {
  39. "benchmark": "*",
  40. "npm-run-all": "*",
  41. "rollup": "*",
  42. "tape": "*"
  43. },
  44. "exports": {
  45. "./package.json": "./package.json",
  46. ".": {
  47. "import": "./dist/es/index.js",
  48. "require": "./dist/js/index.js"
  49. }
  50. },
  51. "files": [
  52. "dist",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://opencollective.com/turf",
  56. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  57. "homepage": "https://github.com/Turfjs/turf",
  58. "keywords": [
  59. "geojson",
  60. "stats",
  61. "sample",
  62. "turf"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/js/index.js",
  66. "module": "dist/es/index.js",
  67. "name": "@turf/sample",
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/Turfjs/turf.git"
  74. },
  75. "scripts": {
  76. "bench": "node -r esm bench.js",
  77. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  78. "docs": "node ../../scripts/generate-readmes",
  79. "test": "npm-run-all test:*",
  80. "test:tape": "node -r esm test.js"
  81. },
  82. "sideEffects": false,
  83. "types": "index.d.ts",
  84. "version": "6.5.0"
  85. }