%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/wkx/ |
| Current File : /home/opti/workflow/node_modules/wkx/package.json |
{
"_from": "wkx@0.4.8",
"_id": "wkx@0.4.8",
"_inBundle": false,
"_integrity": "sha512-ikPXMM9IR/gy/LwiOSqWlSL3X/J5uk9EO2hHNRXS41eTLXaUFEVw9fn/593jW/tE5tedNg8YjT5HkCa4FqQZyQ==",
"_location": "/wkx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wkx@0.4.8",
"name": "wkx",
"escapedName": "wkx",
"rawSpec": "0.4.8",
"saveSpec": null,
"fetchSpec": "0.4.8"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/wkx/-/wkx-0.4.8.tgz",
"_shasum": "a092cf088d112683fdc7182fd31493b2c5820003",
"_spec": "wkx@0.4.8",
"_where": "/home/opti/workflow/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.1.0",
"browserify": "^16.3.0",
"coveralls": "^3.0.5",
"deep-eql": "^4.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.10.2",
"json-stringify-pretty-compact": "^2.0.0",
"mkdirp": "^0.5.1",
"mocha": "^6.2.0",
"pg": "^7.12.0",
"uglify-js": "^3.6.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",
"coveralls": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"test": "jshint . && mocha"
},
"types": "lib/wkx.d.ts",
"version": "0.4.8"
}