Urara-Blog/node_modules/.pnpm-store/v3/files/5c/90935122cd475892901d128d1aabc0308d3e2464ba3c8663d383de5c74e126754f8802817659137007b1176d9efe299fc61916c67765b724304d26248a2c98
2022-08-14 01:14:53 +08:00

35 lines
No EOL
906 B
Text

{
"name": "@babel/plugin-transform-spread",
"version": "7.18.9",
"description": "Compile ES2015 spread to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-spread"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/helper-plugin-test-runner": "^7.18.6"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-spread",
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}