| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "babel-preset-vue@1.2.1",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "babel-preset-vue@1.2.1",
- "_id": "babel-preset-vue@1.2.1",
- "_inBundle": false,
- "_integrity": "sha512-a/Z+6SJ4GXyAoCMfYidDH6OzXnccPNJ5nEaPMjALqCkP9SJkqxz9V0uUS//sGuWszcD8kibdwJRzU+brl8DdFQ==",
- "_location": "/babel-preset-vue",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-preset-vue@1.2.1",
- "name": "babel-preset-vue",
- "escapedName": "babel-preset-vue",
- "rawSpec": "1.2.1",
- "saveSpec": null,
- "fetchSpec": "1.2.1"
- },
- "_requiredBy": [
- "/babel-preset-vue-app"
- ],
- "_resolved": "https://registry.npmjs.org/babel-preset-vue/-/babel-preset-vue-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "EGOIST",
- "email": "0x142857@gmail.com",
- "url": "github.com/egoist"
- },
- "bugs": {
- "url": "https://github.com/egoist/babel-preset-vue/issues"
- },
- "cdn": "dist/babel-preset-vue.js",
- "dependencies": {
- "babel-helper-vue-jsx-merge-props": "^2.0.2",
- "babel-plugin-jsx-event-modifiers": "^2.0.2",
- "babel-plugin-jsx-v-model": "^2.0.1",
- "babel-plugin-jsx-vue-functional": "^2.1.0",
- "babel-plugin-syntax-jsx": "^6.18.0",
- "babel-plugin-transform-vue-jsx": "^3.5.0"
- },
- "description": "Babel preset for all Vue plugins.",
- "devDependencies": {
- "bili": "^0.17.2"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/egoist/babel-preset-vue#readme",
- "keywords": [
- "babel",
- "vue",
- "jsx",
- "preset"
- ],
- "license": "MIT",
- "main": "dist/babel-preset-vue.common.js",
- "name": "babel-preset-vue",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/egoist/babel-preset-vue.git"
- },
- "scripts": {
- "build": "bili index.js --format umd,cjs --compress umd --module-name PresetVue",
- "prepublish": "npm run build",
- "test": "echo lol"
- },
- "unpkg": "dist/babel-preset-vue.js",
- "version": "1.2.1"
- }
|