suyiScreen/node_modules/rollup-plugin-babel/package.json

96 lines
2.5 KiB
JSON

{
"_args": [
[
"rollup-plugin-babel@3.0.7",
"D:\\Hjm项目\\suyi1111"
]
],
"_from": "rollup-plugin-babel@3.0.7",
"_id": "rollup-plugin-babel@3.0.7",
"_inBundle": false,
"_integrity": "sha512-bVe2y0z/V5Ax1qU8NX/0idmzIwJPdUGu8Xx3vXH73h0yGjxfv2gkFI82MBVg49SlsFlLTBadBHb67zy4TWM3hA==",
"_location": "/rollup-plugin-babel",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rollup-plugin-babel@3.0.7",
"name": "rollup-plugin-babel",
"escapedName": "rollup-plugin-babel",
"rawSpec": "3.0.7",
"saveSpec": null,
"fetchSpec": "3.0.7"
},
"_requiredBy": [
"/vue-unity-webgl"
],
"_resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-3.0.7.tgz",
"_spec": "3.0.7",
"_where": "D:\\Hjm项目\\suyi1111",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/rollup/rollup-plugin-babel/issues"
},
"contributors": [
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
}
],
"dependencies": {
"rollup-pluginutils": "^1.5.0"
},
"description": "Seamless integration between Rollup and Babel.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "6.24.1",
"buble": "^0.14.2",
"eslint": "^3.12.0",
"mocha": "^3.2.0",
"rollup": "^0.37.0",
"rollup-plugin-buble": "^0.14.0",
"source-map": "^0.5.6",
"source-map-support": "^0.4.6"
},
"files": [
"src",
"dist/rollup-plugin-babel.cjs.js",
"dist/rollup-plugin-babel.es.js",
"README"
],
"homepage": "https://github.com/rollup/rollup-plugin-babel",
"jsnext:main": "dist/rollup-plugin-babel.es.js",
"keywords": [
"rollup-plugin",
"babel",
"es2015",
"es6"
],
"license": "MIT",
"main": "dist/rollup-plugin-babel.cjs.js",
"module": "dist/rollup-plugin-babel.es.js",
"name": "rollup-plugin-babel",
"peerDependencies": {
"babel-core": "6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup-plugin-babel.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src",
"prebuild": "rm -rf dist/*",
"prepublish": "npm run lint && npm test",
"pretest": "npm run build",
"test": "mocha"
},
"version": "3.0.7"
}