|
1 | 1 | {
|
2 | 2 | "author": "Stefan Goessner",
|
3 | 3 | "name": "jsonpath-plus",
|
4 |
| - "version": "6.0.0", |
| 4 | + "version": "6.0.1", |
5 | 5 | "type": "module",
|
6 | 6 | "main": "dist/index-node-cjs.cjs",
|
7 | 7 | "exports": {
|
|
67 | 67 | "core-js-bundle": "^3.15.2",
|
68 | 68 | "coveradge": "^0.7.0",
|
69 | 69 | "eslint": "^7.30.0",
|
70 |
| - "eslint-config-ash-nazg": "^30.0.1", |
| 70 | + "eslint-config-ash-nazg": "^30.1.0", |
71 | 71 | "eslint-config-standard": "^16.0.3",
|
72 | 72 | "eslint-plugin-array-func": "^3.1.7",
|
73 | 73 | "eslint-plugin-chai-expect": "^2.2.0",
|
|
82 | 82 | "eslint-plugin-no-use-extend-native": "^0.5.0",
|
83 | 83 | "eslint-plugin-node": "^11.1.0",
|
84 | 84 | "eslint-plugin-promise": "^5.1.0",
|
85 |
| - "eslint-plugin-sonarjs": "^0.8.0-125", |
| 85 | + "eslint-plugin-sonarjs": "^0.9.1", |
86 | 86 | "eslint-plugin-standard": "^4.1.0",
|
87 | 87 | "eslint-plugin-unicorn": "^34.0.1",
|
88 | 88 | "http-server": "^0.12.3",
|
|
144 | 144 | "mocha": "mocha --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test",
|
145 | 145 | "c8": "rm -Rf ./coverage && rm -Rf ./node_modules/.cache && c8 --all npm run mocha && npm run coverage-badge",
|
146 | 146 | "rollup": "rollup -c",
|
147 |
| - "eslint": "eslint --ext js,md,html .", |
| 147 | + "eslint": "eslint --ext js,cjs,md,html .", |
148 | 148 | "lint": "npm run eslint",
|
149 | 149 | "test": "npm run eslint && npm run rollup && npm run c8 && npm run typescript",
|
150 | 150 | "browser-test": "npm run eslint && npm run rollup && open-cli http://localhost:8084/test/ && npm start"
|
|
0 commit comments