|
1 | 1 | {
|
2 | 2 | "name": "@npmcli/installed-package-contents",
|
3 |
| - "version": "2.1.0", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
|
5 | 5 | "author": "GitHub Inc.",
|
6 | 6 | "main": "lib/index.js",
|
|
11 | 11 | "scripts": {
|
12 | 12 | "test": "tap",
|
13 | 13 | "snap": "tap",
|
14 |
| - "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", |
| 14 | + "lint": "npm run eslint", |
15 | 15 | "postlint": "template-oss-check",
|
16 | 16 | "template-oss-apply": "template-oss-apply --force",
|
17 |
| - "lintfix": "npm run lint -- --fix", |
18 |
| - "posttest": "npm run lint" |
| 17 | + "lintfix": "npm run eslint -- --fix", |
| 18 | + "posttest": "npm run lint", |
| 19 | + "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" |
19 | 20 | },
|
20 | 21 | "devDependencies": {
|
21 |
| - "@npmcli/eslint-config": "^4.0.0", |
22 |
| - "@npmcli/template-oss": "4.21.4", |
| 22 | + "@npmcli/eslint-config": "^5.0.0", |
| 23 | + "@npmcli/template-oss": "4.23.3", |
23 | 24 | "tap": "^16.3.0"
|
24 | 25 | },
|
25 | 26 | "dependencies": {
|
26 |
| - "npm-bundled": "^3.0.0", |
27 |
| - "npm-normalize-package-bin": "^3.0.0" |
| 27 | + "npm-bundled": "^4.0.0", |
| 28 | + "npm-normalize-package-bin": "^4.0.0" |
28 | 29 | },
|
29 | 30 | "repository": {
|
30 | 31 | "type": "git",
|
31 |
| - "url": "https://github.com/npm/installed-package-contents.git" |
| 32 | + "url": "git+https://github.com/npm/installed-package-contents.git" |
32 | 33 | },
|
33 | 34 | "files": [
|
34 | 35 | "bin/",
|
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.4", |
| 43 | + "version": "4.23.3", |
43 | 44 | "publish": true
|
44 | 45 | },
|
45 | 46 | "tap": {
|
|
0 commit comments