|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "postcss-selector-matches@4.0.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "postcss-selector-matches@4.0.0",
- "_id": "postcss-selector-matches@4.0.0",
- "_inBundle": false,
- "_integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
- "_location": "/postcss-selector-matches",
- "_phantomChildren": {
- "color-convert": "1.9.3",
- "escape-string-regexp": "1.0.5",
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-selector-matches@4.0.0",
- "name": "postcss-selector-matches",
- "escapedName": "postcss-selector-matches",
- "rawSpec": "4.0.0",
- "saveSpec": null,
- "fetchSpec": "4.0.0"
- },
- "_requiredBy": [
- "/postcss-preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
- "_spec": "4.0.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Maxime Thirouin"
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss-selector-matches/issues"
- },
- "dependencies": {
- "balanced-match": "^1.0.0",
- "postcss": "^7.0.2"
- },
- "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-plugin-add-module-exports": "^1.0.0",
- "babel-preset-env": "^1.7.0",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-stage-2": "^6.24.1",
- "babel-register": "^6.26.0",
- "eslint": "^5.6.0",
- "npmpub": "^4.1.0",
- "tape": "^4.9.1"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/postcss/postcss-selector-matches#readme",
- "keywords": [
- "postcss",
- "postcss-plugin",
- "selectors",
- "selector",
- "matches"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-selector-matches",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss-selector-matches.git"
- },
- "scripts": {
- "babelify": "babel src --out-dir dist",
- "lint": "eslint ./src/*.js ./test/*.js",
- "prepublish": "npm run babelify",
- "release": "npmpub",
- "tape": "tape -r babel-register test/*.js",
- "test": "npm run lint && npm run babelify && npm run tape"
- },
- "version": "4.0.0"
- }
|