97 lines
2.8 KiB
JSON
97 lines
2.8 KiB
JSON
|
{
|
||
|
"_from": "@vue/component-compiler-utils@^2.6.0",
|
||
|
"_id": "@vue/component-compiler-utils@2.6.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw==",
|
||
|
"_location": "/@vue/component-compiler-utils",
|
||
|
"_phantomChildren": {
|
||
|
"pseudomap": "1.0.2"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@vue/component-compiler-utils@^2.6.0",
|
||
|
"name": "@vue/component-compiler-utils",
|
||
|
"escapedName": "@vue%2fcomponent-compiler-utils",
|
||
|
"scope": "@vue",
|
||
|
"rawSpec": "^2.6.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.6.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/cli-service",
|
||
|
"/vue-loader"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz",
|
||
|
"_shasum": "aa46d2a6f7647440b0b8932434d22f12371e543b",
|
||
|
"_spec": "@vue/component-compiler-utils@^2.6.0",
|
||
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/cli-service",
|
||
|
"author": {
|
||
|
"name": "Evan You"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/component-compiler-utils/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"consolidate": "^0.15.1",
|
||
|
"hash-sum": "^1.0.2",
|
||
|
"lru-cache": "^4.1.2",
|
||
|
"merge-source-map": "^1.1.0",
|
||
|
"postcss": "^7.0.14",
|
||
|
"postcss-selector-parser": "^5.0.0",
|
||
|
"prettier": "1.16.3",
|
||
|
"source-map": "~0.6.1",
|
||
|
"vue-template-es2015-compiler": "^1.9.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Lower level utilities for compiling Vue single file components",
|
||
|
"devDependencies": {
|
||
|
"@types/jest": "^22.2.3",
|
||
|
"@types/node": "^10.12.20",
|
||
|
"conventional-changelog-cli": "^2.0.11",
|
||
|
"jest": "^24.0.0",
|
||
|
"less": "^3.9.0",
|
||
|
"lint-staged": "^8.1.1",
|
||
|
"node-sass": "^4.11.0",
|
||
|
"pug": "^2.0.3",
|
||
|
"stylus": "^0.54.5",
|
||
|
"ts-jest": "^24.0.0",
|
||
|
"typescript": "^3.3.0",
|
||
|
"vue": "^2.6.6",
|
||
|
"vue-template-compiler": "^2.6.6",
|
||
|
"yorkie": "^2.0.0"
|
||
|
},
|
||
|
"gitHooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
},
|
||
|
"homepage": "https://github.com/vuejs/component-compiler-utils#readme",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"sfc",
|
||
|
"component",
|
||
|
"compiler"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.{ts,js}": [
|
||
|
"prettier --write",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"main": "dist/index.js",
|
||
|
"name": "@vue/component-compiler-utils",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/component-compiler-utils.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rm -rf dist && tsc",
|
||
|
"lint": "prettier --write \"{lib,test}/**/*.ts\"",
|
||
|
"prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
|
||
|
"test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage"
|
||
|
},
|
||
|
"typings": "dist/index.d.ts",
|
||
|
"version": "2.6.0"
|
||
|
}
|