package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.9.0",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g==",
  6. "_location": "/@babel/plugin-transform-modules-commonjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-commonjs@^7.9.0",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz",
  23. "_shasum": "e3e72f4cbc9b4a260e30be0ea59bdf5a39748940",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^7.9.0",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-module-transforms": "^7.9.0",
  29. "@babel/helper-plugin-utils": "^7.8.3",
  30. "@babel/helper-simple-access": "^7.8.3",
  31. "babel-plugin-dynamic-import-node": "^2.3.0"
  32. },
  33. "deprecated": false,
  34. "description": "This plugin transforms ES2015 modules to CommonJS",
  35. "devDependencies": {
  36. "@babel/core": "^7.9.0",
  37. "@babel/helper-plugin-test-runner": "^7.8.3",
  38. "@babel/plugin-syntax-object-rest-spread": "^7.8.0"
  39. },
  40. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-transform-modules-commonjs",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs"
  56. },
  57. "version": "7.9.0"
  58. }