{ "_args": [ [ "rollup-plugin-vue@2.5.4", "D:\\Hjm项目\\suyi1111" ] ], "_from": "rollup-plugin-vue@2.5.4", "_id": "rollup-plugin-vue@2.5.4", "_inBundle": false, "_integrity": "sha512-iioOlxZeIrAGLHgtDRoX5kb2aIVBUiy2P774lCYOUzlHgYizC6IGv8bR0ws8k7wgfDukiRyhfTb0KhB6CIrMfg==", "_location": "/rollup-plugin-vue", "_phantomChildren": { "@types/node": "13.9.1", "error-ex": "1.3.2", "escape-string-regexp": "1.0.5", "flatten": "1.0.3", "has-ansi": "2.0.0", "indexes-of": "1.0.1", "is-directory": "0.3.1", "js-base64": "2.6.4", "js-yaml": "3.13.1", "minimist": "1.2.5", "ms": "2.1.2", "object-assign": "4.1.1", "os-homedir": "1.0.2", "postcss-load-options": "1.2.0", "postcss-load-plugins": "2.3.0", "require-from-string": "1.2.1", "source-map": "0.5.7", "uniq": "1.0.1" }, "_requested": { "type": "version", "registry": true, "raw": "rollup-plugin-vue@2.5.4", "name": "rollup-plugin-vue", "escapedName": "rollup-plugin-vue", "rawSpec": "2.5.4", "saveSpec": null, "fetchSpec": "2.5.4" }, "_requiredBy": [ "/vue-unity-webgl" ], "_resolved": "https://registry.npmjs.org/rollup-plugin-vue/-/rollup-plugin-vue-2.5.4.tgz", "_spec": "2.5.4", "_where": "D:\\Hjm项目\\suyi1111", "author": { "name": "Rahul Kadyan", "email": "hi@znck.me" }, "bugs": { "url": "https://github.com/znck/rollup-plugin-vue/issues" }, "dependencies": { "babel-runtime": "^6.22.0", "camelcase": "^4.0.0", "coffee-script": "^1.12.4", "coffeescript-compiler": "^0.1.1", "de-indent": "^1.0.2", "debug": "^3.1.0", "hash-sum": "^1.0.2", "html-minifier": "^3.2.3", "less": "^2.7.2", "magic-string": "^0.22.4", "merge-options": "^1.0.0", "node-sass": "^4.5.0", "parse5": "^3.0.3", "postcss": "^5.2.11", "postcss-load-config": "^1.2.0", "postcss-modules": "^0.6.4", "postcss-selector-parser": "^2.2.3", "posthtml": "^0.10.1", "posthtml-attrs-parser": "^0.1.1", "pug": "^2.0.0-beta11", "rollup-pluginutils": "^2.0.1", "stylus": "^0.54.5", "typescript": "^2.4.1", "vue-template-compiler": ">=2.0", "vue-template-es2015-compiler": "^1.6.0", "vue-template-validator": "^1.1.5" }, "description": "Roll .vue files", "devDependencies": { "autoprefixer": "^7.1.2", "babel-eslint": "^7.1.1", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-2": "^6.22.0", "clean-css": "^3.4.24", "coveralls": "^2.11.15", "eslint": "^3.14.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-html": "^1.7.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "istanbul": "^0.4.5", "mocha": "^4.0.1", "rollup": "^0.52.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-buble": "^0.18.0", "rollup-plugin-css-only": "^0.2.0", "rollup-plugin-replace": "^2.0.0", "uglify-js": "^2.7.5", "vue-template-compiler": "^2.5.9" }, "files": [ "dist/", "src/" ], "homepage": "https://github.com/znck/rollup-plugin-vue#readme", "keywords": [ "rollup-plugin", "vue" ], "license": "MIT", "main": "dist/rollup-plugin-vue.common.js", "module": "dist/rollup-plugin-vue.js", "name": "rollup-plugin-vue", "optionalDependencies": { "coffee-script": "^1.12.4", "coffeescript-compiler": "^0.1.1", "less": "^2.7.2", "node-sass": "^4.5.0", "pug": "^2.0.0-beta11", "stylus": "^0.54.5" }, "peerDependencies": { "vue": "*" }, "repository": { "type": "git", "url": "git+https://github.com/znck/rollup-plugin-vue.git" }, "scripts": { "build": "node config/build.js", "coveralls": "NODE_ENV=production istanbul cover --default-excludes -x 'dist/**' -x 'config/**' ./node_modules/mocha/bin/_mocha --report lcovonly -- --slow=5000 --timeout=10000 test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "dev": "npm run unit -- -w", "docs": "php -S localhost:8080 -t .github/sereno/public", "lint": "eslint src/**", "lint:fix": "eslint --fix src/**", "prepublish": "npm run build", "test": "npm run lint && npm run build && npm run unit", "unit": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000" }, "version": "2.5.4" }