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.

88 lines
2.4 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-scope@3.2.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-modules-scope@3.2.1",
  10. "_id": "postcss-modules-scope@3.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
  13. "_location": "/postcss-modules-scope",
  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-scope@3.2.1",
  22. "name": "postcss-modules-scope",
  23. "escapedName": "postcss-modules-scope",
  24. "rawSpec": "3.2.1",
  25. "saveSpec": null,
  26. "fetchSpec": "3.2.1"
  27. },
  28. "_requiredBy": [
  29. "/css-loader"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
  32. "_spec": "3.2.1",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Glen Maddern"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/css-modules/postcss-modules-scope/issues"
  39. },
  40. "dependencies": {
  41. "postcss-selector-parser": "^7.0.0"
  42. },
  43. "description": "A CSS Modules transform to extract export statements from local-scope classes",
  44. "devDependencies": {
  45. "coveralls": "^3.1.0",
  46. "eslint": "^7.9.0",
  47. "eslint-config-prettier": "^6.12.0",
  48. "husky": "^4.3.0",
  49. "jest": "^26.4.2",
  50. "lint-staged": "^10.4.0",
  51. "postcss": "^8.3.0",
  52. "prettier": "^2.1.2"
  53. },
  54. "engines": {
  55. "node": "^10 || ^12 || >= 14"
  56. },
  57. "files": [
  58. "src"
  59. ],
  60. "homepage": "https://github.com/css-modules/postcss-modules-scope",
  61. "keywords": [
  62. "css-modules",
  63. "postcss",
  64. "plugin"
  65. ],
  66. "license": "ISC",
  67. "main": "src/index.js",
  68. "name": "postcss-modules-scope",
  69. "peerDependencies": {
  70. "postcss": "^8.1.0"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/css-modules/postcss-modules-scope.git"
  75. },
  76. "scripts": {
  77. "eslint": "eslint --ignore-path .gitignore .",
  78. "lint": "yarn eslint && yarn prettier",
  79. "prepublishOnly": "yarn test",
  80. "pretest": "yarn lint",
  81. "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
  82. "test": "yarn test:coverage",
  83. "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
  84. "test:only": "jest",
  85. "test:watch": "jest --watch"
  86. },
  87. "version": "3.2.1"
  88. }