Urara-Blog/node_modules/.pnpm-store/v3/files/42/7b250d2471be57a5c6daea8ec4f15037ec0a32d8ee94f26a163b84fe7ec57679f6028c23aa11f8975c06c04fd6e29779153bd25e053749485946f2ae7e52b1
2022-08-14 01:14:53 +08:00

34 lines
No EOL
881 B
Text

{
"name": "@babel/plugin-transform-template-literals",
"version": "7.18.9",
"description": "Compile ES2015 template literals to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-template-literals"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9"
},
"keywords": [
"babel-plugin"
],
"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-template-literals",
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}