From 89e95b3f143682ed9a006991bacf45c9dcba4818 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:43:05 +0800 Subject: remove node_modules --- .../@vue/component-compiler-utils/package.json | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 node_modules/@vue/component-compiler-utils/package.json (limited to 'node_modules/@vue/component-compiler-utils/package.json') 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" - } -} -- cgit v1.2.3