forgeplus-react/node_modules/@rollup/plugin-babel/package.json

138 lines
3.6 KiB
JSON

{
"_args": [
[
"@rollup/plugin-babel@6.0.3",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "@rollup/plugin-babel@6.0.3",
"_id": "@rollup/plugin-babel@6.0.3",
"_inBundle": false,
"_integrity": "sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==",
"_location": "/@rollup/plugin-babel",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@rollup/plugin-babel@6.0.3",
"name": "@rollup/plugin-babel",
"escapedName": "@rollup%2fplugin-babel",
"scope": "@rollup",
"rawSpec": "6.0.3",
"saveSpec": null,
"fetchSpec": "6.0.3"
},
"_requiredBy": [
"/react-countup"
],
"_resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.3.tgz",
"_spec": "6.0.3",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Rich Harris"
},
"ava": {
"files": [
"!**/fixtures/**",
"!**/helpers/**",
"!**/recipes/**",
"!**/types.ts"
]
},
"bugs": {
"url": "https://github.com/rollup/plugins/issues"
},
"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.18.6",
"@rollup/pluginutils": "^5.0.1"
},
"description": "Seamless integration between Rollup and Babel.",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/babel__core": "^7.1.9",
"rollup": "^3.2.3",
"source-map": "^0.7.4"
},
"engines": {
"node": ">=14.0.0"
},
"exports": {
"types": "./types/index.d.ts",
"import": "./dist/es/index.js",
"default": "./dist/cjs/index.js"
},
"files": [
"dist",
"!dist/**/*.map",
"types",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/rollup/plugins/tree/master/packages/babel#readme",
"keywords": [
"rollup",
"plugin",
"rollup-plugin",
"babel",
"es2015",
"es6"
],
"license": "MIT",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"name": "@rollup/plugin-babel",
"peerDependencies": {
"@babel/core": "^7.0.0",
"@types/babel__core": "^7.1.9",
"rollup": "^1.20.0||^2.0.0||^3.0.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
},
"@types/babel__core": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"url": "git+https://github.com/rollup/plugins.git",
"directory": "packages/babel"
},
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm build && pnpm lint",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"ci:test": "pnpm test -- --verbose",
"prebuild": "del-cli dist",
"prerelease": "pnpm build",
"pretest": "pnpm build",
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
"test": "ava",
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
},
"types": "./types/index.d.ts",
"version": "6.0.3"
}