package.json 2.2 KB

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