You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

118 lines
3.1 KiB

{
"_args": [
[
"postcss-selector-parser@6.0.13",
"D:\\Project\\DaPing"
]
],
"_from": "postcss-selector-parser@6.0.13",
"_id": "postcss-selector-parser@6.0.13",
"_inBundle": false,
"_integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
"_location": "/postcss-selector-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-selector-parser@6.0.13",
"name": "postcss-selector-parser",
"escapedName": "postcss-selector-parser",
"rawSpec": "6.0.13",
"saveSpec": null,
"fetchSpec": "6.0.13"
},
"_requiredBy": [
"/@dcloudio/uni-app-plus",
"/@dcloudio/uni-cli-shared",
"/@dcloudio/uni-h5",
"/postcss-modules-local-by-default",
"/postcss-modules-scope"
],
"_resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
"_spec": "6.0.13",
"_where": "D:\\Project\\DaPing",
"ava": {
"require": [
"@babel/register"
],
"concurrency": 5,
"timeout": "25s",
"nodeArguments": []
},
"bugs": {
"url": "https://github.com/postcss/postcss-selector-parser/issues"
},
"contributors": [
{
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
{
"name": "Chris Eppstein",
"email": "chris@eppsteins.net",
"url": "http://twitter.com/chriseppstein"
}
],
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"description": "> Selector parser with built in methods for working with selector strings.",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.11.5",
"@babel/eslint-plugin": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"ava": "^5.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"coveralls": "^3.1.0",
"del-cli": "^5.0.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"glob": "^8.0.3",
"minimist": "^1.2.5",
"nyc": "^15.1.0",
"postcss": "^8.0.0",
"semver": "^7.3.2",
"typescript": "^4.0.3"
},
"engines": {
"node": ">=4"
},
"files": [
"API.md",
"CHANGELOG.md",
"LICENSE-MIT",
"dist",
"postcss-selector-parser.d.ts",
"!**/__tests__"
],
"homepage": "https://github.com/postcss/postcss-selector-parser",
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-selector-parser",
"nyc": {
"exclude": [
"node_modules",
"**/__tests__"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-selector-parser.git"
},
"scripts": {
"lintfix": "eslint --fix src",
"prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src && tsc --noEmit postcss-selector-parser.d.ts",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__/*.mjs",
"testone": "ava"
},
"types": "postcss-selector-parser.d.ts",
"version": "6.0.13"
}