package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "wkx@^0.5.0",
  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": "range",
  10. "registry": true,
  11. "raw": "wkx@^0.5.0",
  12. "name": "wkx",
  13. "escapedName": "wkx",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/sequelize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wkx/-/wkx-0.5.0.tgz",
  22. "_shasum": "c6c37019acf40e517cc6b94657a25a3d4aa33e8c",
  23. "_spec": "wkx@^0.5.0",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/sequelize",
  25. "author": {
  26. "name": "Christian Schwarz"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/cschwarz/wkx/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@types/node": "*"
  34. },
  35. "deprecated": false,
  36. "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
  37. "devDependencies": {
  38. "async": "^3.2.0",
  39. "browserify": "^16.5.0",
  40. "coveralls": "^3.0.11",
  41. "deep-eql": "^4.0.0",
  42. "jshint": "^2.11.0",
  43. "json-stringify-pretty-compact": "^2.0.0",
  44. "mkdirp": "^1.0.3",
  45. "mocha": "^7.1.1",
  46. "nyc": "^15.0.0",
  47. "pg": "^7.18.2",
  48. "uglify-js": "^3.8.0"
  49. },
  50. "files": [
  51. "dist/",
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/cschwarz/wkx#readme",
  55. "keywords": [
  56. "wkt",
  57. "wkb",
  58. "ewkt",
  59. "ewkb",
  60. "twkb",
  61. "geojson",
  62. "ogc",
  63. "geometry",
  64. "geography",
  65. "spatial"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/wkx.js",
  69. "name": "wkx",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/cschwarz/wkx.git"
  73. },
  74. "scripts": {
  75. "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",
  76. "coverage": "nyc report --reporter=text-lcov | coveralls",
  77. "test": "jshint . && nyc mocha"
  78. },
  79. "types": "lib/wkx.d.ts",
  80. "version": "0.5.0"
  81. }