package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "sanitize.css@^10.0.0",
  3. "_id": "sanitize.css@10.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==",
  6. "_location": "/sanitize.css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sanitize.css@^10.0.0",
  12. "name": "sanitize.css",
  13. "escapedName": "sanitize.css",
  14. "rawSpec": "^10.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-normalize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
  22. "_shasum": "b5cb2547e96d8629a60947544665243b1dc3657a",
  23. "_spec": "sanitize.css@^10.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-normalize",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/csstools/sanitize.css/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com",
  37. "url": "http://jonathantneal.com/"
  38. },
  39. {
  40. "name": "Nicolas Gallagher",
  41. "email": "nicolas@nicolasgallagher.com",
  42. "url": "http://nicolasgallagher.com/"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "A best-practices CSS foundation",
  47. "devDependencies": {
  48. "stylelint": "^10.0.1",
  49. "stylelint-config-standard": "^18.3.0"
  50. },
  51. "files": [
  52. "forms.css",
  53. "page.css",
  54. "sanitize.css",
  55. "typography.css"
  56. ],
  57. "homepage": "https://github.com/csstools/sanitize.css#readme",
  58. "keywords": [
  59. "css",
  60. "normalizes",
  61. "sanitizes",
  62. "browsers",
  63. "fixes"
  64. ],
  65. "license": "CC0-1.0",
  66. "main": "sanitize.css",
  67. "name": "sanitize.css",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/csstools/sanitize.css.git"
  71. },
  72. "scripts": {
  73. "prepublishOnly": "npm test",
  74. "test": "stylelint *.css"
  75. },
  76. "style": "sanitize.css",
  77. "stylelint": {
  78. "extends": "stylelint-config-standard",
  79. "rules": {
  80. "font-family-no-duplicate-names": [
  81. true,
  82. {
  83. "ignoreFontFamilyNames": [
  84. "monospace"
  85. ]
  86. }
  87. ],
  88. "no-descending-specificity": [
  89. null
  90. ]
  91. }
  92. },
  93. "version": "10.0.0"
  94. }