1{ 2 "name": "@npmcli/query", 3 "version": "3.1.0", 4 "description": "npm query parser and tools", 5 "main": "lib/index.js", 6 "scripts": { 7 "test": "tap", 8 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 9 "postlint": "template-oss-check", 10 "template-oss-apply": "template-oss-apply --force", 11 "lintfix": "npm run lint -- --fix", 12 "snap": "tap", 13 "posttest": "npm run lint" 14 }, 15 "contributors": [ 16 { 17 "name": "Ruy Adorno", 18 "url": "https://ruyadorno.com", 19 "twitter": "ruyadorno" 20 } 21 ], 22 "keywords": [ 23 "ast", 24 "npm", 25 "npmcli", 26 "parser", 27 "postcss", 28 "postcss-selector-parser", 29 "query" 30 ], 31 "author": "GitHub Inc.", 32 "license": "ISC", 33 "files": [ 34 "bin/", 35 "lib/" 36 ], 37 "engines": { 38 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 39 }, 40 "templateOSS": { 41 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 42 "version": "4.21.3", 43 "publish": true 44 }, 45 "devDependencies": { 46 "@npmcli/eslint-config": "^4.0.0", 47 "@npmcli/template-oss": "4.21.3", 48 "tap": "^16.2.0" 49 }, 50 "dependencies": { 51 "postcss-selector-parser": "^6.0.10" 52 }, 53 "repository": { 54 "type": "git", 55 "url": "https://github.com/npm/query.git" 56 }, 57 "tap": { 58 "nyc-arg": [ 59 "--exclude", 60 "tap-snapshots/**" 61 ] 62 } 63} 64