保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "_from": "@vue/babel-sugar-functional-vue@^1.2.2",
  "_id": "@vue/babel-sugar-functional-vue@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==",
  "_location": "/@vue/babel-sugar-functional-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@vue/babel-sugar-functional-vue@^1.2.2",
    "name": "@vue/babel-sugar-functional-vue",
    "escapedName": "@vue%2fbabel-sugar-functional-vue",
    "scope": "@vue",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "/@vue/babel-preset-jsx"
  ],
  "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz",
  "_shasum": "267a9ac8d787c96edbf03ce3f392c49da9bd2658",
  "_spec": "@vue/babel-sugar-functional-vue@^1.2.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@vue\\babel-preset-jsx",
  "author": {
    "name": "Nick Messing",
    "email": "dot.nick.dot.messing@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/plugin-syntax-jsx": "^7.2.0"
  },
  "deprecated": false,
  "description": "Babel syntactic sugar for functional components",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "ava": "^0.25.0",
    "nyc": "^13.1.0",
    "rollup": "^0.67.4",
    "rollup-plugin-babel": "4.0.3",
    "rollup-plugin-babel-minify": "^6.2.0",
    "rollup-plugin-istanbul": "^2.0.1",
    "vue": "^2.5.17"
  },
  "files": [],
  "gitHead": "e7413fd4de9f658dcc99cb17323b8404d2164bb7",
  "license": "MIT",
  "main": "dist/plugin.js",
  "name": "@vue/babel-sugar-functional-vue",
  "nyc": {
    "exclude": [
      "dist",
      "test"
    ]
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue"
  },
  "scripts": {
    "build": "rollup -c",
    "build:test": "rollup -c rollup.config.testing.js",
    "prepublish": "yarn build",
    "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
    "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
  },
  "version": "1.2.2"
}