11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "npm-install-checks",
31cb0ef41Sopenharmony_ci  "version": "6.3.0",
41cb0ef41Sopenharmony_ci  "description": "Check the engines and platform fields in package.json",
51cb0ef41Sopenharmony_ci  "main": "lib/index.js",
61cb0ef41Sopenharmony_ci  "dependencies": {
71cb0ef41Sopenharmony_ci    "semver": "^7.1.1"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "devDependencies": {
101cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
111cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.19.0",
121cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
131cb0ef41Sopenharmony_ci  },
141cb0ef41Sopenharmony_ci  "scripts": {
151cb0ef41Sopenharmony_ci    "test": "tap",
161cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.js\"",
171cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
181cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
191cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
201cb0ef41Sopenharmony_ci    "snap": "tap",
211cb0ef41Sopenharmony_ci    "posttest": "npm run lint"
221cb0ef41Sopenharmony_ci  },
231cb0ef41Sopenharmony_ci  "repository": {
241cb0ef41Sopenharmony_ci    "type": "git",
251cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/npm-install-checks.git"
261cb0ef41Sopenharmony_ci  },
271cb0ef41Sopenharmony_ci  "keywords": [
281cb0ef41Sopenharmony_ci    "npm,",
291cb0ef41Sopenharmony_ci    "install"
301cb0ef41Sopenharmony_ci  ],
311cb0ef41Sopenharmony_ci  "license": "BSD-2-Clause",
321cb0ef41Sopenharmony_ci  "files": [
331cb0ef41Sopenharmony_ci    "bin/",
341cb0ef41Sopenharmony_ci    "lib/"
351cb0ef41Sopenharmony_ci  ],
361cb0ef41Sopenharmony_ci  "engines": {
371cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
401cb0ef41Sopenharmony_ci  "templateOSS": {
411cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
421cb0ef41Sopenharmony_ci    "version": "4.19.0",
431cb0ef41Sopenharmony_ci    "publish": "true"
441cb0ef41Sopenharmony_ci  },
451cb0ef41Sopenharmony_ci  "tap": {
461cb0ef41Sopenharmony_ci    "nyc-arg": [
471cb0ef41Sopenharmony_ci      "--exclude",
481cb0ef41Sopenharmony_ci      "tap-snapshots/**"
491cb0ef41Sopenharmony_ci    ]
501cb0ef41Sopenharmony_ci  }
511cb0ef41Sopenharmony_ci}
52