package.json 2.3 KB

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