|
1 | 1 | { |
2 | 2 | "name": "@npmcli/query", |
3 | | - "version": "3.1.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "npm query parser and tools", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "tap", |
8 | | - "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", |
| 8 | + "lint": "npm run eslint", |
9 | 9 | "postlint": "template-oss-check", |
10 | 10 | "template-oss-apply": "template-oss-apply --force", |
11 | | - "lintfix": "npm run lint -- --fix", |
| 11 | + "lintfix": "npm run eslint -- --fix", |
12 | 12 | "snap": "tap", |
13 | | - "posttest": "npm run lint" |
| 13 | + "posttest": "npm run lint", |
| 14 | + "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" |
14 | 15 | }, |
15 | 16 | "contributors": [ |
16 | 17 | { |
|
35 | 36 | "lib/" |
36 | 37 | ], |
37 | 38 | "engines": { |
38 | | - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| 39 | + "node": "^18.17.0 || >=20.5.0" |
39 | 40 | }, |
40 | 41 | "templateOSS": { |
41 | 42 | "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
42 | | - "version": "4.21.3", |
| 43 | + "version": "4.23.3", |
43 | 44 | "publish": true |
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | | - "@npmcli/eslint-config": "^4.0.0", |
47 | | - "@npmcli/template-oss": "4.21.3", |
| 47 | + "@npmcli/eslint-config": "^5.0.0", |
| 48 | + "@npmcli/template-oss": "4.23.3", |
48 | 49 | "tap": "^16.2.0" |
49 | 50 | }, |
50 | 51 | "dependencies": { |
51 | | - "postcss-selector-parser": "^6.0.10" |
| 52 | + "postcss-selector-parser": "^6.1.2" |
52 | 53 | }, |
53 | 54 | "repository": { |
54 | 55 | "type": "git", |
55 | | - "url": "https://github.com/npm/query.git" |
| 56 | + "url": "git+https://github.com/npm/query.git" |
56 | 57 | }, |
57 | 58 | "tap": { |
58 | 59 | "nyc-arg": [ |
|
0 commit comments