package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "vue-style-loader@4.1.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-style-loader@4.1.3",
  10. "_id": "vue-style-loader@4.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
  13. "_location": "/vue-style-loader",
  14. "_phantomChildren": {
  15. "big.js": "5.2.2",
  16. "emojis-list": "3.0.0",
  17. "minimist": "1.2.6"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "vue-style-loader@4.1.3",
  23. "name": "vue-style-loader",
  24. "escapedName": "vue-style-loader",
  25. "rawSpec": "4.1.3",
  26. "saveSpec": null,
  27. "fetchSpec": "4.1.3"
  28. },
  29. "_requiredBy": [
  30. "/vue-loader"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
  33. "_spec": "4.1.3",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Evan You"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/vuejs/vue-style-loader/issues"
  40. },
  41. "dependencies": {
  42. "hash-sum": "^1.0.2",
  43. "loader-utils": "^1.0.2"
  44. },
  45. "description": "Vue.js style loader module for webpack",
  46. "devDependencies": {
  47. "babel-core": "^6.26.0",
  48. "babel-jest": "^22.1.0",
  49. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
  50. "conventional-changelog-cli": "^2.0.1",
  51. "jest": "^22.1.4"
  52. },
  53. "homepage": "https://github.com/vuejs/vue-style-loader#readme",
  54. "license": "MIT",
  55. "name": "vue-style-loader",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/vuejs/vue-style-loader.git"
  59. },
  60. "scripts": {
  61. "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
  62. "test": "jest"
  63. },
  64. "version": "4.1.3"
  65. }