package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-arrow-functions@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-arrow-functions@7.22.5",
  10. "_id": "@babel/plugin-transform-arrow-functions@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  13. "_location": "/@babel/plugin-transform-arrow-functions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-arrow-functions@7.22.5",
  19. "name": "@babel/plugin-transform-arrow-functions",
  20. "escapedName": "@babel%2fplugin-transform-arrow-functions",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  30. "_spec": "7.22.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-plugin-utils": "^7.22.5"
  41. },
  42. "description": "Compile ES2015 arrow functions to ES5",
  43. "devDependencies": {
  44. "@babel/core": "^7.22.5",
  45. "@babel/helper-plugin-test-runner": "^7.22.5",
  46. "@babel/traverse": "^7.22.5",
  47. "@babel/types": "^7.22.5"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
  53. "keywords": [
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "@babel/plugin-transform-arrow-functions",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0-0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-plugin-transform-arrow-functions"
  69. },
  70. "type": "commonjs",
  71. "version": "7.22.5"
  72. }