PC/node_modules/vue-style-loader/package.json
2026-01-26 23:20:48 +08:00

22 lines
424 B
JSON

{
"name": "vue-style-loader",
"version": "3.1.2",
"author": "Evan You",
"description": "Vue.js style loader module for webpack",
"repository": {
"type": "git",
"url": "git@github.com:vuejs/vue-style-loader.git"
},
"scripts": {
"test": "jest"
},
"license": "MIT",
"dependencies": {
"hash-sum": "^1.0.2",
"loader-utils": "^1.0.2"
},
"devDependencies": {
"jest": "^18.1.0"
}
}