hensei-web/node_modules/@csstools/normalize.css/package.json
2020-09-11 06:44:42 -07:00

96 lines
2.5 KiB
JSON

{
"_from": "@csstools/normalize.css@*",
"_id": "@csstools/normalize.css@11.0.1",
"_inBundle": false,
"_integrity": "sha512-kUlWZHQkll+lOlYdj7dg8XwziO9WALkfG2dAXLITZMB8gO99CXQBH5W/HleXC3YwWFWXVxe1UClMk/2qsB9oAw==",
"_location": "/@csstools/normalize.css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@csstools/normalize.css@*",
"name": "@csstools/normalize.css",
"escapedName": "@csstools%2fnormalize.css",
"scope": "@csstools",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/postcss-normalize"
],
"_resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-11.0.1.tgz",
"_shasum": "31ffab0bff5f4f09551e059359bc1977ac83a974",
"_spec": "@csstools/normalize.css@*",
"_where": "/Users/justin/Code/granblue/hensei-web/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/"
},
{
"name": "Luciano Battagliero",
"email": "lucianobattagliero+git@gmail.com",
"url": "https://lucianobattagliero.com/"
}
],
"deprecated": false,
"description": "A cross-browser CSS foundation",
"devDependencies": {
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"files": [
"normalize.css",
"evergreen.css",
"opinionated.css",
"opinionated.evergreen.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 evergreen.css opinionated.css opinionated.evergreen.css"
},
"style": "normalize.css",
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
]
}
},
"version": "11.0.1"
}