package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "icss-utils@5.1.0",
  5. "/Users/mac/projects/mime/mine"
  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. "/css-loader",
  27. "/postcss-modules-local-by-default",
  28. "/postcss-modules-values"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz",
  31. "_spec": "5.1.0",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "author": {
  34. "name": "Glen Maddern"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/css-modules/icss-utils/issues"
  38. },
  39. "description": "ICSS utils for postcss ast",
  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.1.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/icss-utils#readme",
  57. "keywords": [
  58. "css",
  59. "modules",
  60. "icss",
  61. "postcss"
  62. ],
  63. "license": "ISC",
  64. "main": "src/index.js",
  65. "name": "icss-utils",
  66. "peerDependencies": {
  67. "postcss": "^8.1.0"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/css-modules/icss-utils.git"
  72. },
  73. "scripts": {
  74. "eslint": "eslint --ignore-path .gitignore .",
  75. "lint": "yarn eslint && yarn prettier",
  76. "prepublishOnly": "yarn test",
  77. "pretest": "yarn lint",
  78. "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
  79. "test": "yarn test:coverage",
  80. "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
  81. "test:only": "jest",
  82. "test:watch": "jest --watch"
  83. },
  84. "version": "5.1.0"
  85. }