package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.12.16",
  3. "_id": "@babel/helper-compilation-targets@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {
  8. "escalade": "3.1.1",
  9. "picocolors": "1.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@babel/helper-compilation-targets@^7.12.16",
  15. "name": "@babel/helper-compilation-targets",
  16. "escapedName": "@babel%2fhelper-compilation-targets",
  17. "scope": "@babel",
  18. "rawSpec": "^7.12.16",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.12.16"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz",
  26. "_shasum": "01d648bbc25dd88f513d862ee0df27b7d4e67024",
  27. "_spec": "@babel/helper-compilation-targets@^7.12.16",
  28. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/compat-data": "^7.22.9",
  39. "@babel/helper-validator-option": "^7.22.5",
  40. "browserslist": "^4.21.9",
  41. "lru-cache": "^5.1.1",
  42. "semver": "^6.3.1"
  43. },
  44. "deprecated": false,
  45. "description": "Helper functions on Babel compilation targets",
  46. "devDependencies": {
  47. "@babel/helper-plugin-test-runner": "^7.22.5",
  48. "@types/lru-cache": "^5.1.1",
  49. "@types/semver": "^5.5.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "exports": {
  55. ".": "./lib/index.js",
  56. "./package.json": "./package.json"
  57. },
  58. "homepage": "https://github.com/babel/babel#readme",
  59. "keywords": [
  60. "babel",
  61. "babel-plugin"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "@babel/helper-compilation-targets",
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/babel/babel.git",
  72. "directory": "packages/babel-helper-compilation-targets"
  73. },
  74. "type": "commonjs",
  75. "version": "7.22.10"
  76. }