jam-cloud/jam-ui/node_modules/@babel/plugin-transform-modules-amd/package.json

66 lines
2.0 KiB
JSON

{
"_args": [
[
"@babel/plugin-transform-modules-amd@7.14.2",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "@babel/plugin-transform-modules-amd@7.14.2",
"_id": "@babel/plugin-transform-modules-amd@7.14.2",
"_inBundle": false,
"_integrity": "sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==",
"_location": "/@babel/plugin-transform-modules-amd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"/babel-preset-react-app/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz",
"_spec": "7.14.2",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-module-transforms": "^7.14.2",
"@babel/helper-plugin-utils": "^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"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"
}