package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_from": "@stylelint/postcss-css-in-js@^0.37.2",
  3. "_id": "@stylelint/postcss-css-in-js@0.37.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==",
  6. "_location": "/@stylelint/postcss-css-in-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@stylelint/postcss-css-in-js@^0.37.2",
  12. "name": "@stylelint/postcss-css-in-js",
  13. "escapedName": "@stylelint%2fpostcss-css-in-js",
  14. "scope": "@stylelint",
  15. "rawSpec": "^0.37.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.37.2"
  18. },
  19. "_requiredBy": [
  20. "/stylelint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.3.tgz",
  23. "_shasum": "d149a385e07ae365b0107314c084cb6c11adbf49",
  24. "_spec": "@stylelint/postcss-css-in-js@^0.37.2",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  26. "author": {
  27. "name": "gucong3000"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stylelint/postcss-css-in-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/core": "^7.17.9"
  35. },
  36. "deprecated": false,
  37. "description": "PostCSS syntax for parsing CSS in JS literals",
  38. "devDependencies": {
  39. "@stylelint/prettier-config": "^2.0.0",
  40. "@stylelint/remark-preset": "^2.0.0",
  41. "autoprefixer": "^9.8.6",
  42. "codecov": "^3.8.3",
  43. "eslint": "^7.32.0",
  44. "eslint-config-prettier": "^8.3.0",
  45. "eslint-config-stylelint": "^13.1.0",
  46. "husky": "^7.0.2",
  47. "is-ci": "^3.0.0",
  48. "jest": "^26.6.3",
  49. "json5": "^2.2.0",
  50. "lint-staged": "^11.1.2",
  51. "np": "^7.5.0",
  52. "npm-run-all": "^4.1.5",
  53. "pinst": "^2.1.6",
  54. "postcss": ">=7.0.32",
  55. "postcss-parser-tests": "^6.5.0",
  56. "postcss-safe-parser": "^4.0.2",
  57. "postcss-syntax": ">=0.36.2",
  58. "prettier": "^2.4.1",
  59. "remark-cli": "^9.0.0"
  60. },
  61. "eslintConfig": {
  62. "extends": [
  63. "stylelint"
  64. ]
  65. },
  66. "files": [
  67. "*.js"
  68. ],
  69. "homepage": "https://github.com/stylelint/postcss-css-in-js#readme",
  70. "husky": {
  71. "hooks": {
  72. "pre-commit": "lint-staged"
  73. }
  74. },
  75. "jest": {
  76. "collectCoverage": true,
  77. "collectCoverageFrom": [
  78. "**/*.js",
  79. "!coverage/**",
  80. "!test{,s}/**",
  81. "!**/.{prettier,eslint,mocha}rc.{js,cjs}"
  82. ],
  83. "testMatch": [
  84. "**/test/*.js",
  85. "**/test/**/*.test.js"
  86. ]
  87. },
  88. "keywords": [
  89. "postcss",
  90. "syntax",
  91. "emotion",
  92. "aphrodite",
  93. "glamor",
  94. "glamorous",
  95. "react-native",
  96. "react-style",
  97. "reactcss",
  98. "styled-components",
  99. "styletron-react",
  100. "typestyle",
  101. "css-in-js",
  102. "css"
  103. ],
  104. "license": "MIT",
  105. "lint-staged": {
  106. "*.js": "eslint --cache --fix",
  107. "*.{js,md,yml}": "prettier --write"
  108. },
  109. "main": "index.js",
  110. "name": "@stylelint/postcss-css-in-js",
  111. "peerDependencies": {
  112. "postcss": ">=7.0.0",
  113. "postcss-syntax": ">=0.36.2"
  114. },
  115. "prettier": "@stylelint/prettier-config",
  116. "publishConfig": {
  117. "access": "public"
  118. },
  119. "remarkConfig": {
  120. "plugins": [
  121. "@stylelint/remark-preset"
  122. ]
  123. },
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/stylelint/postcss-css-in-js.git"
  127. },
  128. "scripts": {
  129. "_postinstall": "is-ci || husky install",
  130. "format": "prettier . --write",
  131. "lint": "npm-run-all --parallel lint:*",
  132. "lint:formatting": "prettier . --check",
  133. "lint:js": "eslint . --cache --max-warnings=0",
  134. "lint:md": "remark . --quiet --frail",
  135. "postpublish": "pinst --enable",
  136. "prepublishOnly": "pinst --disable",
  137. "release": "np",
  138. "test": "jest",
  139. "watch": "jest --watch"
  140. },
  141. "version": "0.37.3"
  142. }