package.json 2.5 KB

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