package.json
2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_args": [
[
"wkx@0.4.8",
"C:\\Users\\15Z950.1703\\Desktop\\2-2\\옾소\\프젝\\OPproject"
]
],
"_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",
"_spec": "0.4.8",
"_where": "C:\\Users\\15Z950.1703\\Desktop\\2-2\\옾소\\프젝\\OPproject",
"author": {
"name": "Christian Schwarz"
},
"bugs": {
"url": "https://github.com/cschwarz/wkx/issues"
},
"dependencies": {
"@types/node": "*"
},
"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"
}