package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "postcss-normalize@8.0.1",
  3. "_id": "postcss-normalize@8.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==",
  6. "_location": "/postcss-normalize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "postcss-normalize@8.0.1",
  12. "name": "postcss-normalize",
  13. "escapedName": "postcss-normalize",
  14. "rawSpec": "8.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "8.0.1"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-8.0.1.tgz",
  22. "_shasum": "90e80a7763d7fdf2da6f2f0f82be832ce4f66776",
  23. "_spec": "postcss-normalize@8.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/csstools/postcss-normalize/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@csstools/normalize.css": "^10.1.0",
  35. "browserslist": "^4.6.2",
  36. "postcss": "^7.0.17",
  37. "postcss-browser-comments": "^3.0.0",
  38. "sanitize.css": "^10.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
  42. "devDependencies": {
  43. "@babel/core": "^7.4.5",
  44. "@babel/plugin-syntax-import-meta": "^7.2.0",
  45. "@babel/preset-env": "^7.4.5",
  46. "babel-eslint": "^10.0.1",
  47. "eslint": "^5.16.0",
  48. "postcss-import": "^12.0.1",
  49. "postcss-tape": "^5.0.0",
  50. "pre-commit": "^1.2.2",
  51. "rollup": "^1.14.6",
  52. "rollup-plugin-babel": "^4.3.2"
  53. },
  54. "engines": {
  55. "node": ">=8.0.0"
  56. },
  57. "eslintConfig": {
  58. "env": {
  59. "browser": true,
  60. "es6": true,
  61. "node": true
  62. },
  63. "extends": "eslint:recommended",
  64. "parser": "babel-eslint",
  65. "parserOptions": {
  66. "ecmaVersion": 2018,
  67. "impliedStrict": true,
  68. "sourceType": "module"
  69. },
  70. "root": true
  71. },
  72. "files": [
  73. "index.cjs.js",
  74. "index.cjs.js.map",
  75. "index.esm.mjs",
  76. "index.esm.mjs.map"
  77. ],
  78. "homepage": "https://github.com/csstools/postcss-normalize#readme",
  79. "keywords": [
  80. "postcss",
  81. "css",
  82. "postcss-plugin",
  83. "normalizes",
  84. "browsers",
  85. "fixes"
  86. ],
  87. "license": "CC0-1.0",
  88. "main": "index.cjs.js",
  89. "module": "index.esm.mjs",
  90. "name": "postcss-normalize",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/csstools/postcss-normalize.git"
  94. },
  95. "scripts": {
  96. "build": "rollup --config .rollup.js --silent",
  97. "prepublishOnly": "npm test",
  98. "pretest:tape": "npm run build",
  99. "test": "npm run test:js && npm run test:tape",
  100. "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
  101. "test:tape": "postcss-tape"
  102. },
  103. "version": "8.0.1"
  104. }