package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules@4.2.2",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-modules@4.2.2",
  10. "_id": "postcss-modules@4.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/H08MGEmaalv/OU8j6bUKi/kZr2kqGF6huAW8m9UAgOLWtpFdhA14+gPBoymtqyv+D4MLsmqaF2zvIegdCxJXg==",
  13. "_location": "/postcss-modules",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-modules@4.2.2",
  19. "name": "postcss-modules",
  20. "escapedName": "postcss-modules",
  21. "rawSpec": "4.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-sfc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.2.2.tgz",
  29. "_spec": "4.2.2",
  30. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  31. "author": {
  32. "name": "Alexander Madyankin",
  33. "email": "alexander@madyankin.name"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/css-modules/postcss-modules/issues"
  37. },
  38. "dependencies": {
  39. "generic-names": "^2.0.1",
  40. "icss-replace-symbols": "^1.1.0",
  41. "lodash.camelcase": "^4.3.0",
  42. "postcss-modules-extract-imports": "^3.0.0",
  43. "postcss-modules-local-by-default": "^4.0.0",
  44. "postcss-modules-scope": "^3.0.0",
  45. "postcss-modules-values": "^4.0.0",
  46. "string-hash": "^1.1.1"
  47. },
  48. "description": "PostCSS plugin to use CSS Modules everywhere",
  49. "devDependencies": {
  50. "autoprefixer": "^10.0.2",
  51. "babel-cli": "^6.26.0",
  52. "babel-core": "^6.26.3",
  53. "babel-eslint": "^10.1.0",
  54. "babel-preset-env": "^1.7.0",
  55. "eslint": "^7.3.1",
  56. "eslint-plugin-import": "^2.21.2",
  57. "eslint-plugin-jest": "^23.17.0",
  58. "husky": "^4.2.5",
  59. "jest": "^26.0.1",
  60. "lint-staged": "^10.2.11",
  61. "postcss": "^8.1.9",
  62. "prettier": "^2.0.5"
  63. },
  64. "homepage": "https://github.com/css-modules/postcss-modules#readme",
  65. "keywords": [
  66. "postcss",
  67. "css",
  68. "postcss-plugin",
  69. "modules",
  70. "css modules",
  71. "components"
  72. ],
  73. "license": "MIT",
  74. "lint-staged": {
  75. "*.{json,md}": [
  76. "prettier --write",
  77. "git add"
  78. ],
  79. "*.js": [
  80. "prettier --write",
  81. "eslint --fix",
  82. "git add"
  83. ]
  84. },
  85. "main": "build/index.js",
  86. "name": "postcss-modules",
  87. "peerDependencies": {
  88. "postcss": "^8.0.0"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/css-modules/postcss-modules.git"
  93. },
  94. "require": "babel-core/register",
  95. "scripts": {
  96. "precommit": "lint-staged",
  97. "test": "make test"
  98. },
  99. "types": "index.d.ts",
  100. "version": "4.2.2"
  101. }