87 lines
2.6 KiB
JSON
87 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"modern-normalize@1.1.0",
|
|
"/d"
|
|
]
|
|
],
|
|
"_from": "modern-normalize@1.1.0",
|
|
"_id": "modern-normalize@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==",
|
|
"_location": "/modern-normalize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "modern-normalize@1.1.0",
|
|
"name": "modern-normalize",
|
|
"escapedName": "modern-normalize",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/tailwindcss"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/modern-normalize/-/modern-normalize-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/d",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/modern-normalize/issues"
|
|
},
|
|
"description": "Normalize browsers' default style",
|
|
"devDependencies": {
|
|
"http-server": "^0.12.0",
|
|
"replace-in-files-cli": "^0.3.0",
|
|
"stylelint": "^12.0.0",
|
|
"stylelint-config-xo": "^0.16.0",
|
|
"testcafe": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"modern-normalize.css"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/modern-normalize#readme",
|
|
"keywords": [
|
|
"normalize",
|
|
"css",
|
|
"reset",
|
|
"browser",
|
|
"style"
|
|
],
|
|
"license": "MIT",
|
|
"main": "modern-normalize.css",
|
|
"name": "modern-normalize",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/modern-normalize.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:stylelint",
|
|
"test:all": "npm run test:stylelint && npm run test:chrome && npm run test:firefox && npm run test:safari",
|
|
"test:chrome": "testcafe chrome:headless test/acceptance/chrome --app \"http-server . --silent\"",
|
|
"test:firefox": "testcafe firefox:headless test/acceptance/firefox --app \"http-server . --silent\"",
|
|
"test:safari": "testcafe safari test/acceptance/safari --app \"http-server . --silent\"",
|
|
"test:stylelint": "stylelint modern-normalize.css",
|
|
"version": "replace-in-files --regex='v\\d+\\.\\d+\\.\\d+' --replacement=v$npm_package_version modern-normalize.css && git add ."
|
|
},
|
|
"style": "modern-normalize.css",
|
|
"stylelint": {
|
|
"extends": "stylelint-config-xo",
|
|
"rules": {
|
|
"no-duplicate-selectors": null,
|
|
"no-descending-specificity": null,
|
|
"property-no-vendor-prefix": null
|
|
}
|
|
},
|
|
"version": "1.1.0"
|
|
}
|