@basemaps/lambda-tiler 6.20.0 → 6.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/build/__test__/tile.set.cache.test.js +4 -10
- package/build/cli/validate.js +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +8 -1
- package/build/routes/__test__/attribution.test.js +3 -13
- package/build/routes/attribution.d.ts.map +1 -1
- package/build/routes/attribution.js +7 -20
- package/build/routes/tile.wmts.js +2 -2
- package/build/source.tracer.d.ts +17 -0
- package/build/source.tracer.d.ts.map +1 -0
- package/build/source.tracer.js +22 -0
- package/build/tile.set.cache.js +3 -3
- package/build/tile.set.d.ts +0 -16
- package/build/tile.set.d.ts.map +1 -1
- package/build/tile.set.js +1 -20
- package/build/tile.set.raster.d.ts +7 -4
- package/build/tile.set.raster.d.ts.map +1 -1
- package/build/tile.set.raster.js +14 -5
- package/build/tile.set.vector.d.ts +10 -4
- package/build/tile.set.vector.d.ts.map +1 -1
- package/build/tile.set.vector.js +17 -7
- package/bundle.sh +2 -2
- package/package.json +11 -11
- package/scripts/create.deployment.package.mjs +34 -0
- package/src/__test__/tile.set.cache.test.ts +4 -12
- package/src/cli/validate.ts +2 -1
- package/src/index.ts +11 -1
- package/src/routes/__test__/attribution.test.ts +3 -13
- package/src/routes/attribution.ts +6 -17
- package/src/routes/tile.wmts.ts +2 -2
- package/src/source.tracer.ts +34 -0
- package/src/tile.set.cache.ts +3 -3
- package/src/tile.set.raster.ts +28 -6
- package/src/tile.set.ts +0 -40
- package/src/tile.set.vector.ts +25 -6
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +0 -30702
- package/dist/node_modules/ansi-regex/index.js +0 -4
- package/dist/node_modules/ansi-regex/license +0 -21
- package/dist/node_modules/ansi-regex/package.json +0 -108
- package/dist/node_modules/ansi-regex/readme.md +0 -39
- package/dist/node_modules/aproba/LICENSE +0 -14
- package/dist/node_modules/aproba/README.md +0 -94
- package/dist/node_modules/aproba/index.js +0 -105
- package/dist/node_modules/aproba/package.json +0 -62
- package/dist/node_modules/are-we-there-yet/CHANGES.md +0 -37
- package/dist/node_modules/are-we-there-yet/LICENSE +0 -5
- package/dist/node_modules/are-we-there-yet/README.md +0 -195
- package/dist/node_modules/are-we-there-yet/index.js +0 -4
- package/dist/node_modules/are-we-there-yet/package.json +0 -63
- package/dist/node_modules/are-we-there-yet/tracker-base.js +0 -11
- package/dist/node_modules/are-we-there-yet/tracker-group.js +0 -107
- package/dist/node_modules/are-we-there-yet/tracker-stream.js +0 -36
- package/dist/node_modules/are-we-there-yet/tracker.js +0 -30
- package/dist/node_modules/base64-js/LICENSE +0 -21
- package/dist/node_modules/base64-js/README.md +0 -34
- package/dist/node_modules/base64-js/base64js.min.js +0 -1
- package/dist/node_modules/base64-js/index.d.ts +0 -3
- package/dist/node_modules/base64-js/index.js +0 -150
- package/dist/node_modules/base64-js/package.json +0 -75
- package/dist/node_modules/bl/.travis.yml +0 -17
- package/dist/node_modules/bl/BufferList.js +0 -396
- package/dist/node_modules/bl/LICENSE.md +0 -13
- package/dist/node_modules/bl/README.md +0 -247
- package/dist/node_modules/bl/bl.js +0 -84
- package/dist/node_modules/bl/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/dist/node_modules/bl/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/dist/node_modules/bl/node_modules/readable-stream/LICENSE +0 -47
- package/dist/node_modules/bl/node_modules/readable-stream/README.md +0 -106
- package/dist/node_modules/bl/node_modules/readable-stream/errors-browser.js +0 -127
- package/dist/node_modules/bl/node_modules/readable-stream/errors.js +0 -116
- package/dist/node_modules/bl/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/dist/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/dist/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/dist/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/dist/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/dist/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/dist/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/dist/node_modules/bl/node_modules/readable-stream/package.json +0 -97
- package/dist/node_modules/bl/node_modules/readable-stream/readable-browser.js +0 -9
- package/dist/node_modules/bl/node_modules/readable-stream/readable.js +0 -16
- package/dist/node_modules/bl/package.json +0 -69
- package/dist/node_modules/bl/test/convert.js +0 -21
- package/dist/node_modules/bl/test/indexOf.js +0 -492
- package/dist/node_modules/bl/test/isBufferList.js +0 -32
- package/dist/node_modules/bl/test/test.js +0 -869
- package/dist/node_modules/buffer/AUTHORS.md +0 -70
- package/dist/node_modules/buffer/LICENSE +0 -21
- package/dist/node_modules/buffer/README.md +0 -410
- package/dist/node_modules/buffer/index.d.ts +0 -186
- package/dist/node_modules/buffer/index.js +0 -1817
- package/dist/node_modules/buffer/package.json +0 -127
- package/dist/node_modules/chownr/LICENSE +0 -15
- package/dist/node_modules/chownr/README.md +0 -3
- package/dist/node_modules/chownr/chownr.js +0 -167
- package/dist/node_modules/chownr/package.json +0 -62
- package/dist/node_modules/code-point-at/index.js +0 -32
- package/dist/node_modules/code-point-at/license +0 -21
- package/dist/node_modules/code-point-at/package.json +0 -70
- package/dist/node_modules/code-point-at/readme.md +0 -32
- package/dist/node_modules/color/LICENSE +0 -21
- package/dist/node_modules/color/README.md +0 -123
- package/dist/node_modules/color/index.js +0 -497
- package/dist/node_modules/color/package.json +0 -74
- package/dist/node_modules/color-convert/CHANGELOG.md +0 -54
- package/dist/node_modules/color-convert/LICENSE +0 -21
- package/dist/node_modules/color-convert/README.md +0 -68
- package/dist/node_modules/color-convert/conversions.js +0 -839
- package/dist/node_modules/color-convert/index.js +0 -81
- package/dist/node_modules/color-convert/package.json +0 -83
- package/dist/node_modules/color-convert/route.js +0 -97
- package/dist/node_modules/color-name/LICENSE +0 -8
- package/dist/node_modules/color-name/README.md +0 -11
- package/dist/node_modules/color-name/index.js +0 -152
- package/dist/node_modules/color-name/package.json +0 -57
- package/dist/node_modules/color-string/LICENSE +0 -21
- package/dist/node_modules/color-string/README.md +0 -62
- package/dist/node_modules/color-string/index.js +0 -242
- package/dist/node_modules/color-string/package.json +0 -81
- package/dist/node_modules/console-control-strings/LICENSE +0 -13
- package/dist/node_modules/console-control-strings/README.md +0 -145
- package/dist/node_modules/console-control-strings/README.md~ +0 -140
- package/dist/node_modules/console-control-strings/index.js +0 -125
- package/dist/node_modules/console-control-strings/package.json +0 -61
- package/dist/node_modules/core-util-is/LICENSE +0 -19
- package/dist/node_modules/core-util-is/README.md +0 -3
- package/dist/node_modules/core-util-is/lib/util.js +0 -107
- package/dist/node_modules/core-util-is/package.json +0 -68
- package/dist/node_modules/decompress-response/index.d.ts +0 -22
- package/dist/node_modules/decompress-response/index.js +0 -58
- package/dist/node_modules/decompress-response/license +0 -9
- package/dist/node_modules/decompress-response/package.json +0 -88
- package/dist/node_modules/decompress-response/readme.md +0 -48
- package/dist/node_modules/deep-extend/CHANGELOG.md +0 -46
- package/dist/node_modules/deep-extend/LICENSE +0 -20
- package/dist/node_modules/deep-extend/README.md +0 -91
- package/dist/node_modules/deep-extend/index.js +0 -1
- package/dist/node_modules/deep-extend/lib/deep-extend.js +0 -150
- package/dist/node_modules/deep-extend/package.json +0 -92
- package/dist/node_modules/delegates/History.md +0 -22
- package/dist/node_modules/delegates/License +0 -20
- package/dist/node_modules/delegates/Makefile +0 -8
- package/dist/node_modules/delegates/Readme.md +0 -94
- package/dist/node_modules/delegates/index.js +0 -121
- package/dist/node_modules/delegates/package.json +0 -48
- package/dist/node_modules/delegates/test/index.js +0 -94
- package/dist/node_modules/detect-libc/LICENSE +0 -201
- package/dist/node_modules/detect-libc/README.md +0 -78
- package/dist/node_modules/detect-libc/bin/detect-libc.js +0 -18
- package/dist/node_modules/detect-libc/lib/detect-libc.js +0 -92
- package/dist/node_modules/detect-libc/package.json +0 -70
- package/dist/node_modules/end-of-stream/LICENSE +0 -21
- package/dist/node_modules/end-of-stream/README.md +0 -54
- package/dist/node_modules/end-of-stream/index.js +0 -94
- package/dist/node_modules/end-of-stream/package.json +0 -66
- package/dist/node_modules/expand-template/.travis.yml +0 -6
- package/dist/node_modules/expand-template/LICENSE +0 -21
- package/dist/node_modules/expand-template/README.md +0 -43
- package/dist/node_modules/expand-template/index.js +0 -26
- package/dist/node_modules/expand-template/package.json +0 -60
- package/dist/node_modules/expand-template/test.js +0 -67
- package/dist/node_modules/fs-constants/LICENSE +0 -21
- package/dist/node_modules/fs-constants/README.md +0 -26
- package/dist/node_modules/fs-constants/browser.js +0 -1
- package/dist/node_modules/fs-constants/index.js +0 -1
- package/dist/node_modules/fs-constants/package.json +0 -47
- package/dist/node_modules/gauge/CHANGELOG.md +0 -160
- package/dist/node_modules/gauge/LICENSE +0 -13
- package/dist/node_modules/gauge/README.md +0 -399
- package/dist/node_modules/gauge/base-theme.js +0 -14
- package/dist/node_modules/gauge/error.js +0 -24
- package/dist/node_modules/gauge/has-color.js +0 -12
- package/dist/node_modules/gauge/index.js +0 -233
- package/dist/node_modules/gauge/package.json +0 -91
- package/dist/node_modules/gauge/plumbing.js +0 -48
- package/dist/node_modules/gauge/process.js +0 -3
- package/dist/node_modules/gauge/progress-bar.js +0 -35
- package/dist/node_modules/gauge/render-template.js +0 -181
- package/dist/node_modules/gauge/set-immediate.js +0 -7
- package/dist/node_modules/gauge/set-interval.js +0 -3
- package/dist/node_modules/gauge/spin.js +0 -5
- package/dist/node_modules/gauge/template-item.js +0 -73
- package/dist/node_modules/gauge/theme-set.js +0 -115
- package/dist/node_modules/gauge/themes.js +0 -54
- package/dist/node_modules/gauge/wide-truncate.js +0 -25
- package/dist/node_modules/github-from-package/.travis.yml +0 -4
- package/dist/node_modules/github-from-package/LICENSE +0 -18
- package/dist/node_modules/github-from-package/example/package.json +0 -8
- package/dist/node_modules/github-from-package/example/url.js +0 -3
- package/dist/node_modules/github-from-package/index.js +0 -17
- package/dist/node_modules/github-from-package/package.json +0 -58
- package/dist/node_modules/github-from-package/readme.markdown +0 -53
- package/dist/node_modules/github-from-package/test/a.json +0 -8
- package/dist/node_modules/github-from-package/test/b.json +0 -5
- package/dist/node_modules/github-from-package/test/c.json +0 -5
- package/dist/node_modules/github-from-package/test/d.json +0 -7
- package/dist/node_modules/github-from-package/test/e.json +0 -5
- package/dist/node_modules/github-from-package/test/url.js +0 -19
- package/dist/node_modules/has-unicode/LICENSE +0 -14
- package/dist/node_modules/has-unicode/README.md +0 -43
- package/dist/node_modules/has-unicode/index.js +0 -16
- package/dist/node_modules/has-unicode/package.json +0 -58
- package/dist/node_modules/ieee754/LICENSE +0 -11
- package/dist/node_modules/ieee754/README.md +0 -51
- package/dist/node_modules/ieee754/index.d.ts +0 -10
- package/dist/node_modules/ieee754/index.js +0 -85
- package/dist/node_modules/ieee754/package.json +0 -84
- package/dist/node_modules/inherits/LICENSE +0 -16
- package/dist/node_modules/inherits/README.md +0 -42
- package/dist/node_modules/inherits/inherits.js +0 -9
- package/dist/node_modules/inherits/inherits_browser.js +0 -27
- package/dist/node_modules/inherits/package.json +0 -65
- package/dist/node_modules/ini/LICENSE +0 -15
- package/dist/node_modules/ini/README.md +0 -102
- package/dist/node_modules/ini/ini.js +0 -206
- package/dist/node_modules/ini/package.json +0 -66
- package/dist/node_modules/is-arrayish/LICENSE +0 -21
- package/dist/node_modules/is-arrayish/README.md +0 -16
- package/dist/node_modules/is-arrayish/index.js +0 -9
- package/dist/node_modules/is-arrayish/package.json +0 -77
- package/dist/node_modules/is-arrayish/yarn-error.log +0 -1443
- package/dist/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/dist/node_modules/is-fullwidth-code-point/license +0 -21
- package/dist/node_modules/is-fullwidth-code-point/package.json +0 -77
- package/dist/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/dist/node_modules/isarray/.travis.yml +0 -4
- package/dist/node_modules/isarray/Makefile +0 -6
- package/dist/node_modules/isarray/README.md +0 -60
- package/dist/node_modules/isarray/component.json +0 -19
- package/dist/node_modules/isarray/index.js +0 -5
- package/dist/node_modules/isarray/package.json +0 -73
- package/dist/node_modules/isarray/test.js +0 -20
- package/dist/node_modules/lru-cache/LICENSE +0 -15
- package/dist/node_modules/lru-cache/README.md +0 -166
- package/dist/node_modules/lru-cache/index.js +0 -334
- package/dist/node_modules/lru-cache/package.json +0 -69
- package/dist/node_modules/mimic-response/index.d.ts +0 -17
- package/dist/node_modules/mimic-response/index.js +0 -77
- package/dist/node_modules/mimic-response/license +0 -9
- package/dist/node_modules/mimic-response/package.json +0 -74
- package/dist/node_modules/mimic-response/readme.md +0 -78
- package/dist/node_modules/minimist/.travis.yml +0 -8
- package/dist/node_modules/minimist/LICENSE +0 -18
- package/dist/node_modules/minimist/example/parse.js +0 -2
- package/dist/node_modules/minimist/index.js +0 -245
- package/dist/node_modules/minimist/package.json +0 -74
- package/dist/node_modules/minimist/readme.markdown +0 -95
- package/dist/node_modules/minimist/test/all_bool.js +0 -32
- package/dist/node_modules/minimist/test/bool.js +0 -178
- package/dist/node_modules/minimist/test/dash.js +0 -31
- package/dist/node_modules/minimist/test/default_bool.js +0 -35
- package/dist/node_modules/minimist/test/dotted.js +0 -22
- package/dist/node_modules/minimist/test/kv_short.js +0 -16
- package/dist/node_modules/minimist/test/long.js +0 -31
- package/dist/node_modules/minimist/test/num.js +0 -36
- package/dist/node_modules/minimist/test/parse.js +0 -197
- package/dist/node_modules/minimist/test/parse_modified.js +0 -9
- package/dist/node_modules/minimist/test/proto.js +0 -44
- package/dist/node_modules/minimist/test/short.js +0 -67
- package/dist/node_modules/minimist/test/stop_early.js +0 -15
- package/dist/node_modules/minimist/test/unknown.js +0 -102
- package/dist/node_modules/minimist/test/whitespace.js +0 -8
- package/dist/node_modules/mkdirp-classic/LICENSE +0 -21
- package/dist/node_modules/mkdirp-classic/README.md +0 -18
- package/dist/node_modules/mkdirp-classic/index.js +0 -98
- package/dist/node_modules/mkdirp-classic/package.json +0 -47
- package/dist/node_modules/napi-build-utils/LICENSE +0 -21
- package/dist/node_modules/napi-build-utils/README.md +0 -48
- package/dist/node_modules/napi-build-utils/index.js +0 -213
- package/dist/node_modules/napi-build-utils/index.md +0 -81
- package/dist/node_modules/napi-build-utils/package.json +0 -68
- package/dist/node_modules/node-abi/.circleci/config.yml +0 -63
- package/dist/node_modules/node-abi/.github/workflows/update-abi.yml +0 -41
- package/dist/node_modules/node-abi/.releaserc.json +0 -9
- package/dist/node_modules/node-abi/CODE_OF_CONDUCT.md +0 -73
- package/dist/node_modules/node-abi/CONTRIBUTING.md +0 -53
- package/dist/node_modules/node-abi/LICENSE +0 -21
- package/dist/node_modules/node-abi/README.md +0 -50
- package/dist/node_modules/node-abi/abi_registry.json +0 -179
- package/dist/node_modules/node-abi/index.js +0 -179
- package/dist/node_modules/node-abi/package.json +0 -66
- package/dist/node_modules/node-abi/scripts/update-abi-registry.js +0 -119
- package/dist/node_modules/node-abi/test/index.js +0 -166
- package/dist/node_modules/node-addon-api/LICENSE.md +0 -13
- package/dist/node_modules/node-addon-api/README.md +0 -293
- package/dist/node_modules/node-addon-api/common.gypi +0 -21
- package/dist/node_modules/node-addon-api/except.gypi +0 -25
- package/dist/node_modules/node-addon-api/index.js +0 -11
- package/dist/node_modules/node-addon-api/napi-inl.deprecated.h +0 -192
- package/dist/node_modules/node-addon-api/napi-inl.h +0 -6209
- package/dist/node_modules/node-addon-api/napi.h +0 -2983
- package/dist/node_modules/node-addon-api/node_api.gyp +0 -9
- package/dist/node_modules/node-addon-api/noexcept.gypi +0 -26
- package/dist/node_modules/node-addon-api/nothing.c +0 -0
- package/dist/node_modules/node-addon-api/package-support.json +0 -21
- package/dist/node_modules/node-addon-api/package.json +0 -422
- package/dist/node_modules/node-addon-api/tools/README.md +0 -73
- package/dist/node_modules/node-addon-api/tools/check-napi.js +0 -100
- package/dist/node_modules/node-addon-api/tools/clang-format.js +0 -68
- package/dist/node_modules/node-addon-api/tools/conversion.js +0 -309
- package/dist/node_modules/node-addon-api/tools/eslint-format.js +0 -71
- package/dist/node_modules/npmlog/CHANGELOG.md +0 -49
- package/dist/node_modules/npmlog/LICENSE +0 -15
- package/dist/node_modules/npmlog/README.md +0 -216
- package/dist/node_modules/npmlog/log.js +0 -309
- package/dist/node_modules/npmlog/package.json +0 -61
- package/dist/node_modules/number-is-nan/index.js +0 -4
- package/dist/node_modules/number-is-nan/license +0 -21
- package/dist/node_modules/number-is-nan/package.json +0 -67
- package/dist/node_modules/number-is-nan/readme.md +0 -28
- package/dist/node_modules/object-assign/index.js +0 -90
- package/dist/node_modules/object-assign/license +0 -21
- package/dist/node_modules/object-assign/package.json +0 -74
- package/dist/node_modules/object-assign/readme.md +0 -61
- package/dist/node_modules/once/LICENSE +0 -15
- package/dist/node_modules/once/README.md +0 -79
- package/dist/node_modules/once/once.js +0 -42
- package/dist/node_modules/once/package.json +0 -68
- package/dist/node_modules/prebuild-install/CHANGELOG.md +0 -98
- package/dist/node_modules/prebuild-install/CONTRIBUTING.md +0 -6
- package/dist/node_modules/prebuild-install/LICENSE +0 -21
- package/dist/node_modules/prebuild-install/README.md +0 -159
- package/dist/node_modules/prebuild-install/asset.js +0 -44
- package/dist/node_modules/prebuild-install/bin.js +0 -78
- package/dist/node_modules/prebuild-install/download.js +0 -142
- package/dist/node_modules/prebuild-install/error.js +0 -14
- package/dist/node_modules/prebuild-install/help.txt +0 -16
- package/dist/node_modules/prebuild-install/index.js +0 -1
- package/dist/node_modules/prebuild-install/log.js +0 -25
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/LICENSE +0 -201
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/README.md +0 -160
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/index.d.ts +0 -11
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/lib/detect-libc.js +0 -178
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/lib/process.js +0 -16
- package/dist/node_modules/prebuild-install/node_modules/detect-libc/package.json +0 -71
- package/dist/node_modules/prebuild-install/package.json +0 -126
- package/dist/node_modules/prebuild-install/proxy.js +0 -35
- package/dist/node_modules/prebuild-install/rc.js +0 -60
- package/dist/node_modules/prebuild-install/util.js +0 -143
- package/dist/node_modules/process-nextick-args/index.js +0 -45
- package/dist/node_modules/process-nextick-args/license.md +0 -19
- package/dist/node_modules/process-nextick-args/package.json +0 -50
- package/dist/node_modules/process-nextick-args/readme.md +0 -18
- package/dist/node_modules/pump/.travis.yml +0 -5
- package/dist/node_modules/pump/LICENSE +0 -21
- package/dist/node_modules/pump/README.md +0 -65
- package/dist/node_modules/pump/index.js +0 -82
- package/dist/node_modules/pump/package.json +0 -60
- package/dist/node_modules/pump/test-browser.js +0 -66
- package/dist/node_modules/pump/test-node.js +0 -53
- package/dist/node_modules/rc/LICENSE.APACHE2 +0 -15
- package/dist/node_modules/rc/LICENSE.BSD +0 -26
- package/dist/node_modules/rc/LICENSE.MIT +0 -24
- package/dist/node_modules/rc/README.md +0 -227
- package/dist/node_modules/rc/browser.js +0 -7
- package/dist/node_modules/rc/cli.js +0 -4
- package/dist/node_modules/rc/index.js +0 -53
- package/dist/node_modules/rc/lib/utils.js +0 -104
- package/dist/node_modules/rc/package.json +0 -64
- package/dist/node_modules/rc/test/ini.js +0 -16
- package/dist/node_modules/rc/test/nested-env-vars.js +0 -50
- package/dist/node_modules/rc/test/test.js +0 -59
- package/dist/node_modules/readable-stream/.travis.yml +0 -34
- package/dist/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/dist/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/dist/node_modules/readable-stream/LICENSE +0 -47
- package/dist/node_modules/readable-stream/README.md +0 -58
- package/dist/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/dist/node_modules/readable-stream/duplex-browser.js +0 -1
- package/dist/node_modules/readable-stream/duplex.js +0 -1
- package/dist/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/dist/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/dist/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/dist/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/dist/node_modules/readable-stream/lib/_stream_writable.js +0 -687
- package/dist/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -79
- package/dist/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -74
- package/dist/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/dist/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/dist/node_modules/readable-stream/package.json +0 -81
- package/dist/node_modules/readable-stream/passthrough.js +0 -1
- package/dist/node_modules/readable-stream/readable-browser.js +0 -7
- package/dist/node_modules/readable-stream/readable.js +0 -19
- package/dist/node_modules/readable-stream/transform.js +0 -1
- package/dist/node_modules/readable-stream/writable-browser.js +0 -1
- package/dist/node_modules/readable-stream/writable.js +0 -8
- package/dist/node_modules/safe-buffer/LICENSE +0 -21
- package/dist/node_modules/safe-buffer/README.md +0 -584
- package/dist/node_modules/safe-buffer/index.d.ts +0 -187
- package/dist/node_modules/safe-buffer/index.js +0 -62
- package/dist/node_modules/safe-buffer/package.json +0 -64
- package/dist/node_modules/semver/CHANGELOG.md +0 -111
- package/dist/node_modules/semver/LICENSE +0 -15
- package/dist/node_modules/semver/README.md +0 -566
- package/dist/node_modules/semver/bin/semver.js +0 -173
- package/dist/node_modules/semver/classes/comparator.js +0 -135
- package/dist/node_modules/semver/classes/index.js +0 -5
- package/dist/node_modules/semver/classes/range.js +0 -510
- package/dist/node_modules/semver/classes/semver.js +0 -287
- package/dist/node_modules/semver/functions/clean.js +0 -6
- package/dist/node_modules/semver/functions/cmp.js +0 -48
- package/dist/node_modules/semver/functions/coerce.js +0 -51
- package/dist/node_modules/semver/functions/compare-build.js +0 -7
- package/dist/node_modules/semver/functions/compare-loose.js +0 -3
- package/dist/node_modules/semver/functions/compare.js +0 -5
- package/dist/node_modules/semver/functions/diff.js +0 -23
- package/dist/node_modules/semver/functions/eq.js +0 -3
- package/dist/node_modules/semver/functions/gt.js +0 -3
- package/dist/node_modules/semver/functions/gte.js +0 -3
- package/dist/node_modules/semver/functions/inc.js +0 -15
- package/dist/node_modules/semver/functions/lt.js +0 -3
- package/dist/node_modules/semver/functions/lte.js +0 -3
- package/dist/node_modules/semver/functions/major.js +0 -3
- package/dist/node_modules/semver/functions/minor.js +0 -3
- package/dist/node_modules/semver/functions/neq.js +0 -3
- package/dist/node_modules/semver/functions/parse.js +0 -33
- package/dist/node_modules/semver/functions/patch.js +0 -3
- package/dist/node_modules/semver/functions/prerelease.js +0 -6
- package/dist/node_modules/semver/functions/rcompare.js +0 -3
- package/dist/node_modules/semver/functions/rsort.js +0 -3
- package/dist/node_modules/semver/functions/satisfies.js +0 -10
- package/dist/node_modules/semver/functions/sort.js +0 -3
- package/dist/node_modules/semver/functions/valid.js +0 -6
- package/dist/node_modules/semver/index.js +0 -48
- package/dist/node_modules/semver/internal/constants.js +0 -17
- package/dist/node_modules/semver/internal/debug.js +0 -9
- package/dist/node_modules/semver/internal/identifiers.js +0 -23
- package/dist/node_modules/semver/internal/parse-options.js +0 -11
- package/dist/node_modules/semver/internal/re.js +0 -182
- package/dist/node_modules/semver/package.json +0 -74
- package/dist/node_modules/semver/preload.js +0 -2
- package/dist/node_modules/semver/range.bnf +0 -16
- package/dist/node_modules/semver/ranges/gtr.js +0 -4
- package/dist/node_modules/semver/ranges/intersects.js +0 -7
- package/dist/node_modules/semver/ranges/ltr.js +0 -4
- package/dist/node_modules/semver/ranges/max-satisfying.js +0 -25
- package/dist/node_modules/semver/ranges/min-satisfying.js +0 -24
- package/dist/node_modules/semver/ranges/min-version.js +0 -60
- package/dist/node_modules/semver/ranges/outside.js +0 -80
- package/dist/node_modules/semver/ranges/simplify.js +0 -44
- package/dist/node_modules/semver/ranges/subset.js +0 -222
- package/dist/node_modules/semver/ranges/to-comparators.js +0 -8
- package/dist/node_modules/semver/ranges/valid.js +0 -11
- package/dist/node_modules/set-blocking/CHANGELOG.md +0 -26
- package/dist/node_modules/set-blocking/LICENSE.txt +0 -14
- package/dist/node_modules/set-blocking/README.md +0 -31
- package/dist/node_modules/set-blocking/index.js +0 -7
- package/dist/node_modules/set-blocking/package.json +0 -70
- package/dist/node_modules/sharp/LICENSE +0 -191
- package/dist/node_modules/sharp/README.md +0 -117
- package/dist/node_modules/sharp/binding.gyp +0 -233
- package/dist/node_modules/sharp/build/Release/sharp-linux-x64.node +0 -0
- package/dist/node_modules/sharp/install/can-compile.js +0 -11
- package/dist/node_modules/sharp/install/dll-copy.js +0 -37
- package/dist/node_modules/sharp/install/libvips.js +0 -176
- package/dist/node_modules/sharp/lib/agent.js +0 -40
- package/dist/node_modules/sharp/lib/channel.js +0 -171
- package/dist/node_modules/sharp/lib/colour.js +0 -171
- package/dist/node_modules/sharp/lib/composite.js +0 -178
- package/dist/node_modules/sharp/lib/constructor.js +0 -379
- package/dist/node_modules/sharp/lib/index.js +0 -13
- package/dist/node_modules/sharp/lib/input.js +0 -471
- package/dist/node_modules/sharp/lib/is.js +0 -143
- package/dist/node_modules/sharp/lib/libvips.js +0 -108
- package/dist/node_modules/sharp/lib/operation.js +0 -671
- package/dist/node_modules/sharp/lib/output.js +0 -1166
- package/dist/node_modules/sharp/lib/platform.js +0 -25
- package/dist/node_modules/sharp/lib/resize.js +0 -454
- package/dist/node_modules/sharp/lib/sharp.js +0 -31
- package/dist/node_modules/sharp/lib/utility.js +0 -180
- package/dist/node_modules/sharp/package.json +0 -436
- package/dist/node_modules/sharp/src/common.cc +0 -883
- package/dist/node_modules/sharp/src/common.h +0 -328
- package/dist/node_modules/sharp/src/libvips/cplusplus/VConnection.cpp +0 -152
- package/dist/node_modules/sharp/src/libvips/cplusplus/VError.cpp +0 -50
- package/dist/node_modules/sharp/src/libvips/cplusplus/VImage.cpp +0 -1505
- package/dist/node_modules/sharp/src/libvips/cplusplus/VInterpolate.cpp +0 -63
- package/dist/node_modules/sharp/src/libvips/cplusplus/vips-operators.cpp +0 -3710
- package/dist/node_modules/sharp/src/metadata.cc +0 -285
- package/dist/node_modules/sharp/src/metadata.h +0 -91
- package/dist/node_modules/sharp/src/operations.cc +0 -311
- package/dist/node_modules/sharp/src/operations.h +0 -113
- package/dist/node_modules/sharp/src/pipeline.cc +0 -1584
- package/dist/node_modules/sharp/src/pipeline.h +0 -345
- package/dist/node_modules/sharp/src/sharp.cc +0 -52
- package/dist/node_modules/sharp/src/stats.cc +0 -193
- package/dist/node_modules/sharp/src/stats.h +0 -70
- package/dist/node_modules/sharp/src/utilities.cc +0 -243
- package/dist/node_modules/sharp/src/utilities.h +0 -29
- package/dist/node_modules/sharp/vendor/8.11.3/linux-x64/THIRD-PARTY-NOTICES.md +0 -41
- package/dist/node_modules/sharp/vendor/8.11.3/linux-x64/lib/libvips-cpp.so.42 +0 -0
- package/dist/node_modules/sharp/vendor/8.11.3/linux-x64/platform.json +0 -1
- package/dist/node_modules/sharp/vendor/8.11.3/linux-x64/versions.json +0 -30
- package/dist/node_modules/signal-exit/LICENSE.txt +0 -16
- package/dist/node_modules/signal-exit/README.md +0 -39
- package/dist/node_modules/signal-exit/index.js +0 -200
- package/dist/node_modules/signal-exit/package.json +0 -66
- package/dist/node_modules/signal-exit/signals.js +0 -53
- package/dist/node_modules/simple-concat/.travis.yml +0 -3
- package/dist/node_modules/simple-concat/LICENSE +0 -20
- package/dist/node_modules/simple-concat/README.md +0 -44
- package/dist/node_modules/simple-concat/index.js +0 -15
- package/dist/node_modules/simple-concat/package.json +0 -72
- package/dist/node_modules/simple-concat/test/basic.js +0 -41
- package/dist/node_modules/simple-get/.github/dependabot.yml +0 -15
- package/dist/node_modules/simple-get/.github/workflows/ci.yml +0 -23
- package/dist/node_modules/simple-get/LICENSE +0 -20
- package/dist/node_modules/simple-get/README.md +0 -333
- package/dist/node_modules/simple-get/index.js +0 -108
- package/dist/node_modules/simple-get/package.json +0 -93
- package/dist/node_modules/simple-swizzle/LICENSE +0 -21
- package/dist/node_modules/simple-swizzle/README.md +0 -39
- package/dist/node_modules/simple-swizzle/index.js +0 -29
- package/dist/node_modules/simple-swizzle/package.json +0 -71
- package/dist/node_modules/string-width/index.js +0 -37
- package/dist/node_modules/string-width/license +0 -21
- package/dist/node_modules/string-width/package.json +0 -89
- package/dist/node_modules/string-width/readme.md +0 -42
- package/dist/node_modules/string_decoder/.travis.yml +0 -50
- package/dist/node_modules/string_decoder/LICENSE +0 -48
- package/dist/node_modules/string_decoder/README.md +0 -47
- package/dist/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/dist/node_modules/string_decoder/package.json +0 -61
- package/dist/node_modules/strip-ansi/index.js +0 -6
- package/dist/node_modules/strip-ansi/license +0 -21
- package/dist/node_modules/strip-ansi/package.json +0 -102
- package/dist/node_modules/strip-ansi/readme.md +0 -33
- package/dist/node_modules/strip-json-comments/index.js +0 -70
- package/dist/node_modules/strip-json-comments/license +0 -21
- package/dist/node_modules/strip-json-comments/package.json +0 -74
- package/dist/node_modules/strip-json-comments/readme.md +0 -64
- package/dist/node_modules/tar-fs/.travis.yml +0 -6
- package/dist/node_modules/tar-fs/LICENSE +0 -21
- package/dist/node_modules/tar-fs/README.md +0 -165
- package/dist/node_modules/tar-fs/index.js +0 -351
- package/dist/node_modules/tar-fs/package.json +0 -69
- package/dist/node_modules/tar-fs/test/fixtures/a/hello.txt +0 -1
- package/dist/node_modules/tar-fs/test/fixtures/b/a/test.txt +0 -1
- package/dist/node_modules/tar-fs/test/fixtures/d/file1 +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/d/file2 +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/d/sub-files/file3 +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/d/sub-files/file4 +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/e/file +0 -0
- package/dist/node_modules/tar-fs/test/fixtures/invalid.tar +0 -0
- package/dist/node_modules/tar-fs/test/index.js +0 -346
- package/dist/node_modules/tar-stream/LICENSE +0 -21
- package/dist/node_modules/tar-stream/README.md +0 -168
- package/dist/node_modules/tar-stream/extract.js +0 -257
- package/dist/node_modules/tar-stream/headers.js +0 -295
- package/dist/node_modules/tar-stream/index.js +0 -2
- package/dist/node_modules/tar-stream/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/dist/node_modules/tar-stream/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/dist/node_modules/tar-stream/node_modules/readable-stream/LICENSE +0 -47
- package/dist/node_modules/tar-stream/node_modules/readable-stream/README.md +0 -106
- package/dist/node_modules/tar-stream/node_modules/readable-stream/errors-browser.js +0 -127
- package/dist/node_modules/tar-stream/node_modules/readable-stream/errors.js +0 -116
- package/dist/node_modules/tar-stream/node_modules/readable-stream/experimentalWarning.js +0 -17
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_transform.js +0 -201
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/_stream_writable.js +0 -697
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/dist/node_modules/tar-stream/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/dist/node_modules/tar-stream/node_modules/readable-stream/package.json +0 -97
- package/dist/node_modules/tar-stream/node_modules/readable-stream/readable-browser.js +0 -9
- package/dist/node_modules/tar-stream/node_modules/readable-stream/readable.js +0 -16
- package/dist/node_modules/tar-stream/pack.js +0 -255
- package/dist/node_modules/tar-stream/package.json +0 -90
- package/dist/node_modules/tar-stream/sandbox.js +0 -11
- package/dist/node_modules/tunnel-agent/LICENSE +0 -55
- package/dist/node_modules/tunnel-agent/README.md +0 -4
- package/dist/node_modules/tunnel-agent/index.js +0 -244
- package/dist/node_modules/tunnel-agent/package.json +0 -56
- package/dist/node_modules/util-deprecate/History.md +0 -16
- package/dist/node_modules/util-deprecate/LICENSE +0 -24
- package/dist/node_modules/util-deprecate/README.md +0 -53
- package/dist/node_modules/util-deprecate/browser.js +0 -67
- package/dist/node_modules/util-deprecate/node.js +0 -6
- package/dist/node_modules/util-deprecate/package.json +0 -58
- package/dist/node_modules/wide-align/LICENSE +0 -14
- package/dist/node_modules/wide-align/README.md +0 -47
- package/dist/node_modules/wide-align/align.js +0 -65
- package/dist/node_modules/wide-align/package.json +0 -66
- package/dist/node_modules/wrappy/LICENSE +0 -15
- package/dist/node_modules/wrappy/README.md +0 -36
- package/dist/node_modules/wrappy/package.json +0 -58
- package/dist/node_modules/wrappy/wrappy.js +0 -33
- package/dist/node_modules/yallist/LICENSE +0 -15
- package/dist/node_modules/yallist/README.md +0 -204
- package/dist/node_modules/yallist/iterator.js +0 -8
- package/dist/node_modules/yallist/package.json +0 -62
- package/dist/node_modules/yallist/yallist.js +0 -426
- package/dist/package-lock.json +0 -507
- package/dist/package.json +0 -63
- package/dist/static/expected_tile_2193_153_255_z7.png +0 -0
- package/dist/static/expected_tile_NZTM2000Quad_30_33_z6.png +0 -0
- package/dist/static/expected_tile_WebMercatorQuad_252_156_z8.png +0 -0
package/dist/package-lock.json
DELETED
|
@@ -1,507 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@basemaps/lambda-tiler",
|
|
3
|
-
"version": "6.20.0",
|
|
4
|
-
"lockfileVersion": 1,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"dependencies": {
|
|
7
|
-
"ansi-regex": {
|
|
8
|
-
"version": "2.1.1",
|
|
9
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
|
10
|
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
|
11
|
-
},
|
|
12
|
-
"aproba": {
|
|
13
|
-
"version": "1.2.0",
|
|
14
|
-
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
|
|
15
|
-
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
|
|
16
|
-
},
|
|
17
|
-
"are-we-there-yet": {
|
|
18
|
-
"version": "1.1.7",
|
|
19
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
|
|
20
|
-
"integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
|
|
21
|
-
"requires": {
|
|
22
|
-
"delegates": "^1.0.0",
|
|
23
|
-
"readable-stream": "^2.0.6"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"base64-js": {
|
|
27
|
-
"version": "1.5.1",
|
|
28
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
29
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
|
|
30
|
-
},
|
|
31
|
-
"bl": {
|
|
32
|
-
"version": "4.1.0",
|
|
33
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
34
|
-
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
35
|
-
"requires": {
|
|
36
|
-
"buffer": "^5.5.0",
|
|
37
|
-
"inherits": "^2.0.4",
|
|
38
|
-
"readable-stream": "^3.4.0"
|
|
39
|
-
},
|
|
40
|
-
"dependencies": {
|
|
41
|
-
"readable-stream": {
|
|
42
|
-
"version": "3.6.0",
|
|
43
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
44
|
-
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
|
|
45
|
-
"requires": {
|
|
46
|
-
"inherits": "^2.0.3",
|
|
47
|
-
"string_decoder": "^1.1.1",
|
|
48
|
-
"util-deprecate": "^1.0.1"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"buffer": {
|
|
54
|
-
"version": "5.7.1",
|
|
55
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
56
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
57
|
-
"requires": {
|
|
58
|
-
"base64-js": "^1.3.1",
|
|
59
|
-
"ieee754": "^1.1.13"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"chownr": {
|
|
63
|
-
"version": "1.1.4",
|
|
64
|
-
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
|
|
65
|
-
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
|
|
66
|
-
},
|
|
67
|
-
"code-point-at": {
|
|
68
|
-
"version": "1.1.0",
|
|
69
|
-
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
|
|
70
|
-
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
|
|
71
|
-
},
|
|
72
|
-
"color": {
|
|
73
|
-
"version": "4.2.0",
|
|
74
|
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.0.tgz",
|
|
75
|
-
"integrity": "sha512-hHTcrbvEnGjC7WBMk6ibQWFVDgEFTVmjrz2Q5HlU6ltwxv0JJN2Z8I7uRbWeQLF04dikxs8zgyZkazRJvSMtyQ==",
|
|
76
|
-
"requires": {
|
|
77
|
-
"color-convert": "^2.0.1",
|
|
78
|
-
"color-string": "^1.9.0"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"color-convert": {
|
|
82
|
-
"version": "2.0.1",
|
|
83
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
84
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
85
|
-
"requires": {
|
|
86
|
-
"color-name": "~1.1.4"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"color-name": {
|
|
90
|
-
"version": "1.1.4",
|
|
91
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
92
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
93
|
-
},
|
|
94
|
-
"color-string": {
|
|
95
|
-
"version": "1.9.0",
|
|
96
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz",
|
|
97
|
-
"integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==",
|
|
98
|
-
"requires": {
|
|
99
|
-
"color-name": "^1.0.0",
|
|
100
|
-
"simple-swizzle": "^0.2.2"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"console-control-strings": {
|
|
104
|
-
"version": "1.1.0",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
106
|
-
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
|
|
107
|
-
},
|
|
108
|
-
"core-util-is": {
|
|
109
|
-
"version": "1.0.3",
|
|
110
|
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
111
|
-
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
|
112
|
-
},
|
|
113
|
-
"decompress-response": {
|
|
114
|
-
"version": "6.0.0",
|
|
115
|
-
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
116
|
-
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
117
|
-
"requires": {
|
|
118
|
-
"mimic-response": "^3.1.0"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
"deep-extend": {
|
|
122
|
-
"version": "0.6.0",
|
|
123
|
-
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
124
|
-
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="
|
|
125
|
-
},
|
|
126
|
-
"delegates": {
|
|
127
|
-
"version": "1.0.0",
|
|
128
|
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
129
|
-
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
|
|
130
|
-
},
|
|
131
|
-
"detect-libc": {
|
|
132
|
-
"version": "1.0.3",
|
|
133
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
134
|
-
"integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups="
|
|
135
|
-
},
|
|
136
|
-
"end-of-stream": {
|
|
137
|
-
"version": "1.4.4",
|
|
138
|
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
139
|
-
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
140
|
-
"requires": {
|
|
141
|
-
"once": "^1.4.0"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"expand-template": {
|
|
145
|
-
"version": "2.0.3",
|
|
146
|
-
"resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
|
147
|
-
"integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="
|
|
148
|
-
},
|
|
149
|
-
"fs-constants": {
|
|
150
|
-
"version": "1.0.0",
|
|
151
|
-
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
152
|
-
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
|
153
|
-
},
|
|
154
|
-
"gauge": {
|
|
155
|
-
"version": "2.7.4",
|
|
156
|
-
"resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
|
|
157
|
-
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
|
|
158
|
-
"requires": {
|
|
159
|
-
"aproba": "^1.0.3",
|
|
160
|
-
"console-control-strings": "^1.0.0",
|
|
161
|
-
"has-unicode": "^2.0.0",
|
|
162
|
-
"object-assign": "^4.1.0",
|
|
163
|
-
"signal-exit": "^3.0.0",
|
|
164
|
-
"string-width": "^1.0.1",
|
|
165
|
-
"strip-ansi": "^3.0.1",
|
|
166
|
-
"wide-align": "^1.1.0"
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
"github-from-package": {
|
|
170
|
-
"version": "0.0.0",
|
|
171
|
-
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
172
|
-
"integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4="
|
|
173
|
-
},
|
|
174
|
-
"has-unicode": {
|
|
175
|
-
"version": "2.0.1",
|
|
176
|
-
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
177
|
-
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
|
|
178
|
-
},
|
|
179
|
-
"ieee754": {
|
|
180
|
-
"version": "1.2.1",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
182
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
|
|
183
|
-
},
|
|
184
|
-
"inherits": {
|
|
185
|
-
"version": "2.0.4",
|
|
186
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
187
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
188
|
-
},
|
|
189
|
-
"ini": {
|
|
190
|
-
"version": "1.3.8",
|
|
191
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
192
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
193
|
-
},
|
|
194
|
-
"is-arrayish": {
|
|
195
|
-
"version": "0.3.2",
|
|
196
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
197
|
-
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
198
|
-
},
|
|
199
|
-
"is-fullwidth-code-point": {
|
|
200
|
-
"version": "1.0.0",
|
|
201
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
202
|
-
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
|
203
|
-
"requires": {
|
|
204
|
-
"number-is-nan": "^1.0.0"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
"isarray": {
|
|
208
|
-
"version": "1.0.0",
|
|
209
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
210
|
-
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
|
|
211
|
-
},
|
|
212
|
-
"lru-cache": {
|
|
213
|
-
"version": "6.0.0",
|
|
214
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
215
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
216
|
-
"requires": {
|
|
217
|
-
"yallist": "^4.0.0"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"mimic-response": {
|
|
221
|
-
"version": "3.1.0",
|
|
222
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
223
|
-
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ=="
|
|
224
|
-
},
|
|
225
|
-
"minimist": {
|
|
226
|
-
"version": "1.2.5",
|
|
227
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
|
|
228
|
-
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
|
|
229
|
-
},
|
|
230
|
-
"mkdirp-classic": {
|
|
231
|
-
"version": "0.5.3",
|
|
232
|
-
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
233
|
-
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
|
|
234
|
-
},
|
|
235
|
-
"napi-build-utils": {
|
|
236
|
-
"version": "1.0.2",
|
|
237
|
-
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
|
|
238
|
-
"integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg=="
|
|
239
|
-
},
|
|
240
|
-
"node-abi": {
|
|
241
|
-
"version": "3.7.0",
|
|
242
|
-
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.7.0.tgz",
|
|
243
|
-
"integrity": "sha512-3J+U4CvxVNEk9+lGdJkmYbN8cIN0HMTDT9R0ezX7pmp7aD6BaKsfAHwVn3IvVg6pYIRUuQ+gHW1eawrvywnSQQ==",
|
|
244
|
-
"requires": {
|
|
245
|
-
"semver": "^7.3.5"
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"node-addon-api": {
|
|
249
|
-
"version": "4.3.0",
|
|
250
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz",
|
|
251
|
-
"integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ=="
|
|
252
|
-
},
|
|
253
|
-
"npmlog": {
|
|
254
|
-
"version": "4.1.2",
|
|
255
|
-
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
|
|
256
|
-
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
|
|
257
|
-
"requires": {
|
|
258
|
-
"are-we-there-yet": "~1.1.2",
|
|
259
|
-
"console-control-strings": "~1.1.0",
|
|
260
|
-
"gauge": "~2.7.3",
|
|
261
|
-
"set-blocking": "~2.0.0"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"number-is-nan": {
|
|
265
|
-
"version": "1.0.1",
|
|
266
|
-
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
|
267
|
-
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
|
|
268
|
-
},
|
|
269
|
-
"object-assign": {
|
|
270
|
-
"version": "4.1.1",
|
|
271
|
-
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
272
|
-
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
|
|
273
|
-
},
|
|
274
|
-
"once": {
|
|
275
|
-
"version": "1.4.0",
|
|
276
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
277
|
-
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
|
278
|
-
"requires": {
|
|
279
|
-
"wrappy": "1"
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
"prebuild-install": {
|
|
283
|
-
"version": "7.0.1",
|
|
284
|
-
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.1.tgz",
|
|
285
|
-
"integrity": "sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==",
|
|
286
|
-
"requires": {
|
|
287
|
-
"detect-libc": "^2.0.0",
|
|
288
|
-
"expand-template": "^2.0.3",
|
|
289
|
-
"github-from-package": "0.0.0",
|
|
290
|
-
"minimist": "^1.2.3",
|
|
291
|
-
"mkdirp-classic": "^0.5.3",
|
|
292
|
-
"napi-build-utils": "^1.0.1",
|
|
293
|
-
"node-abi": "^3.3.0",
|
|
294
|
-
"npmlog": "^4.0.1",
|
|
295
|
-
"pump": "^3.0.0",
|
|
296
|
-
"rc": "^1.2.7",
|
|
297
|
-
"simple-get": "^4.0.0",
|
|
298
|
-
"tar-fs": "^2.0.0",
|
|
299
|
-
"tunnel-agent": "^0.6.0"
|
|
300
|
-
},
|
|
301
|
-
"dependencies": {
|
|
302
|
-
"detect-libc": {
|
|
303
|
-
"version": "2.0.0",
|
|
304
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.0.tgz",
|
|
305
|
-
"integrity": "sha512-S55LzUl8HUav8l9E2PBTlC5PAJrHK7tkM+XXFGD+fbsbkTzhCpG6K05LxJcUOEWzMa4v6ptcMZ9s3fOdJDu0Zw=="
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"process-nextick-args": {
|
|
310
|
-
"version": "2.0.1",
|
|
311
|
-
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
312
|
-
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
313
|
-
},
|
|
314
|
-
"pump": {
|
|
315
|
-
"version": "3.0.0",
|
|
316
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
|
|
317
|
-
"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
|
|
318
|
-
"requires": {
|
|
319
|
-
"end-of-stream": "^1.1.0",
|
|
320
|
-
"once": "^1.3.1"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"rc": {
|
|
324
|
-
"version": "1.2.8",
|
|
325
|
-
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
326
|
-
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
327
|
-
"requires": {
|
|
328
|
-
"deep-extend": "^0.6.0",
|
|
329
|
-
"ini": "~1.3.0",
|
|
330
|
-
"minimist": "^1.2.0",
|
|
331
|
-
"strip-json-comments": "~2.0.1"
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
"readable-stream": {
|
|
335
|
-
"version": "2.3.7",
|
|
336
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
|
337
|
-
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
|
|
338
|
-
"requires": {
|
|
339
|
-
"core-util-is": "~1.0.0",
|
|
340
|
-
"inherits": "~2.0.3",
|
|
341
|
-
"isarray": "~1.0.0",
|
|
342
|
-
"process-nextick-args": "~2.0.0",
|
|
343
|
-
"safe-buffer": "~5.1.1",
|
|
344
|
-
"string_decoder": "~1.1.1",
|
|
345
|
-
"util-deprecate": "~1.0.1"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"safe-buffer": {
|
|
349
|
-
"version": "5.1.2",
|
|
350
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
351
|
-
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
|
352
|
-
},
|
|
353
|
-
"semver": {
|
|
354
|
-
"version": "7.3.5",
|
|
355
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
|
|
356
|
-
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
|
357
|
-
"requires": {
|
|
358
|
-
"lru-cache": "^6.0.0"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
"set-blocking": {
|
|
362
|
-
"version": "2.0.0",
|
|
363
|
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
364
|
-
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
|
|
365
|
-
},
|
|
366
|
-
"sharp": {
|
|
367
|
-
"version": "0.29.3",
|
|
368
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.3.tgz",
|
|
369
|
-
"integrity": "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==",
|
|
370
|
-
"requires": {
|
|
371
|
-
"color": "^4.0.1",
|
|
372
|
-
"detect-libc": "^1.0.3",
|
|
373
|
-
"node-addon-api": "^4.2.0",
|
|
374
|
-
"prebuild-install": "^7.0.0",
|
|
375
|
-
"semver": "^7.3.5",
|
|
376
|
-
"simple-get": "^4.0.0",
|
|
377
|
-
"tar-fs": "^2.1.1",
|
|
378
|
-
"tunnel-agent": "^0.6.0"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"signal-exit": {
|
|
382
|
-
"version": "3.0.6",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
|
|
384
|
-
"integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ=="
|
|
385
|
-
},
|
|
386
|
-
"simple-concat": {
|
|
387
|
-
"version": "1.0.1",
|
|
388
|
-
"resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
389
|
-
"integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q=="
|
|
390
|
-
},
|
|
391
|
-
"simple-get": {
|
|
392
|
-
"version": "4.0.1",
|
|
393
|
-
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
|
|
394
|
-
"integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
395
|
-
"requires": {
|
|
396
|
-
"decompress-response": "^6.0.0",
|
|
397
|
-
"once": "^1.3.1",
|
|
398
|
-
"simple-concat": "^1.0.0"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"simple-swizzle": {
|
|
402
|
-
"version": "0.2.2",
|
|
403
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
404
|
-
"integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
|
|
405
|
-
"requires": {
|
|
406
|
-
"is-arrayish": "^0.3.1"
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"string-width": {
|
|
410
|
-
"version": "1.0.2",
|
|
411
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
|
412
|
-
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
|
413
|
-
"requires": {
|
|
414
|
-
"code-point-at": "^1.0.0",
|
|
415
|
-
"is-fullwidth-code-point": "^1.0.0",
|
|
416
|
-
"strip-ansi": "^3.0.0"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"string_decoder": {
|
|
420
|
-
"version": "1.1.1",
|
|
421
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
422
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
423
|
-
"requires": {
|
|
424
|
-
"safe-buffer": "~5.1.0"
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
"strip-ansi": {
|
|
428
|
-
"version": "3.0.1",
|
|
429
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
430
|
-
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
|
431
|
-
"requires": {
|
|
432
|
-
"ansi-regex": "^2.0.0"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"strip-json-comments": {
|
|
436
|
-
"version": "2.0.1",
|
|
437
|
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
438
|
-
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
|
|
439
|
-
},
|
|
440
|
-
"tar-fs": {
|
|
441
|
-
"version": "2.1.1",
|
|
442
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
|
|
443
|
-
"integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
|
|
444
|
-
"requires": {
|
|
445
|
-
"chownr": "^1.1.1",
|
|
446
|
-
"mkdirp-classic": "^0.5.2",
|
|
447
|
-
"pump": "^3.0.0",
|
|
448
|
-
"tar-stream": "^2.1.4"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"tar-stream": {
|
|
452
|
-
"version": "2.2.0",
|
|
453
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
454
|
-
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
455
|
-
"requires": {
|
|
456
|
-
"bl": "^4.0.3",
|
|
457
|
-
"end-of-stream": "^1.4.1",
|
|
458
|
-
"fs-constants": "^1.0.0",
|
|
459
|
-
"inherits": "^2.0.3",
|
|
460
|
-
"readable-stream": "^3.1.1"
|
|
461
|
-
},
|
|
462
|
-
"dependencies": {
|
|
463
|
-
"readable-stream": {
|
|
464
|
-
"version": "3.6.0",
|
|
465
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
466
|
-
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
|
|
467
|
-
"requires": {
|
|
468
|
-
"inherits": "^2.0.3",
|
|
469
|
-
"string_decoder": "^1.1.1",
|
|
470
|
-
"util-deprecate": "^1.0.1"
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"tunnel-agent": {
|
|
476
|
-
"version": "0.6.0",
|
|
477
|
-
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
478
|
-
"integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
|
|
479
|
-
"requires": {
|
|
480
|
-
"safe-buffer": "^5.0.1"
|
|
481
|
-
}
|
|
482
|
-
},
|
|
483
|
-
"util-deprecate": {
|
|
484
|
-
"version": "1.0.2",
|
|
485
|
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
486
|
-
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
|
487
|
-
},
|
|
488
|
-
"wide-align": {
|
|
489
|
-
"version": "1.1.5",
|
|
490
|
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
491
|
-
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
492
|
-
"requires": {
|
|
493
|
-
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"wrappy": {
|
|
497
|
-
"version": "1.0.2",
|
|
498
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
499
|
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
|
500
|
-
},
|
|
501
|
-
"yallist": {
|
|
502
|
-
"version": "4.0.0",
|
|
503
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
504
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
}
|
package/dist/package.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@basemaps/lambda-tiler",
|
|
3
|
-
"version": "6.20.0",
|
|
4
|
-
"repository": {
|
|
5
|
-
"type": "git",
|
|
6
|
-
"url": "https://github.com/linz/basemaps.git",
|
|
7
|
-
"directory": "packages/lambda-tiler"
|
|
8
|
-
},
|
|
9
|
-
"author": {
|
|
10
|
-
"name": "Land Information New Zealand",
|
|
11
|
-
"url": "https://linz.govt.nz",
|
|
12
|
-
"organization": true
|
|
13
|
-
},
|
|
14
|
-
"engines": {
|
|
15
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16
|
-
},
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"access": "public"
|
|
19
|
-
},
|
|
20
|
-
"main": "./build/index.js",
|
|
21
|
-
"types": "./build/index.d.ts",
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@basemaps/config": "^6.18.0",
|
|
25
|
-
"@basemaps/geo": "^6.10.0",
|
|
26
|
-
"@basemaps/lambda": "^6.7.0",
|
|
27
|
-
"@basemaps/shared": "^6.20.0",
|
|
28
|
-
"@basemaps/tiler": "^6.20.0",
|
|
29
|
-
"@basemaps/tiler-sharp": "^6.20.0",
|
|
30
|
-
"@chunkd/fs": "^8.0.3",
|
|
31
|
-
"@cogeotiff/core": "^6.1.1",
|
|
32
|
-
"@cotar/core": "^5.1.1",
|
|
33
|
-
"@linzjs/geojson": "^6.10.0",
|
|
34
|
-
"@linzjs/lambda": "^2.0.0",
|
|
35
|
-
"p-limit": "^4.0.0",
|
|
36
|
-
"path-to-regexp": "^6.1.0",
|
|
37
|
-
"pixelmatch": "^5.1.0",
|
|
38
|
-
"sharp": "^0.29.3"
|
|
39
|
-
},
|
|
40
|
-
"bundle": {
|
|
41
|
-
"entry": "src/index.ts",
|
|
42
|
-
"outdir": "dist/",
|
|
43
|
-
"external": [
|
|
44
|
-
"aws-sdk",
|
|
45
|
-
"pino-pretty",
|
|
46
|
-
"sharp"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
|
-
"scripts": {
|
|
50
|
-
"test": "ospec --globs 'build/**/*.test.js'",
|
|
51
|
-
"bundle": "./bundle.sh"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@basemaps/attribution": "^6.17.0",
|
|
55
|
-
"@types/aws-lambda": "^8.10.75",
|
|
56
|
-
"@types/express": "^4.17.11",
|
|
57
|
-
"@types/node": "^14.11.2",
|
|
58
|
-
"@types/pixelmatch": "^5.0.0",
|
|
59
|
-
"@types/sharp": "^0.29.3",
|
|
60
|
-
"express": "^4.17.1",
|
|
61
|
-
"pretty-json-log": "^1.0.0"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|