package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.15.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.15.4",
  10. "_id": "@babel/helper-compilation-targets@7.15.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-z22U8w++/BORI+J91rAvZa7tt7k=",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.15.4",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.15.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.15.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/plugin-proposal-object-rest-spread",
  30. "/@babel/preset-env",
  31. "/@vue/babel-preset-app"
  32. ],
  33. "_resolved": "https://registry.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.15.4.tgz",
  34. "_spec": "7.15.4",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/compat-data": "^7.15.0",
  45. "@babel/helper-validator-option": "^7.14.5",
  46. "browserslist": "^4.16.6",
  47. "semver": "^6.3.0"
  48. },
  49. "description": "Helper functions on Babel compilation targets",
  50. "devDependencies": {
  51. "@babel/core": "7.15.4",
  52. "@babel/helper-plugin-test-runner": "7.14.5",
  53. "@types/semver": "^5.5.0"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "exports": {
  59. ".": "./lib/index.js"
  60. },
  61. "homepage": "https://github.com/babel/babel#readme",
  62. "keywords": [
  63. "babel",
  64. "babel-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "@babel/helper-compilation-targets",
  69. "peerDependencies": {
  70. "@babel/core": "^7.0.0"
  71. },
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/babel/babel.git",
  78. "directory": "packages/babel-helper-compilation-targets"
  79. },
  80. "version": "7.15.4"
  81. }