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.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/sanitize.css/package.json

97 lines
2.3 KiB

{
"_args": [
[
"sanitize.css@10.0.0",
"/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server"
]
],
"_from": "sanitize.css@10.0.0",
"_id": "sanitize.css@10.0.0",
"_inBundle": false,
"_integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==",
"_location": "/sanitize.css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sanitize.css@10.0.0",
"name": "sanitize.css",
"escapedName": "sanitize.css",
"rawSpec": "10.0.0",
"saveSpec": null,
"fetchSpec": "10.0.0"
},
"_requiredBy": [
"/postcss-normalize"
],
"_resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
"_spec": "10.0.0",
"_where": "/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server",
"author": {
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com"
},
"bugs": {
"url": "https://github.com/csstools/sanitize.css/issues"
},
"contributors": [
{
"name": "Jonathan Neal",
"email": "jonathantneal@hotmail.com",
"url": "http://jonathantneal.com/"
},
{
"name": "Nicolas Gallagher",
"email": "nicolas@nicolasgallagher.com",
"url": "http://nicolasgallagher.com/"
}
],
"description": "A best-practices CSS foundation",
"devDependencies": {
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0"
},
"files": [
"forms.css",
"page.css",
"sanitize.css",
"typography.css"
],
"homepage": "https://github.com/csstools/sanitize.css#readme",
"keywords": [
"css",
"normalizes",
"sanitizes",
"browsers",
"fixes"
],
"license": "CC0-1.0",
"main": "sanitize.css",
"name": "sanitize.css",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/sanitize.css.git"
},
"scripts": {
"prepublishOnly": "npm test",
"test": "stylelint *.css"
},
"style": "sanitize.css",
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
],
"no-descending-specificity": [
null
]
}
},
"version": "10.0.0"
}