package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "wkx",
  3. "_id": "wkx@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xng/d4Ichh8uN4l0FToV/258EjMGU9MGcA0HV2d9B/ZpZB3lqQm7nkOdZdm5GhKtLLhAE7PiVQwN4eN+2YJJUg==",
  6. "_location": "/wkx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "wkx",
  12. "name": "wkx",
  13. "escapedName": "wkx",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/wkx/-/wkx-0.5.0.tgz",
  23. "_shasum": "c6c37019acf40e517cc6b94657a25a3d4aa33e8c",
  24. "_spec": "wkx",
  25. "_where": "F:\\project\\node_util",
  26. "author": {
  27. "name": "Christian Schwarz"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cschwarz/wkx/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@types/node": "*"
  35. },
  36. "deprecated": false,
  37. "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
  38. "devDependencies": {
  39. "async": "^3.2.0",
  40. "browserify": "^16.5.0",
  41. "coveralls": "^3.0.11",
  42. "deep-eql": "^4.0.0",
  43. "jshint": "^2.11.0",
  44. "json-stringify-pretty-compact": "^2.0.0",
  45. "mkdirp": "^1.0.3",
  46. "mocha": "^7.1.1",
  47. "nyc": "^15.0.0",
  48. "pg": "^7.18.2",
  49. "uglify-js": "^3.8.0"
  50. },
  51. "files": [
  52. "dist/",
  53. "lib/"
  54. ],
  55. "homepage": "https://github.com/cschwarz/wkx#readme",
  56. "keywords": [
  57. "wkt",
  58. "wkb",
  59. "ewkt",
  60. "ewkb",
  61. "twkb",
  62. "geojson",
  63. "ogc",
  64. "geometry",
  65. "geography",
  66. "spatial"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/wkx.js",
  70. "name": "wkx",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/cschwarz/wkx.git"
  74. },
  75. "scripts": {
  76. "build": "mkdirp ./dist && browserify -r buffer -r ./lib/wkx.js:wkx ./lib/wkx.js > ./dist/wkx.js && uglifyjs -c -m -- ./dist/wkx.js > ./dist/wkx.min.js",
  77. "coverage": "nyc report --reporter=text-lcov | coveralls",
  78. "test": "jshint . && nyc mocha"
  79. },
  80. "types": "lib/wkx.d.ts",
  81. "version": "0.5.0"
  82. }