package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "vue-count-to@1.0.13",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "vue-count-to@1.0.13",
  9. "_id": "vue-count-to@1.0.13",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6R4OVBVNtQTlcbXu6SJ8ENR35M2/CdWt3Jmv57jOUM+1ojiFmjVGvZPH8DfHpMDSA+ITs+EW5V6qthADxeyYOQ==",
  12. "_location": "/vue-count-to",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-count-to@1.0.13",
  18. "name": "vue-count-to",
  19. "escapedName": "vue-count-to",
  20. "rawSpec": "1.0.13",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.13"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vue-count-to/download/vue-count-to-1.0.13.tgz",
  28. "_spec": "1.0.13",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Pan",
  32. "email": "panfree23@gmail.com"
  33. },
  34. "description": "It's a vue component that will count to a target number at a specified duration",
  35. "devDependencies": {
  36. "babel-core": "^6.0.0",
  37. "babel-eslint": "7.1.1",
  38. "babel-loader": "^6.0.0",
  39. "babel-plugin-transform-runtime": "^6.15.0",
  40. "babel-preset-es2015": "^6.14.0",
  41. "babel-preset-stage-2": "^6.13.0",
  42. "babel-runtime": "^6.11.6",
  43. "cross-env": "^3.0.0",
  44. "css-loader": "^0.25.0",
  45. "eslint": "3.14.1",
  46. "eslint-config-airbnb-base": "11.0.1",
  47. "eslint-friendly-formatter": "2.0.7",
  48. "eslint-import-resolver-webpack": "0.8.1",
  49. "eslint-loader": "1.6.1",
  50. "eslint-plugin-html": "2.0.0",
  51. "eslint-plugin-import": "2.2.0",
  52. "file-loader": "^0.9.0",
  53. "vue-loader": "^11.1.4",
  54. "vue-template-compiler": "^2.2.1",
  55. "webpack": "^2.2.0",
  56. "webpack-dev-server": "^2.2.0"
  57. },
  58. "homepage": "http://panjiachen.github.io/countTo/demo/",
  59. "license": "MIT",
  60. "main": "dist/vue-count-to.min.js",
  61. "name": "vue-count-to",
  62. "scripts": {
  63. "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
  64. "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --content-base='./demo/'"
  65. },
  66. "version": "1.0.13"
  67. }