Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "extract-text-webpack-plugin@v4.0.0-beta.0",
  3. "_id": "extract-text-webpack-plugin@4.0.0-beta.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==",
  6. "_location": "/extract-text-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "extract-text-webpack-plugin@v4.0.0-beta.0",
  12. "name": "extract-text-webpack-plugin",
  13. "escapedName": "extract-text-webpack-plugin",
  14. "rawSpec": "v4.0.0-beta.0",
  15. "saveSpec": null,
  16. "fetchSpec": "v4.0.0-beta.0"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz",
  22. "_shasum": "f7361d7ff430b42961f8d1321ba8c1757b5d4c42",
  23. "_spec": "extract-text-webpack-plugin@v4.0.0-beta.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "async": "^2.4.1",
  34. "loader-utils": "^1.1.0",
  35. "schema-utils": "^0.4.5",
  36. "webpack-sources": "^1.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Extract text from bundle into a file.",
  40. "devDependencies": {
  41. "@commitlint/cli": "^5.2.8",
  42. "@commitlint/config-angular": "^5.1.1",
  43. "@webpack-contrib/eslint-config-webpack": "^2.0.2",
  44. "babel-cli": "^6.26.0",
  45. "babel-jest": "^22.2.2",
  46. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  47. "babel-polyfill": "^6.26.0",
  48. "babel-preset-env": "^1.6.1",
  49. "conventional-github-releaser": "^2.0.0",
  50. "cross-env": "^5.1.3",
  51. "css-loader": "^0.28.9",
  52. "del": "^3.0.0",
  53. "del-cli": "^1.1.0",
  54. "eslint": "^4.17.0",
  55. "eslint-plugin-import": "^2.8.0",
  56. "eslint-plugin-prettier": "^2.6.0",
  57. "file-loader": "^1.1.6",
  58. "husky": "^0.14.3",
  59. "jest": "^22.3.0",
  60. "lint-staged": "^6.1.0",
  61. "memory-fs": "^0.4.1",
  62. "nsp": "^3.1.0",
  63. "pre-commit": "^1.2.2",
  64. "prettier": "^1.10.2",
  65. "raw-loader": "^0.5.1",
  66. "standard-version": "^4.3.0",
  67. "style-loader": "^0.19.1",
  68. "webpack": "^4.0.0",
  69. "webpack-defaults": "^2.0.0-rc.4"
  70. },
  71. "engines": {
  72. "node": ">= 6.9.0 || >= 8.9.0"
  73. },
  74. "files": [
  75. "dist"
  76. ],
  77. "homepage": "https://github.com/webpack-contrib/extract-text-webpack-plugin",
  78. "jest": {
  79. "testEnvironment": "node"
  80. },
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.js": [
  84. "eslint --fix",
  85. "git add"
  86. ]
  87. },
  88. "main": "dist/cjs.js",
  89. "name": "extract-text-webpack-plugin",
  90. "peerDependencies": {
  91. "webpack": "^3.0.0 || ^4.0.0"
  92. },
  93. "pre-commit": "lint-staged",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/webpack-contrib/extract-text-webpack-plugin.git"
  97. },
  98. "scripts": {
  99. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  100. "ci:coverage": "npm run test:coverage -- --runInBand",
  101. "ci:lint": "npm run lint && npm run security",
  102. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  103. "ci:test": "npm run test -- --runInBand",
  104. "clean": "del-cli dist",
  105. "commitlint": "commitlint",
  106. "commitmsg": "commitlint -e $GIT_PARAMS",
  107. "defaults": "webpack-defaults",
  108. "lint": "eslint --cache src test",
  109. "lint-staged": "lint-staged",
  110. "prebuild": "npm run clean",
  111. "prepare": "npm run build",
  112. "release": "standard-version",
  113. "release:ci": "conventional-github-releaser -p angular",
  114. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  115. "security": "nsp check",
  116. "start": "npm run build -- -w",
  117. "test": "jest",
  118. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  119. "test:watch": "jest --watch"
  120. },
  121. "version": "4.0.0-beta.0"
  122. }