2022-08-04 21:23:58 -07:00
|
|
|
{
|
|
|
|
"name": "@npmcli/query",
|
2024-10-05 06:54:06 -07:00
|
|
|
"version": "4.0.0",
|
2022-08-04 21:23:58 -07:00
|
|
|
"description": "npm query parser and tools",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "tap",
|
2024-10-05 06:54:06 -07:00
|
|
|
"lint": "npm run eslint",
|
2022-08-04 21:23:58 -07:00
|
|
|
"postlint": "template-oss-check",
|
|
|
|
"template-oss-apply": "template-oss-apply --force",
|
2024-10-05 06:54:06 -07:00
|
|
|
"lintfix": "npm run eslint -- --fix",
|
2022-08-04 21:23:58 -07:00
|
|
|
"snap": "tap",
|
2024-10-05 06:54:06 -07:00
|
|
|
"posttest": "npm run lint",
|
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
2022-08-04 21:23:58 -07:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ruy Adorno",
|
|
|
|
"url": "https://ruyadorno.com",
|
|
|
|
"twitter": "ruyadorno"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"ast",
|
|
|
|
"npm",
|
|
|
|
"npmcli",
|
|
|
|
"parser",
|
|
|
|
"postcss",
|
|
|
|
"postcss-selector-parser",
|
|
|
|
"query"
|
|
|
|
],
|
|
|
|
"author": "GitHub Inc.",
|
|
|
|
"license": "ISC",
|
|
|
|
"files": [
|
|
|
|
"bin/",
|
|
|
|
"lib/"
|
|
|
|
],
|
|
|
|
"engines": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"node": "^18.17.0 || >=20.5.0"
|
2022-08-04 21:23:58 -07:00
|
|
|
},
|
|
|
|
"templateOSS": {
|
|
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
2024-10-05 06:54:06 -07:00
|
|
|
"version": "4.23.3",
|
2023-10-13 06:55:37 -07:00
|
|
|
"publish": true
|
2022-08-04 21:23:58 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.0",
|
|
|
|
"@npmcli/template-oss": "4.23.3",
|
2022-08-04 21:23:58 -07:00
|
|
|
"tap": "^16.2.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"postcss-selector-parser": "^6.1.2"
|
2022-08-04 21:23:58 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-10-05 06:54:06 -07:00
|
|
|
"url": "git+https://github.com/npm/query.git"
|
2022-12-06 22:18:33 -05:00
|
|
|
},
|
|
|
|
"tap": {
|
|
|
|
"nyc-arg": [
|
|
|
|
"--exclude",
|
|
|
|
"tap-snapshots/**"
|
|
|
|
]
|
2022-08-04 21:23:58 -07:00
|
|
|
}
|
|
|
|
}
|