package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "postcss-modules-scope@^3.2.0",
  3. "_id": "postcss-modules-scope@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
  6. "_location": "/postcss-modules-scope",
  7. "_phantomChildren": {
  8. "cssesc": "3.0.0",
  9. "util-deprecate": "1.0.2"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-modules-scope@^3.2.0",
  15. "name": "postcss-modules-scope",
  16. "escapedName": "postcss-modules-scope",
  17. "rawSpec": "^3.2.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^3.2.0"
  20. },
  21. "_requiredBy": [
  22. "/css-loader"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
  25. "_shasum": "1bbccddcb398f1d7a511e0a2d1d047718af4078c",
  26. "_spec": "postcss-modules-scope@^3.2.0",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\css-loader",
  28. "author": {
  29. "name": "Glen Maddern"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/css-modules/postcss-modules-scope/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "postcss-selector-parser": "^7.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "A CSS Modules transform to extract export statements from local-scope classes",
  40. "devDependencies": {
  41. "coveralls": "^3.1.0",
  42. "eslint": "^7.9.0",
  43. "eslint-config-prettier": "^6.12.0",
  44. "husky": "^4.3.0",
  45. "jest": "^26.4.2",
  46. "lint-staged": "^10.4.0",
  47. "postcss": "^8.3.0",
  48. "prettier": "^2.1.2"
  49. },
  50. "engines": {
  51. "node": "^10 || ^12 || >= 14"
  52. },
  53. "files": [
  54. "src"
  55. ],
  56. "homepage": "https://github.com/css-modules/postcss-modules-scope",
  57. "keywords": [
  58. "css-modules",
  59. "postcss",
  60. "plugin"
  61. ],
  62. "license": "ISC",
  63. "main": "src/index.js",
  64. "name": "postcss-modules-scope",
  65. "peerDependencies": {
  66. "postcss": "^8.1.0"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/css-modules/postcss-modules-scope.git"
  71. },
  72. "scripts": {
  73. "eslint": "eslint --ignore-path .gitignore .",
  74. "lint": "yarn eslint && yarn prettier",
  75. "prepublishOnly": "yarn test",
  76. "pretest": "yarn lint",
  77. "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
  78. "test": "yarn test:coverage",
  79. "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
  80. "test:only": "jest",
  81. "test:watch": "jest --watch"
  82. },
  83. "version": "3.2.1"
  84. }