aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@vue/component-compiler-utils/package.json
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:43:05 +0800
committerruki <waruqi@gmail.com>2018-11-07 22:18:30 +0800
commit89e95b3f143682ed9a006991bacf45c9dcba4818 (patch)
tree4f44cf41b828577d583890bdd5a1c31e8491a6ba /node_modules/@vue/component-compiler-utils/package.json
parentaa7f0199255277949790b41c56e8ec97dd4f0da4 (diff)
downloadxmake-docs-vuepress.tar.gz
xmake-docs-vuepress.zip
remove node_modulesvuepress
Diffstat (limited to 'node_modules/@vue/component-compiler-utils/package.json')
-rw-r--r--node_modules/@vue/component-compiler-utils/package.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/node_modules/@vue/component-compiler-utils/package.json b/node_modules/@vue/component-compiler-utils/package.json
deleted file mode 100644
index 5525dd4c..00000000
--- a/node_modules/@vue/component-compiler-utils/package.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "@vue/component-compiler-utils",
- "version": "2.3.0",
- "description": "Lower level utilities for compiling Vue single file components",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "scripts": {
- "lint": "prettier --write \"{lib,test}/**/*.ts\"",
- "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage",
- "build": "rm -rf dist && tsc",
- "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{ts,js}": [
- "prettier --write",
- "git add"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/component-compiler-utils.git"
- },
- "keywords": [
- "vue",
- "sfc",
- "component",
- "compiler"
- ],
- "author": "Evan You",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/component-compiler-utils/issues"
- },
- "homepage": "https://github.com/vuejs/component-compiler-utils#readme",
- "devDependencies": {
- "@types/jest": "^22.2.3",
- "@types/node": "^9.4.7",
- "conventional-changelog-cli": "^1.3.22",
- "jest": "^22.4.2",
- "less": "^3.0.1",
- "lint-staged": "^7.2.0",
- "node-sass": "^4.8.3",
- "pug": "^2.0.3",
- "stylus": "^0.54.5",
- "ts-jest": "^22.4.2",
- "typescript": "^2.7.2",
- "vue": "^2.5.17",
- "vue-template-compiler": "^2.5.17",
- "yorkie": "^1.0.3"
- },
- "dependencies": {
- "consolidate": "^0.15.1",
- "hash-sum": "^1.0.2",
- "lru-cache": "^4.1.2",
- "merge-source-map": "^1.1.0",
- "postcss": "^6.0.20",
- "postcss-selector-parser": "^3.1.1",
- "prettier": "1.13.7",
- "source-map": "^0.5.6",
- "vue-template-es2015-compiler": "^1.6.0"
- }
-}