package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@babel/helper-module-transforms@^7.1.0",
  3. "_id": "@babel/helper-module-transforms@7.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YRD7I6Wsv+IHuTPkAmAS4HhY0dkPobgLftHp0cRGZSdrRvmZY8rFvae/GVu3bD00qscuvK3WPHB3YdNpBXUqrA==",
  6. "_location": "/@babel/helper-module-transforms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-module-transforms@^7.1.0",
  12. "name": "@babel/helper-module-transforms",
  13. "escapedName": "@babel%2fhelper-module-transforms",
  14. "scope": "@babel",
  15. "rawSpec": "^7.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-modules-amd",
  21. "/@babel/plugin-transform-modules-commonjs",
  22. "/@babel/plugin-transform-modules-umd"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.2.2.tgz",
  25. "_shasum": "ab2f8e8d231409f8370c883d20c335190284b963",
  26. "_spec": "@babel/helper-module-transforms@^7.1.0",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/plugin-transform-modules-amd",
  28. "author": {
  29. "name": "Logan Smyth",
  30. "email": "loganfsmyth@gmail.com"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/helper-module-imports": "^7.0.0",
  35. "@babel/helper-simple-access": "^7.1.0",
  36. "@babel/helper-split-export-declaration": "^7.0.0",
  37. "@babel/template": "^7.2.2",
  38. "@babel/types": "^7.2.2",
  39. "lodash": "^4.17.10"
  40. },
  41. "deprecated": false,
  42. "description": "Babel helper functions for implementing ES6 module transformations",
  43. "homepage": "https://babeljs.io/",
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/helper-module-transforms",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms"
  53. },
  54. "version": "7.2.2"
  55. }