You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
881 B

3 months ago
  1. {
  2. "name": "@babel/helper-plugin-utils",
  3. "version": "7.26.5",
  4. "description": "General utilities for plugins to use",
  5. "author": "The Babel Team (https://babel.dev/team)",
  6. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-helper-plugin-utils"
  15. },
  16. "main": "./lib/index.js",
  17. "engines": {
  18. "node": ">=6.9.0"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "^7.26.0"
  22. },
  23. "type": "commonjs"
  24. ,"_resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz"
  25. ,"_integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg=="
  26. ,"_from": "@babel/helper-plugin-utils@7.26.5"
  27. }