package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "style-loader@^1.1.3",
  3. "_id": "style-loader@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rlkH7X/22yuwFYK357fMN/BxYOorfnfq0eD7+vqlemSK4wEcejFF1dg4zxP0euBW8NrYx2WZzZ8PPFevr7D+Kw==",
  6. "_location": "/style-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.12.0",
  9. "ajv-keywords": "3.4.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "style-loader@^1.1.3",
  15. "name": "style-loader",
  16. "escapedName": "style-loader",
  17. "rawSpec": "^1.1.3",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.1.3"
  20. },
  21. "_requiredBy": [
  22. "#DEV:/",
  23. "#USER"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.1.3.tgz",
  26. "_shasum": "9e826e69c683c4d9bf9db924f85e9abb30d5e200",
  27. "_spec": "style-loader@^1.1.3",
  28. "_where": "G:\\micro\\react\\cld2_react",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack-contrib/style-loader/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "loader-utils": "^1.2.3",
  38. "schema-utils": "^2.6.4"
  39. },
  40. "deprecated": false,
  41. "description": "style loader module for webpack",
  42. "devDependencies": {
  43. "@babel/cli": "^7.8.3",
  44. "@babel/core": "^7.8.3",
  45. "@babel/preset-env": "^7.8.3",
  46. "@commitlint/cli": "^8.3.5",
  47. "@commitlint/config-conventional": "^8.3.4",
  48. "@webpack-contrib/defaults": "^6.3.0",
  49. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  50. "babel-jest": "^24.9.0",
  51. "commitlint-azure-pipelines-cli": "^1.0.3",
  52. "cross-env": "^6.0.3",
  53. "css-loader": "^3.4.2",
  54. "del": "^5.1.0",
  55. "del-cli": "^3.0.0",
  56. "es-check": "^5.1.0",
  57. "eslint": "^6.8.0",
  58. "eslint-config-prettier": "^6.9.0",
  59. "eslint-plugin-import": "^2.20.0",
  60. "file-loader": "^5.0.2",
  61. "husky": "^3.1.0",
  62. "jest": "^24.9.0",
  63. "jest-junit": "^10.0.0",
  64. "jsdom": "^15.2.1",
  65. "lint-staged": "^9.5.0",
  66. "memfs": "^3.0.4",
  67. "npm-run-all": "^4.1.5",
  68. "prettier": "^1.19.1",
  69. "sass": "^1.24.5",
  70. "sass-loader": "^8.0.2",
  71. "semver": "^7.1.1",
  72. "standard-version": "^7.0.1",
  73. "webpack": "^4.41.5",
  74. "webpack-cli": "^3.3.10",
  75. "webpack-dev-server": "^3.10.1"
  76. },
  77. "engines": {
  78. "node": ">= 8.9.0"
  79. },
  80. "files": [
  81. "dist"
  82. ],
  83. "funding": {
  84. "type": "opencollective",
  85. "url": "https://opencollective.com/webpack"
  86. },
  87. "homepage": "https://github.com/webpack-contrib/style-loader",
  88. "keywords": [
  89. "webpack"
  90. ],
  91. "license": "MIT",
  92. "main": "dist/cjs.js",
  93. "name": "style-loader",
  94. "peerDependencies": {
  95. "webpack": "^4.0.0 || ^5.0.0"
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/webpack-contrib/style-loader.git"
  100. },
  101. "scripts": {
  102. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  103. "clean": "del-cli dist",
  104. "commitlint": "commitlint --from=master",
  105. "defaults": "webpack-defaults",
  106. "lint": "npm-run-all -l -p \"lint:**\"",
  107. "lint:js": "eslint --cache .",
  108. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  109. "postbuild": "npm run validate:runtime",
  110. "prebuild": "npm run clean",
  111. "prepare": "npm run build",
  112. "pretest": "npm run lint",
  113. "release": "standard-version",
  114. "security": "npm audit",
  115. "start": "npm run build -- -w",
  116. "test": "npm run test:coverage",
  117. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  118. "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
  119. "test:only": "cross-env NODE_ENV=test jest",
  120. "test:watch": "npm run test:only -- --watch",
  121. "validate:runtime": "es-check es3 \"dist/runtime/**/*.js\""
  122. },
  123. "version": "1.1.3"
  124. }