123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_args": [
- [
- "vuex@3.0.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_from": "vuex@3.0.1",
- "_id": "vuex@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w==",
- "_location": "/vuex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vuex@3.0.1",
- "name": "vuex",
- "escapedName": "vuex",
- "rawSpec": "3.0.1",
- "saveSpec": null,
- "fetchSpec": "3.0.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vuex/-/vuex-3.0.1.tgz",
- "_spec": "3.0.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/vuex/issues"
- },
- "description": "state management for Vue.js",
- "devDependencies": {
- "babel-core": "^6.22.1",
- "babel-loader": "^7.1.2",
- "babel-plugin-transform-object-rest-spread": "^6.23.0",
- "babel-polyfill": "^6.22.0",
- "babel-preset-env": "^1.5.1",
- "chromedriver": "^2.32.3",
- "cross-spawn": "^5.0.1",
- "css-loader": "^0.28.7",
- "eslint": "^3.19.0",
- "eslint-plugin-vue-libs": "^1.2.0",
- "express": "^4.14.1",
- "gitbook-plugin-edit-link": "^2.0.2",
- "gitbook-plugin-github": "^3.0.0",
- "gitbook-plugin-prism": "^2.3.0",
- "gitbook-plugin-theme-vuejs": "^1.1.0",
- "jasmine": "2.8.0",
- "jasmine-core": "2.8.0",
- "nightwatch": "^0.9.12",
- "nightwatch-helpers": "^1.2.0",
- "phantomjs-prebuilt": "^2.1.14",
- "rollup": "^0.50.0",
- "rollup-plugin-buble": "^0.16.0",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-watch": "^4.3.1",
- "selenium-server": "^2.53.1",
- "todomvc-app-css": "^2.1.0",
- "typescript": "^2.5.3",
- "uglify-js": "^3.1.2",
- "vue": "^2.5.0",
- "vue-loader": "^13.3.0",
- "vue-template-compiler": "^2.5.0",
- "webpack": "^3.7.1",
- "webpack-dev-middleware": "^1.10.0",
- "webpack-hot-middleware": "^2.19.1"
- },
- "files": [
- "dist",
- "types/index.d.ts",
- "types/helpers.d.ts",
- "types/vue.d.ts"
- ],
- "homepage": "https://github.com/vuejs/vuex#readme",
- "license": "MIT",
- "main": "dist/vuex.common.js",
- "module": "dist/vuex.esm.js",
- "name": "vuex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vuex.git"
- },
- "scripts": {
- "build": "npm run build:main && npm run build:logger",
- "build:logger": "rollup -c build/rollup.logger.config.js",
- "build:main": "node build/build.main.js",
- "dev": "node examples/server.js",
- "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
- "docs": "cd docs && gitbook install && gitbook serve",
- "docs:deploy": "cd docs && ./deploy.sh",
- "lint": "eslint src test",
- "release": "bash build/release.sh",
- "test": "npm run lint && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e",
- "test:e2e": "node test/e2e/runner.js",
- "test:ssr": "rollup -c build/rollup.dev.config.js && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
- "test:types": "tsc -p types/test",
- "test:unit": "rollup -c build/rollup.dev.config.js && jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
- },
- "typings": "types/index.d.ts",
- "unpkg": "dist/vuex.js",
- "version": "3.0.1"
- }
|