package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_from": "css-loader@^2.1.1",
  3. "_id": "css-loader@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2CVPcuQSuyI4u0TdZ0/770lzM+o=",
  6. "_location": "/css-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "css-loader@^2.1.1",
  16. "name": "css-loader",
  17. "escapedName": "css-loader",
  18. "rawSpec": "^2.1.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.1.1"
  21. },
  22. "_requiredBy": [
  23. "#DEV:/"
  24. ],
  25. "_resolved": "https://registry.nlark.com/css-loader/download/css-loader-2.1.1.tgz",
  26. "_shasum": "d8254f72e412bb2238bb44dd674ffbef497333ea",
  27. "_spec": "css-loader@^2.1.1",
  28. "_where": "D:\\朗通信息\\icssDService",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "babel": {
  33. "presets": [
  34. [
  35. "@babel/preset-env",
  36. {
  37. "targets": {
  38. "node": "6.9.0"
  39. },
  40. "useBuiltIns": "usage"
  41. }
  42. ]
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/webpack-contrib/css-loader/issues"
  47. },
  48. "bundleDependencies": false,
  49. "commitlint": {
  50. "extends": [
  51. "@commitlint/config-conventional"
  52. ]
  53. },
  54. "dependencies": {
  55. "camelcase": "^5.2.0",
  56. "icss-utils": "^4.1.0",
  57. "loader-utils": "^1.2.3",
  58. "normalize-path": "^3.0.0",
  59. "postcss": "^7.0.14",
  60. "postcss-modules-extract-imports": "^2.0.0",
  61. "postcss-modules-local-by-default": "^2.0.6",
  62. "postcss-modules-scope": "^2.1.0",
  63. "postcss-modules-values": "^2.0.0",
  64. "postcss-value-parser": "^3.3.0",
  65. "schema-utils": "^1.0.0"
  66. },
  67. "deprecated": false,
  68. "description": "css loader module for webpack",
  69. "devDependencies": {
  70. "@babel/cli": "^7.1.5",
  71. "@babel/core": "^7.1.6",
  72. "@babel/polyfill": "^7.0.0",
  73. "@babel/preset-env": "^7.1.6",
  74. "@commitlint/cli": "^7.2.1",
  75. "@commitlint/config-conventional": "^7.1.2",
  76. "@webpack-contrib/defaults": "^3.0.0",
  77. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  78. "babel-jest": "^24.1.0",
  79. "cross-env": "^5.2.0",
  80. "del": "^4.0.0",
  81. "del-cli": "^1.1.0",
  82. "eslint": "^5.9.0",
  83. "eslint-plugin-import": "^2.14.0",
  84. "eslint-plugin-prettier": "^3.0.0",
  85. "file-loader": "^3.0.1",
  86. "husky": "^1.2.0",
  87. "jest": "^24.1.0",
  88. "lint-staged": "^8.1.0",
  89. "memory-fs": "^0.4.1",
  90. "postcss-loader": "^3.0.0",
  91. "postcss-preset-env": "^6.4.0",
  92. "prettier": "^1.15.2",
  93. "sass": "^1.15.1",
  94. "sass-loader": "^7.1.0",
  95. "standard-version": "^5.0.0",
  96. "strip-ansi": "^5.0.0",
  97. "webpack": "^4.26.1"
  98. },
  99. "engines": {
  100. "node": ">= 6.9.0"
  101. },
  102. "files": [
  103. "dist/",
  104. "lib/",
  105. "index.js"
  106. ],
  107. "homepage": "https://github.com/webpack-contrib/css-loader",
  108. "husky": {
  109. "hooks": {
  110. "pre-commit": "lint-staged"
  111. }
  112. },
  113. "keywords": [
  114. "webpack",
  115. "css",
  116. "loader",
  117. "url",
  118. "import"
  119. ],
  120. "license": "MIT",
  121. "lint-staged": {
  122. "*.js": [
  123. "eslint --fix",
  124. "git add"
  125. ]
  126. },
  127. "main": "dist/cjs.js",
  128. "name": "css-loader",
  129. "peerDependencies": {
  130. "webpack": "^4.0.0"
  131. },
  132. "prettier": {
  133. "singleQuote": true,
  134. "trailingComma": "es5",
  135. "arrowParens": "always"
  136. },
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/webpack-contrib/css-loader.git"
  140. },
  141. "scripts": {
  142. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  143. "ci:coverage": "npm run test:coverage -- --runInBand",
  144. "ci:lint": "npm run lint && npm run security",
  145. "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
  146. "ci:test": "npm run test:only -- --runInBand",
  147. "clean": "del-cli dist",
  148. "commitlint": "commitlint",
  149. "commitmsg": "commitlint -e $GIT_PARAMS",
  150. "defaults": "webpack-defaults",
  151. "lint": "eslint --cache src test",
  152. "prebuild": "npm run clean",
  153. "prepublish": "npm run build",
  154. "pretest": "npm run lint",
  155. "release": "standard-version",
  156. "security": "npm audit",
  157. "start": "npm run build -- -w",
  158. "test": "npm run test:only",
  159. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  160. "test:only": "jest",
  161. "test:watch": "jest --watch"
  162. },
  163. "version": "2.1.1"
  164. }