|
1 | 1 | {
|
2 | 2 | "name": "gson-query",
|
3 |
| - "version": "4.3.1", |
| 3 | + "version": "4.4.0", |
4 | 4 | "description": "json-pointer utilities for querying and transforming data",
|
5 | 5 | "main": "lib/index.js",
|
6 | 6 | "types": "lib/index.d.ts",
|
|
18 | 18 | "debug": "devtool node_modules/mocha/bin/_mocha -qc -- --recursive test/unit/*.test.js"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "ebnf": "^1.6.3", |
| 21 | + "ebnf": "^1.9.0", |
22 | 22 | "gson-conform": "^1.0.3",
|
23 |
| - "gson-pointer": "^3.4.1" |
| 23 | + "gson-pointer": "^3.4.3" |
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@babel/core": "^7.6.2", |
27 |
| - "@babel/preset-env": "^7.6.2", |
28 |
| - "@types/node": "^12.12.4", |
29 |
| - "@typescript-eslint/eslint-plugin": "^2.6.0", |
30 |
| - "@typescript-eslint/parser": "^2.6.0", |
31 |
| - "babel-loader": "^8.0.6", |
| 26 | + "@babel/core": "^7.12.3", |
| 27 | + "@babel/preset-env": "^7.12.1", |
| 28 | + "@types/node": "^14.14.2", |
| 29 | + "@typescript-eslint/eslint-plugin": "^4.5.0", |
| 30 | + "@typescript-eslint/parser": "^4.5.0", |
| 31 | + "babel-loader": "^8.1.0", |
32 | 32 | "chai": "^4.2.0",
|
33 |
| - "eslint": "^6.4.0", |
34 |
| - "mocha": "^6.2.0", |
35 |
| - "nyc": "^14.1.1", |
36 |
| - "typescript": "^3.6.4", |
37 |
| - "uglifyjs-webpack-plugin": "^2.2.0", |
| 33 | + "eslint": "^7.12.0", |
| 34 | + "mocha": "^8.2.0", |
| 35 | + "nyc": "^15.1.0", |
| 36 | + "terser-webpack-plugin": "^5.0.1", |
| 37 | + "typescript": "^4.0.3", |
38 | 38 | "watch": "^1.0.1",
|
39 |
| - "webpack": "^4.41.0", |
40 |
| - "webpack-cli": "^3.3.9" |
| 39 | + "webpack": "^5.2.0", |
| 40 | + "webpack-cli": "^4.1.0" |
41 | 41 | },
|
42 | 42 | "keywords": [
|
43 | 43 | "query",
|
|
0 commit comments