| 12345678910111213141516171819202122232425262728 |
- {
- "name": "@babel/helpers",
- "version": "7.12.5",
- "description": "Collection of helper functions used by Babel transforms.",
- "author": "Sebastian McKenzie <sebmck@gmail.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helpers"
- },
- "main": "lib/index.js",
- "dependencies": {
- "@babel/template": "^7.10.4",
- "@babel/traverse": "^7.12.5",
- "@babel/types": "^7.12.5"
- },
- "devDependencies": {
- "@babel/helper-plugin-test-runner": "7.10.4"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
- "_from": "@babel/helpers@7.12.5",
- "_resolved": "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.5.tgz"
- }
|