| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "babel-plugin-jsx-v-model@2.0.3",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "babel-plugin-jsx-v-model@2.0.3",
- "_id": "babel-plugin-jsx-v-model@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-SIx3Y3XxwGEz56Q1atwr5GaZsxJ2IRYmn5dl38LFkaTAvjnbNQxsZHO+ylJPsd+Hmv+ixJBYYFEekPBTHwiGfQ==",
- "_location": "/babel-plugin-jsx-v-model",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-plugin-jsx-v-model@2.0.3",
- "name": "babel-plugin-jsx-v-model",
- "escapedName": "babel-plugin-jsx-v-model",
- "rawSpec": "2.0.3",
- "saveSpec": null,
- "fetchSpec": "2.0.3"
- },
- "_requiredBy": [
- "/babel-preset-vue"
- ],
- "_resolved": "https://registry.npmjs.org/babel-plugin-jsx-v-model/-/babel-plugin-jsx-v-model-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Nicolai Moraru",
- "email": "dot.nick.dot.messing@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/nickmessing/babel-plugin-jsx-v-model/issues"
- },
- "dependencies": {
- "babel-plugin-syntax-jsx": "^6.18.0",
- "html-tags": "^2.0.0",
- "svg-tags": "^1.0.0"
- },
- "description": "JSX v-model transform",
- "devDependencies": {
- "ava": "^0.21.0",
- "babel-core": "^6.25.0",
- "nyc": "^11.0.3"
- },
- "homepage": "https://github.com/nickmessing/babel-plugin-jsx-v-model#readme",
- "keywords": [
- "Vue",
- "jsx",
- "v-model"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "babel-plugin-jsx-v-model",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nickmessing/babel-plugin-jsx-v-model.git"
- },
- "scripts": {
- "coverage": "nyc --reporter=lcov npm test",
- "test": "ava"
- },
- "version": "2.0.3"
- }
|