package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "icss-utils@5.1.0",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "icss-utils@5.1.0",
  10. "_id": "icss-utils@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  13. "_location": "/icss-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "icss-utils@5.1.0",
  19. "name": "icss-utils",
  20. "escapedName": "icss-utils",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-modules-local-by-default",
  27. "/postcss-modules-values"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  30. "_spec": "5.1.0",
  31. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  32. "author": {
  33. "name": "Glen Maddern"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/css-modules/icss-utils/issues"
  37. },
  38. "description": "ICSS utils for postcss ast",
  39. "devDependencies": {
  40. "coveralls": "^3.1.0",
  41. "eslint": "^7.9.0",
  42. "eslint-config-prettier": "^6.12.0",
  43. "husky": "^4.3.0",
  44. "jest": "^26.4.2",
  45. "lint-staged": "^10.4.0",
  46. "postcss": "^8.1.0",
  47. "prettier": "^2.1.2"
  48. },
  49. "engines": {
  50. "node": "^10 || ^12 || >= 14"
  51. },
  52. "files": [
  53. "src"
  54. ],
  55. "homepage": "https://github.com/css-modules/icss-utils#readme",
  56. "keywords": [
  57. "css",
  58. "modules",
  59. "icss",
  60. "postcss"
  61. ],
  62. "license": "ISC",
  63. "main": "src/index.js",
  64. "name": "icss-utils",
  65. "peerDependencies": {
  66. "postcss": "^8.1.0"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/css-modules/icss-utils.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": "5.1.0"
  84. }