package.json 1.0 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "vue-style-loader",
  3. "version": "4.1.2",
  4. "author": "Evan You",
  5. "description": "Vue.js style loader module for webpack",
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:vuejs/vue-style-loader.git"
  9. },
  10. "scripts": {
  11. "test": "jest",
  12. "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
  13. },
  14. "license": "MIT",
  15. "dependencies": {
  16. "hash-sum": "^1.0.2",
  17. "loader-utils": "^1.0.2"
  18. },
  19. "devDependencies": {
  20. "babel-core": "^6.26.0",
  21. "babel-jest": "^22.1.0",
  22. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
  23. "conventional-changelog-cli": "^2.0.1",
  24. "jest": "^22.1.4"
  25. },
  26. "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
  27. "_from": "vue-style-loader@4.1.2",
  28. "_resolved": "https://registry.npm.taobao.org/vue-style-loader/download/vue-style-loader-4.1.2.tgz?cache=0&sync_timestamp=1586263943341&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-style-loader%2Fdownload%2Fvue-style-loader-4.1.2.tgz"
  29. }