You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.6 KiB

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