package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "vuex@3.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_from": "vuex@3.1.0",
  9. "_id": "vuex@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Y0uBUVzwz+l2vR/+lgF1XlH4Q7k=",
  12. "_location": "/vuex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vuex@3.1.0",
  18. "name": "vuex",
  19. "escapedName": "vuex",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "/Users/lihai/jolijoli/pad_spa",
  30. "author": {
  31. "name": "Evan You"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/vuejs/vuex/issues"
  35. },
  36. "description": "state management for Vue.js",
  37. "devDependencies": {
  38. "babel-core": "^6.22.1",
  39. "babel-loader": "^7.1.2",
  40. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  41. "babel-polyfill": "^6.22.0",
  42. "babel-preset-env": "^1.5.1",
  43. "chromedriver": "^2.45.0",
  44. "cross-env": "^5.2.0",
  45. "cross-spawn": "^6.0.5",
  46. "css-loader": "^2.1.0",
  47. "eslint": "^5.12.0",
  48. "eslint-plugin-vue-libs": "^3.0.0",
  49. "express": "^4.14.1",
  50. "jasmine": "2.8.0",
  51. "jasmine-core": "2.8.0",
  52. "nightwatch": "^0.9.12",
  53. "nightwatch-helpers": "^1.2.0",
  54. "phantomjs-prebuilt": "^2.1.14",
  55. "rollup": "^1.1.0",
  56. "rollup-plugin-buble": "^0.19.6",
  57. "rollup-plugin-replace": "^2.1.0",
  58. "selenium-server": "^2.53.1",
  59. "todomvc-app-css": "^2.1.0",
  60. "typescript": "^3.2.2",
  61. "uglify-js": "^3.1.2",
  62. "vue": "^2.5.22",
  63. "vue-loader": "^15.2.1",
  64. "vue-template-compiler": "^2.5.22",
  65. "vuepress": "^0.14.1",
  66. "vuepress-theme-vue": "^1.1.0",
  67. "webpack": "^4.8.3",
  68. "webpack-dev-middleware": "^1.10.0",
  69. "webpack-hot-middleware": "^2.19.1"
  70. },
  71. "files": [
  72. "dist",
  73. "types/index.d.ts",
  74. "types/helpers.d.ts",
  75. "types/vue.d.ts"
  76. ],
  77. "homepage": "https://github.com/vuejs/vuex#readme",
  78. "license": "MIT",
  79. "main": "dist/vuex.common.js",
  80. "module": "dist/vuex.esm.js",
  81. "name": "vuex",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/vuejs/vuex.git"
  85. },
  86. "scripts": {
  87. "build": "npm run build:main && npm run build:logger",
  88. "build:logger": "rollup -c build/rollup.logger.config.js",
  89. "build:main": "node build/build.main.js",
  90. "dev": "node examples/server.js",
  91. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  92. "docs": "vuepress dev docs",
  93. "docs:build": "vuepress build docs",
  94. "lint": "eslint src test",
  95. "release": "bash build/release.sh",
  96. "test": "npm run lint && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e",
  97. "test:e2e": "node test/e2e/runner.js",
  98. "test:ssr": "rollup -c build/rollup.dev.config.js && cross-env VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
  99. "test:types": "tsc -p types/test",
  100. "test:unit": "rollup -c build/rollup.dev.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  101. },
  102. "typings": "types/index.d.ts",
  103. "unpkg": "dist/vuex.js",
  104. "version": "3.1.0"
  105. }