package.json 2.3 KB

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