package.json 3.3 KB

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