Cleanup node dependencies.

This commit is contained in:
Daniel Patterson 2021-01-26 14:45:50 -08:00
parent b6557b8cac
commit a051a7d27a
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B
2 changed files with 7374 additions and 6348 deletions

13729
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,11 +4,11 @@
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.14.1",
"node-cmake": "^2.3.2",
"mkdirp": "^0.5.5",
"nan": "^2.14.2",
"node-cmake": "^2.5.1",
"node-pre-gyp": "^0.12.0",
"rimraf": "^2.5.4"
"rimraf": "^2.7.1"
},
"browserify": {
"transform": [
@ -38,24 +38,23 @@
"node": ">=4.0.0"
},
"devDependencies": {
"ansi-escape-sequences": "^4.0.0",
"ansi-escape-sequences": "^5.1.2",
"aws-sdk": "~2.0.31",
"babel-plugin-transform-class-properties": "^6.24.1",
"chalk": "^1.1.3",
"command-line-args": "^5.0.2",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.4",
"csv-stringify": "^3.0.0",
"cucumber": "^1.2.1",
"d3-queue": "^2.0.3",
"docbox": "^1.0.11",
"documentation": "^4.0.0-rc.1",
"eslint": "^5.10.0",
"documentation": "^13.1.1",
"eslint": "^5.16.0",
"faucet": "^0.0.1",
"jsonpath": "^1.0.0",
"jsonpath": "^1.1.0",
"node-timeout": "0.0.4",
"polyline": "^0.2.0",
"request": "^2.88.0",
"tape": "^4.7.0",
"request": "^2.88.2",
"tape": "^4.13.3",
"turf": "^3.0.14",
"xmlbuilder": "^4.2.1"
},