package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "postcss-modules-local-by-default@^4.0.5",
  3. "_id": "postcss-modules-local-by-default@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
  6. "_location": "/postcss-modules-local-by-default",
  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-local-by-default@^4.0.5",
  15. "name": "postcss-modules-local-by-default",
  16. "escapedName": "postcss-modules-local-by-default",
  17. "rawSpec": "^4.0.5",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.5"
  20. },
  21. "_requiredBy": [
  22. "/css-loader"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
  25. "_shasum": "d150f43837831dae25e4085596e84f6f5d6ec368",
  26. "_spec": "postcss-modules-local-by-default@^4.0.5",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\css-loader",
  28. "author": {
  29. "name": "Mark Dalgleish"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "icss-utils": "^5.0.0",
  37. "postcss-selector-parser": "^7.0.0",
  38. "postcss-value-parser": "^4.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "A CSS Modules transform to make local scope the default",
  42. "devDependencies": {
  43. "coveralls": "^3.1.0",
  44. "eslint": "^7.10.0",
  45. "eslint-config-prettier": "^6.12.0",
  46. "husky": "^4.3.0",
  47. "jest": "^26.5.2",
  48. "lint-staged": "^10.4.0",
  49. "postcss": "^8.1.0",
  50. "prettier": "^2.1.2"
  51. },
  52. "engines": {
  53. "node": "^10 || ^12 || >= 14"
  54. },
  55. "files": [
  56. "src"
  57. ],
  58. "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  59. "keywords": [
  60. "css-modules",
  61. "postcss",
  62. "css",
  63. "postcss-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "src/index.js",
  67. "name": "postcss-modules-local-by-default",
  68. "peerDependencies": {
  69. "postcss": "^8.1.0"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  74. },
  75. "scripts": {
  76. "eslint": "eslint --ignore-path .gitignore .",
  77. "lint": "yarn eslint && yarn prettier",
  78. "prepublishOnly": "yarn lint && yarn test",
  79. "prettier": "prettier -l --ignore-path .gitignore .",
  80. "test": "yarn test:coverage",
  81. "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
  82. "test:only": "jest",
  83. "test:watch": "jest --watch"
  84. },
  85. "version": "4.2.0"
  86. }