package.json 2.8 KB

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