HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/wkx/package.json
{
  "name": "wkx",
  "version": "0.5.0",
  "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
  "main": "lib/wkx.js",
  "types": "lib/wkx.d.ts",
  "files": [
    "dist/",
    "lib/"
  ],
  "scripts": {
    "test": "jshint . && nyc mocha",
    "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",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Christian Schwarz",
  "license": "MIT",
  "devDependencies": {
    "async": "^3.2.0",
    "browserify": "^16.5.0",
    "coveralls": "^3.0.11",
    "deep-eql": "^4.0.0",
    "jshint": "^2.11.0",
    "json-stringify-pretty-compact": "^2.0.0",
    "mkdirp": "^1.0.3",
    "mocha": "^7.1.1",
    "nyc": "^15.0.0",
    "pg": "^7.18.2",
    "uglify-js": "^3.8.0"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/cschwarz/wkx.git"
  },
  "keywords": [
    "wkt",
    "wkb",
    "ewkt",
    "ewkb",
    "twkb",
    "geojson",
    "ogc",
    "geometry",
    "geography",
    "spatial"
  ],
  "dependencies": {
    "@types/node": "*"
  }
}