Files
30-seconds-of-code/node_modules/rollup-plugin-babel/package.json
2019-08-20 15:52:05 +02:00

103 lines
2.8 KiB
JSON

{
"_from": "rollup-plugin-babel@^4.0.3",
"_id": "rollup-plugin-babel@4.3.3",
"_inBundle": false,
"_integrity": "sha512-tKzWOCmIJD/6aKNz0H1GMM+lW1q9KyFubbWzGiOG540zxPPifnEAHTZwjo0g991Y+DyOZcLqBgqOdqazYE5fkw==",
"_location": "/rollup-plugin-babel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rollup-plugin-babel@^4.0.3",
"name": "rollup-plugin-babel",
"escapedName": "rollup-plugin-babel",
"rawSpec": "^4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.3.3.tgz",
"_shasum": "7eb5ac16d9b5831c3fd5d97e8df77ba25c72a2aa",
"_spec": "rollup-plugin-babel@^4.0.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/rollup/rollup-plugin-babel/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
{
"name": "Mateusz Burzyński",
"email": "mateuszburzynski@gmail.com",
"url": "https://github.com/Andarist"
}
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"rollup-pluginutils": "^2.8.1"
},
"deprecated": false,
"description": "Seamless integration between Rollup and Babel.",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.3.4",
"buble": "^0.19.3",
"eslint": "^5.15.1",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.0.1",
"lint-staged": "^7.2.2",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"rollup": "^1.0.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-json": "^3.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.6"
},
"files": [
"src",
"dist"
],
"homepage": "https://github.com/rollup/rollup-plugin-babel",
"keywords": [
"rollup-plugin",
"babel",
"es2015",
"es6"
],
"license": "MIT",
"main": "dist/rollup-plugin-babel.cjs.js",
"module": "dist/rollup-plugin-babel.esm.js",
"name": "rollup-plugin-babel",
"peerDependencies": {
"@babel/core": "7 || ^7.0.0-rc.2",
"rollup": ">=0.60.0 <2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup-plugin-babel.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src",
"prebuild": "rm -rf dist/*",
"prepare": "npm run build",
"pretest": "npm run build",
"preversion": "npm run lint && npm test",
"test": "mocha"
},
"version": "4.3.3"
}