package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "extract-text-webpack-plugin@^3.0.0",
  3. "_id": "extract-text-webpack-plugin@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==",
  6. "_location": "/extract-text-webpack-plugin",
  7. "_phantomChildren": {
  8. "co": "4.6.0",
  9. "fast-json-stable-stringify": "2.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "extract-text-webpack-plugin@^3.0.0",
  15. "name": "extract-text-webpack-plugin",
  16. "escapedName": "extract-text-webpack-plugin",
  17. "rawSpec": "^3.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^3.0.0"
  20. },
  21. "_requiredBy": [
  22. "#DEV:/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz",
  25. "_shasum": "5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7",
  26. "_spec": "extract-text-webpack-plugin@^3.0.0",
  27. "_where": "D:\\workSpace\\dealer_front",
  28. "author": {
  29. "name": "Tobias Koppers @sokra"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "async": "^2.4.1",
  37. "loader-utils": "^1.1.0",
  38. "schema-utils": "^0.3.0",
  39. "webpack-sources": "^1.0.1"
  40. },
  41. "deprecated": "Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin",
  42. "description": "Extract text from bundle into a file.",
  43. "devDependencies": {
  44. "babel-cli": "^6.26.0",
  45. "babel-jest": "^21.2.0",
  46. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  47. "babel-polyfill": "^6.26.0",
  48. "babel-preset-env": "^1.6.1",
  49. "cross-env": "^5.1.0",
  50. "css-loader": "^0.28.7",
  51. "del-cli": "^1.1.0",
  52. "eslint": "^4.9.0",
  53. "eslint-config-webpack": "^1.2.5",
  54. "eslint-plugin-import": "^2.8.0",
  55. "file-loader": "^1.1.5",
  56. "jest": "^21.2.1",
  57. "lint-staged": "^4.3.0",
  58. "nsp": "^2.8.1",
  59. "pre-commit": "^1.2.2",
  60. "raw-loader": "^0.5.1",
  61. "standard-version": "^4.2.0",
  62. "style-loader": "^0.19.0",
  63. "webpack": "^3.8.1",
  64. "webpack-defaults": "^1.6.0"
  65. },
  66. "engines": {
  67. "node": ">= 4.8 < 5.0.0 || >= 5.10"
  68. },
  69. "files": [
  70. "dist",
  71. "schema"
  72. ],
  73. "homepage": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
  74. "license": "MIT",
  75. "lint-staged": {
  76. "*.js": [
  77. "eslint --fix",
  78. "git add"
  79. ]
  80. },
  81. "main": "dist/cjs.js",
  82. "name": "extract-text-webpack-plugin",
  83. "peerDependencies": {
  84. "webpack": "^3.1.0"
  85. },
  86. "pre-commit": "lint-staged",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/webpack-contrib/extract-text-webpack-plugin.git"
  90. },
  91. "scripts": {
  92. "appveyor:test": "npm run test",
  93. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
  94. "build:example": "(cd example && webpack)",
  95. "clean": "del-cli dist",
  96. "lint": "eslint --cache src test",
  97. "lint-staged": "lint-staged",
  98. "prebuild": "npm run clean",
  99. "prepublish": "npm run build",
  100. "release": "standard-version",
  101. "security": "nsp check",
  102. "start": "npm run build -- -w",
  103. "test": "jest",
  104. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  105. "test:watch": "jest --watch",
  106. "travis:coverage": "npm run test:coverage -- --runInBand",
  107. "travis:lint": "npm run lint && npm run security",
  108. "travis:test": "npm run test -- --runInBand",
  109. "webpack-defaults": "webpack-defaults"
  110. },
  111. "version": "3.0.2"
  112. }