package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@babel/plugin-transform-for-of@^7.18.6",
  3. "_id": "@babel/plugin-transform-for-of@7.18.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  6. "_location": "/@babel/plugin-transform-for-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-for-of@^7.18.6",
  12. "name": "@babel/plugin-transform-for-of",
  13. "escapedName": "@babel%2fplugin-transform-for-of",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  23. "_shasum": "6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1",
  24. "_spec": "@babel/plugin-transform-for-of@^7.18.6",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.18.6"
  36. },
  37. "deprecated": false,
  38. "description": "Compile ES2015 for...of to ES5",
  39. "devDependencies": {
  40. "@babel/core": "^7.18.6",
  41. "@babel/helper-plugin-test-runner": "^7.18.6"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
  47. "keywords": [
  48. "babel-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/plugin-transform-for-of",
  53. "peerDependencies": {
  54. "@babel/core": "^7.0.0-0"
  55. },
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-plugin-transform-for-of"
  63. },
  64. "type": "commonjs",
  65. "version": "7.18.8"
  66. }