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.
66 lines
1.6 KiB
66 lines
1.6 KiB
3 years ago
|
{
|
||
|
"_from": "normalize.css@7.0.0",
|
||
|
"_id": "normalize.css@7.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-q/sd2CRwZ04DIrU86xqvQSk45L8=",
|
||
|
"_location": "/normalize.css",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "normalize.css@7.0.0",
|
||
|
"name": "normalize.css",
|
||
|
"escapedName": "normalize.css",
|
||
|
"rawSpec": "7.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "7.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-7.0.0.tgz",
|
||
|
"_shasum": "abfb1dd82470674e0322b53ceb1aaf412938e4bf",
|
||
|
"_spec": "normalize.css@7.0.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/necolas/normalize.css/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "A modern alternative to CSS resets",
|
||
|
"devDependencies": {
|
||
|
"stylelint": "^7.9.0",
|
||
|
"stylelint-config-standard": "^16.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE.md",
|
||
|
"normalize.css"
|
||
|
],
|
||
|
"homepage": "https://necolas.github.io/normalize.css",
|
||
|
"license": "MIT",
|
||
|
"main": "normalize.css",
|
||
|
"name": "normalize.css",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/necolas/normalize.css.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "stylelint normalize.css"
|
||
|
},
|
||
|
"style": "normalize.css",
|
||
|
"stylelint": {
|
||
|
"extends": "stylelint-config-standard",
|
||
|
"rules": {
|
||
|
"font-family-no-duplicate-names": [
|
||
|
true,
|
||
|
{
|
||
|
"ignoreFontFamilyNames": [
|
||
|
"monospace"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"version": "7.0.0"
|
||
|
}
|