123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "wkx@^0.5.0",
- "_id": "wkx@0.5.0",
- "_inBundle": false,
- "_integrity": "sha512-Xng/d4Ichh8uN4l0FToV/258EjMGU9MGcA0HV2d9B/ZpZB3lqQm7nkOdZdm5GhKtLLhAE7PiVQwN4eN+2YJJUg==",
- "_location": "/wkx",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "wkx@^0.5.0",
- "name": "wkx",
- "escapedName": "wkx",
- "rawSpec": "^0.5.0",
- "saveSpec": null,
- "fetchSpec": "^0.5.0"
- },
- "_requiredBy": [
- "/sequelize"
- ],
- "_resolved": "https://registry.npmjs.org/wkx/-/wkx-0.5.0.tgz",
- "_shasum": "c6c37019acf40e517cc6b94657a25a3d4aa33e8c",
- "_spec": "wkx@^0.5.0",
- "_where": "E:\\a-level\\project_js2\\node_modules\\sequelize",
- "author": {
- "name": "Christian Schwarz"
- },
- "bugs": {
- "url": "https://github.com/cschwarz/wkx/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/node": "*"
- },
- "deprecated": false,
- "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
- "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"
- },
- "files": [
- "dist/",
- "lib/"
- ],
- "homepage": "https://github.com/cschwarz/wkx#readme",
- "keywords": [
- "wkt",
- "wkb",
- "ewkt",
- "ewkb",
- "twkb",
- "geojson",
- "ogc",
- "geometry",
- "geography",
- "spatial"
- ],
- "license": "MIT",
- "main": "lib/wkx.js",
- "name": "wkx",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/cschwarz/wkx.git"
- },
- "scripts": {
- "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",
- "test": "jshint . && nyc mocha"
- },
- "types": "lib/wkx.d.ts",
- "version": "0.5.0"
- }
|