|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- {
- "_from": "vue",
- "_id": "vue@2.5.17",
- "_inBundle": false,
- "_integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==",
- "_location": "/vue",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vue",
- "name": "vue",
- "escapedName": "vue",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz",
- "_shasum": "0f8789ad718be68ca1872629832ed533589c6ada",
- "_spec": "vue",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/vue/issues"
- },
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "deprecated": false,
- "description": "Reactive, component-oriented view layer for modern web interfaces.",
- "devDependencies": {
- "@types/node": "^8.0.33",
- "@types/webpack": "^3.0.13",
- "acorn": "^5.2.1",
- "babel-core": "^6.25.0",
- "babel-eslint": "^8.0.3",
- "babel-helper-vue-jsx-merge-props": "^2.0.2",
- "babel-loader": "^7.0.0",
- "babel-plugin-istanbul": "^4.1.4",
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
- "babel-plugin-syntax-jsx": "^6.18.0",
- "babel-plugin-transform-vue-jsx": "^3.4.3",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-flow-vue": "^1.0.0",
- "buble": "^0.19.3",
- "chalk": "^2.3.0",
- "chromedriver": "^2.30.1",
- "codecov": "^3.0.0",
- "commitizen": "^2.9.6",
- "conventional-changelog": "^1.1.3",
- "cross-spawn": "^5.1.0",
- "cz-conventional-changelog": "^2.0.0",
- "de-indent": "^1.0.2",
- "es6-promise": "^4.1.0",
- "escodegen": "^1.8.1",
- "eslint": "^4.13.1",
- "eslint-loader": "^1.7.1",
- "eslint-plugin-flowtype": "^2.34.0",
- "eslint-plugin-jasmine": "^2.8.4",
- "eslint-plugin-vue-libs": "^2.0.1",
- "file-loader": "^1.1.5",
- "flow-bin": "^0.61.0",
- "hash-sum": "^1.0.2",
- "he": "^1.1.1",
- "http-server": "^0.11.1",
- "jasmine": "^2.99.0",
- "jasmine-core": "^2.99.0",
- "karma": "^2.0.0",
- "karma-chrome-launcher": "^2.1.1",
- "karma-coverage": "^1.1.1",
- "karma-firefox-launcher": "^1.0.1",
- "karma-jasmine": "^1.1.0",
- "karma-mocha-reporter": "^2.2.3",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-safari-launcher": "^1.0.0",
- "karma-sauce-launcher": "^1.1.0",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^2.0.3",
- "lint-staged": "^7.0.0",
- "lodash": "^4.17.4",
- "lodash.template": "^4.4.0",
- "lodash.uniq": "^4.5.0",
- "lru-cache": "^4.1.1",
- "nightwatch": "^0.9.16",
- "nightwatch-helpers": "^1.2.0",
- "phantomjs-prebuilt": "^2.1.14",
- "resolve": "^1.3.3",
- "rollup": "^0.54.1",
- "rollup-plugin-alias": "^1.3.1",
- "rollup-plugin-babel": "^3.0.2",
- "rollup-plugin-buble": "^0.19.2",
- "rollup-plugin-commonjs": "^8.0.0",
- "rollup-plugin-flow-no-whitespace": "^1.0.0",
- "rollup-plugin-node-resolve": "^3.0.0",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-watch": "^4.0.0",
- "selenium-server": "^2.53.1",
- "serialize-javascript": "^1.3.0",
- "shelljs": "^0.8.1",
- "typescript": "^2.7.1",
- "uglify-js": "^3.0.15",
- "webpack": "^3.11.0",
- "weex-js-runtime": "^0.23.6",
- "weex-styler": "^0.3.0",
- "yorkie": "^1.0.1"
- },
- "files": [
- "src",
- "dist/*.js",
- "types/*.d.ts"
- ],
- "gitHooks": {
- "pre-commit": "lint-staged",
- "commit-msg": "node scripts/verify-commit-msg.js"
- },
- "homepage": "https://github.com/vuejs/vue#readme",
- "jsdelivr": "dist/vue.js",
- "keywords": [
- "vue"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "main": "dist/vue.runtime.common.js",
- "module": "dist/vue.runtime.esm.js",
- "name": "vue",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue.git"
- },
- "scripts": {
- "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",
- "build": "node scripts/build.js",
- "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
- "build:weex": "npm run build -- weex",
- "commit": "git-cz",
- "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev",
- "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs",
- "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ",
- "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm",
- "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer",
- "dev:test": "karma start test/unit/karma.dev.config.js",
- "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework",
- "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ",
- "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory",
- "flow": "flow check",
- "lint": "eslint --fix src scripts test",
- "release": "bash scripts/release.sh",
- "release:note": "node scripts/gen-release-note.js",
- "release:weex": "bash scripts/release-weex.sh",
- "sauce": "karma start test/unit/karma.sauce.config.js",
- "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
- "test:cover": "karma start test/unit/karma.cover.config.js",
- "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js",
- "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
- "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json",
- "test:types": "tsc -p ./types/test/tsconfig.json",
- "test:unit": "karma start test/unit/karma.unit.config.js",
- "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json"
- },
- "typings": "types/index.d.ts",
- "unpkg": "dist/vue.js",
- "version": "2.5.17"
- }
|