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.

90 lines
2.3 KiB

4 years ago
{
"_from": "@csstools/normalize.css@^10.1.0",
"_id": "@csstools/normalize.css@10.1.0",
"_inBundle": false,
"_integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==",
"_location": "/@csstools/normalize.css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@csstools/normalize.css@^10.1.0",
"name": "@csstools/normalize.css",
"escapedName": "@csstools%2fnormalize.css",
"scope": "@csstools",
"rawSpec": "^10.1.0",
"saveSpec": null,
"fetchSpec": "^10.1.0"
},
"_requiredBy": [
"/postcss-normalize"
],
"_resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
"_shasum": "f0950bba18819512d42f7197e56c518aa491cf18",
"_spec": "@csstools/normalize.css@^10.1.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\postcss-normalize",
"author": {
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
"bugs": {
"url": "https://github.com/csstools/normalize.css/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com",
"url": "http://jonathantneal.com/"
},
{
"name": "Nicolas Gallagher",
"email": "nicolas@nicolasgallagher.com",
"url": "http://nicolasgallagher.com/"
}
],
"deprecated": false,
"description": "A cross-browser CSS foundation",
"devDependencies": {
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0"
},
"files": [
"normalize.css",
"opinionated.css"
],
"homepage": "https://github.com/csstools/normalize.css#readme",
"keywords": [
"css",
"normalizes",
"browsers",
"fixes"
],
"license": "CC0-1.0",
"main": "normalize.css",
"name": "@csstools/normalize.css",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/normalize.css.git"
},
"scripts": {
"prepublishOnly": "npm test",
"test": "stylelint normalize.css opinionated.css"
},
"style": "normalize.css",
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
]
}
},
"version": "10.1.0"
}