package.json 2.1 KB

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