| 1234567891011121314151617181920212223242526 |
- {
- "name": "@babel/helper-module-imports",
- "version": "7.12.5",
- "description": "Babel helper functions for inserting module loads",
- "author": "Logan Smyth <loganfsmyth@gmail.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-module-imports"
- },
- "main": "lib/index.js",
- "dependencies": {
- "@babel/types": "^7.12.5"
- },
- "devDependencies": {
- "@babel/core": "7.12.3"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
- "_from": "@babel/helper-module-imports@7.12.5",
- "_resolved": "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.5.tgz"
- }
|