package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "normalize.css@7.0.0",
  3. "_id": "normalize.css@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-q/sd2CRwZ04DIrU86xqvQSk45L8=",
  6. "_location": "/normalize.css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "normalize.css@7.0.0",
  12. "name": "normalize.css",
  13. "escapedName": "normalize.css",
  14. "rawSpec": "7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-7.0.0.tgz",
  22. "_shasum": "abfb1dd82470674e0322b53ceb1aaf412938e4bf",
  23. "_spec": "normalize.css@7.0.0",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  25. "bugs": {
  26. "url": "https://github.com/necolas/normalize.css/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A modern alternative to CSS resets",
  31. "devDependencies": {
  32. "stylelint": "^7.9.0",
  33. "stylelint-config-standard": "^16.0.0"
  34. },
  35. "files": [
  36. "LICENSE.md",
  37. "normalize.css"
  38. ],
  39. "homepage": "https://necolas.github.io/normalize.css",
  40. "license": "MIT",
  41. "main": "normalize.css",
  42. "name": "normalize.css",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/necolas/normalize.css.git"
  46. },
  47. "scripts": {
  48. "test": "stylelint normalize.css"
  49. },
  50. "style": "normalize.css",
  51. "stylelint": {
  52. "extends": "stylelint-config-standard",
  53. "rules": {
  54. "font-family-no-duplicate-names": [
  55. true,
  56. {
  57. "ignoreFontFamilyNames": [
  58. "monospace"
  59. ]
  60. }
  61. ]
  62. }
  63. },
  64. "version": "7.0.0"
  65. }