suyiScreen/node_modules/vue-template-validator/package.json

66 lines
1.6 KiB
JSON

{
"_args": [
[
"vue-template-validator@1.1.5",
"D:\\Hjm项目\\suyi1111"
]
],
"_from": "vue-template-validator@1.1.5",
"_id": "vue-template-validator@1.1.5",
"_inBundle": false,
"_integrity": "sha512-ZMxg90ccdASmCm9S72j1Mspw34AaPpCVZRKX5iuElGShj2g7YsHwOwePz6cElvGK4NZZ+kRlGxFVHkjm2QG4nA==",
"_location": "/vue-template-validator",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue-template-validator@1.1.5",
"name": "vue-template-validator",
"escapedName": "vue-template-validator",
"rawSpec": "1.1.5",
"saveSpec": null,
"fetchSpec": "1.1.5"
},
"_requiredBy": [
"/rollup-plugin-vue"
],
"_resolved": "https://registry.npmjs.org/vue-template-validator/-/vue-template-validator-1.1.5.tgz",
"_spec": "1.1.5",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue-template-validator/issues"
},
"dependencies": {
"chalk": "^1.1.1"
},
"description": "utlity for validating vue templates at compile time",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"homepage": "https://github.com/vuejs/vue-template-validator#readme",
"keywords": [
"vue"
],
"license": "MIT",
"main": "index.js",
"name": "vue-template-validator",
"peerDependencies": {
"parse5": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-template-validator.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.5"
}