You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.2 KiB

{
"_args": [
[
"@vue/babel-sugar-functional-vue@1.1.2",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_development": true,
"_from": "@vue/babel-sugar-functional-vue@1.1.2",
"_id": "@vue/babel-sugar-functional-vue@1.1.2",
"_inBundle": false,
"_integrity": "sha1-9+JPugnm8e5wEEVgqICAV1VfGpo=",
"_location": "/@vue/babel-sugar-functional-vue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/babel-sugar-functional-vue@1.1.2",
"name": "@vue/babel-sugar-functional-vue",
"escapedName": "@vue%2fbabel-sugar-functional-vue",
"scope": "@vue",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/@vue/babel-preset-jsx"
],
"_resolved": "https://registry.npm.taobao.org/@vue/babel-sugar-functional-vue/download/@vue/babel-sugar-functional-vue-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"author": {
"name": "Nick Messing",
"email": "dot.nick.dot.messing@gmail.com"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"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": "67d6d39beab9f853118b4e0bbe901f5899ae7245",
"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,
"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",
"test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
},
"version": "1.1.2"
}