11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "@npmcli/query",
31cb0ef41Sopenharmony_ci  "version": "3.1.0",
41cb0ef41Sopenharmony_ci  "description": "npm query parser and tools",
51cb0ef41Sopenharmony_ci  "main": "lib/index.js",
61cb0ef41Sopenharmony_ci  "scripts": {
71cb0ef41Sopenharmony_ci    "test": "tap",
81cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
91cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
101cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
111cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
121cb0ef41Sopenharmony_ci    "snap": "tap",
131cb0ef41Sopenharmony_ci    "posttest": "npm run lint"
141cb0ef41Sopenharmony_ci  },
151cb0ef41Sopenharmony_ci  "contributors": [
161cb0ef41Sopenharmony_ci    {
171cb0ef41Sopenharmony_ci      "name": "Ruy Adorno",
181cb0ef41Sopenharmony_ci      "url": "https://ruyadorno.com",
191cb0ef41Sopenharmony_ci      "twitter": "ruyadorno"
201cb0ef41Sopenharmony_ci    }
211cb0ef41Sopenharmony_ci  ],
221cb0ef41Sopenharmony_ci  "keywords": [
231cb0ef41Sopenharmony_ci    "ast",
241cb0ef41Sopenharmony_ci    "npm",
251cb0ef41Sopenharmony_ci    "npmcli",
261cb0ef41Sopenharmony_ci    "parser",
271cb0ef41Sopenharmony_ci    "postcss",
281cb0ef41Sopenharmony_ci    "postcss-selector-parser",
291cb0ef41Sopenharmony_ci    "query"
301cb0ef41Sopenharmony_ci  ],
311cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
321cb0ef41Sopenharmony_ci  "license": "ISC",
331cb0ef41Sopenharmony_ci  "files": [
341cb0ef41Sopenharmony_ci    "bin/",
351cb0ef41Sopenharmony_ci    "lib/"
361cb0ef41Sopenharmony_ci  ],
371cb0ef41Sopenharmony_ci  "engines": {
381cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
391cb0ef41Sopenharmony_ci  },
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.21.3",
431cb0ef41Sopenharmony_ci    "publish": true
441cb0ef41Sopenharmony_ci  },
451cb0ef41Sopenharmony_ci  "devDependencies": {
461cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
471cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.21.3",
481cb0ef41Sopenharmony_ci    "tap": "^16.2.0"
491cb0ef41Sopenharmony_ci  },
501cb0ef41Sopenharmony_ci  "dependencies": {
511cb0ef41Sopenharmony_ci    "postcss-selector-parser": "^6.0.10"
521cb0ef41Sopenharmony_ci  },
531cb0ef41Sopenharmony_ci  "repository": {
541cb0ef41Sopenharmony_ci    "type": "git",
551cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/query.git"
561cb0ef41Sopenharmony_ci  },
571cb0ef41Sopenharmony_ci  "tap": {
581cb0ef41Sopenharmony_ci    "nyc-arg": [
591cb0ef41Sopenharmony_ci      "--exclude",
601cb0ef41Sopenharmony_ci      "tap-snapshots/**"
611cb0ef41Sopenharmony_ci    ]
621cb0ef41Sopenharmony_ci  }
631cb0ef41Sopenharmony_ci}
64