12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "@babel/plugin-transform-modules-amd@^7.14.2",
- "_id": "@babel/plugin-transform-modules-amd@7.14.2",
- "_inBundle": false,
- "_integrity": "sha1-ZiKAb+GnwHoTiERCIu+VNfLKF7A=",
- "_location": "/@babel/plugin-transform-modules-amd",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-transform-modules-amd@^7.14.2",
- "name": "@babel/plugin-transform-modules-amd",
- "escapedName": "@babel%2fplugin-transform-modules-amd",
- "scope": "@babel",
- "rawSpec": "^7.14.2",
- "saveSpec": null,
- "fetchSpec": "^7.14.2"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.nlark.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.14.2.tgz?cache=0&sync_timestamp=1620839930209&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-amd%2Fdownload%2F%40babel%2Fplugin-transform-modules-amd-7.14.2.tgz",
- "_shasum": "6622806fe1a7c07a1388444222ef9535f2ca17b0",
- "_spec": "@babel/plugin-transform-modules-amd@^7.14.2",
- "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-module-transforms": "^7.14.2",
- "@babel/helper-plugin-utils": "^7.13.0",
- "babel-plugin-dynamic-import-node": "^2.3.3"
- },
- "deprecated": false,
- "description": "This plugin transforms ES2015 modules to AMD",
- "devDependencies": {
- "@babel/core": "7.14.2",
- "@babel/helper-plugin-test-runner": "7.13.10",
- "@babel/plugin-external-helpers": "7.12.13"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/plugin-transform-modules-amd",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-modules-amd"
- },
- "version": "7.14.2"
- }
|