package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.4.0",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iWKAooAkipG7g1IY0eah7SumzfnIT3WNhT4uYB2kIsvHnNSB6MDYVa5qyICSwaTBDBY2c4SnJ3JtEa6ltJd6Jw==",
  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.4.0",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.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.4.0.tgz",
  23. "_shasum": "3b8ec61714d3b75d20c5ccfa157f2c2e087fd4ca",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^7.4.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-module-transforms": "^7.1.0",
  29. "@babel/helper-plugin-utils": "^7.0.0",
  30. "@babel/helper-simple-access": "^7.1.0"
  31. },
  32. "deprecated": false,
  33. "description": "This plugin transforms ES2015 modules to CommonJS",
  34. "devDependencies": {
  35. "@babel/core": "^7.4.0",
  36. "@babel/helper-plugin-test-runner": "^7.0.0",
  37. "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
  38. },
  39. "gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804",
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-transform-modules-commonjs",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs"
  55. },
  56. "version": "7.4.0"
  57. }