12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "postcss-prefix-selector@1.7.2",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "postcss-prefix-selector@1.7.2",
- "_id": "postcss-prefix-selector@1.7.2",
- "_inBundle": false,
- "_integrity": "sha512-ddmzjWNmGs7E/nyolJ021/Gk6oBLRQLyyXKGV4Mu+Y0gquo+XlXSDP0/Y2J8C/cad/GLyftf2H0XtuDFQZxN3w==",
- "_location": "/postcss-prefix-selector",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-prefix-selector@1.7.2",
- "name": "postcss-prefix-selector",
- "escapedName": "postcss-prefix-selector",
- "rawSpec": "1.7.2",
- "saveSpec": null,
- "fetchSpec": "1.7.2"
- },
- "_requiredBy": [
- "/svg-baker"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-prefix-selector/-/postcss-prefix-selector-1.7.2.tgz",
- "_spec": "1.7.2",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/RadValentin/postcss-prefix-selector/issues"
- },
- "contributors": [
- {
- "name": "Valentin Radulescu",
- "email": "valentin@radulescu.me",
- "url": "https://valentin.io"
- }
- ],
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "description": "Prefix all CSS rules with a selector",
- "devDependencies": {
- "husky": "^2.0.0",
- "istanbul": "~0.4.5",
- "lint-staged": "^8.0.0",
- "mocha": "~6.1.0",
- "prettier": "^1.11.1"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/RadValentin/postcss-prefix-selector",
- "keywords": [
- "postcss",
- "prefix",
- "selectors",
- "postcss-plugin",
- "css",
- "selector",
- "plugin"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "prettier --write",
- "git add"
- ]
- },
- "name": "postcss-prefix-selector",
- "prettier": {
- "printWidth": 80,
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RadValentin/postcss-prefix-selector.git"
- },
- "scripts": {
- "lint": "prettier --write '**/*.{js,css}'",
- "precommit": "lint-staged",
- "test": "mocha",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "1.7.2"
- }
|