forked from zhurui/management
98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-prefix-selector@1.7.2",
|
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
|
]
|
|
],
|
|
"_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": {
|
|
"color-convert": "1.9.3",
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-flag": "3.0.0"
|
|
},
|
|
"_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": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
|
"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"
|
|
}
|