-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 3.05 KB
/
package.json
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
85
86
87
88
89
90
91
{
"name": "ol-format-node",
"author": "Christopher Caldwell <ccaldwell@caci.com>",
"version": "1.0.5",
"scripts": {
"build-package": "npm run transpile && npm run generate-types && node tasks/prepare-package.js",
"build-index": "shx rm -f build/index.js && npm run build-package && node tasks/generate-index.js",
"transpile": "shx rm -rf build/ol && shx mkdir -p build/ol && shx cp -rf src/ol build/ol/src && tsc --project config/tsconfig-build.json",
"generate-types": "tsc --project config/tsconfig-build.json --declaration --declarationMap --emitDeclarationOnly --outdir build/ol/types",
"build": "npm run build-index && webpack --config config/webpack-config-legacy-build.js"
},
"dependencies": {
"canvas": "git://github.com/caldwellc/empty-module.git#master",
"jsdom": "15.2.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.4.4",
"@openlayers/eslint-plugin": "^4.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/arcgis-rest-api": "^10.4.4",
"@types/geojson": "^7946.0.7",
"@types/pbf": "^3.0.2",
"@types/topojson-specification": "^1.0.1",
"babel-loader": "^8.2.2",
"chaikin-smooth": "^1.0.4",
"clean-css-cli": "5.3.0",
"copy-webpack-plugin": "^9.0.0",
"coverage-istanbul-loader": "^3.0.5",
"coveralls": "3.1.0",
"es-main": "^1.0.2",
"eslint": "7.29.0",
"@types/estree": "0.0.48",
"eslint-config-openlayers": "^15.0.0",
"expect.js": "0.3.1",
"express": "^4.17.1",
"front-matter": "^4.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.5",
"globby": "^11.0.0",
"handlebars": "4.7.7",
"istanbul": "0.4.5",
"jquery": "3.6.0",
"jsdoc": "3.6.7",
"jsdoc-plugin-typescript": "^2.0.5",
"json-stringify-safe": "^5.0.1",
"karma": "^6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.0",
"karma-firefox-launcher": "^2.0.0",
"karma-mocha": "2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"loglevelnext": "^4.0.1",
"marked": "2.1.2",
"mocha": "9.0.1",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
"proj4": "2.7.4",
"puppeteer": "10.0.0",
"rollup": "^2.42.3",
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.0",
"shx": "^0.3.2",
"sinon": "^11.1.1",
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.2.4",
"url-polyfill": "^1.1.5",
"walk": "^2.3.9",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^5.0.0",
"webpack-dev-server": "^4.0.0-beta.2",
"webpack-sources": "^2.2.0",
"worker-loader": "^3.0.8",
"yargs": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/caldwellc/node-ol-format.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/caldwellc/node-ol-format/issues"
},
"homepage": "https://github.com/caldwellc/node-ol-format"
}