package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/helpers@7.15.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helpers@7.15.4",
  10. "_id": "@babel/helpers@7.15.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-X0DwIFCjAnEho89I1JfAXFVer0M=",
  13. "_location": "/@babel/helpers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helpers@7.15.4",
  19. "name": "@babel/helpers",
  20. "escapedName": "@babel%2fhelpers",
  21. "scope": "@babel",
  22. "rawSpec": "7.15.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.15.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@babel/helpers/download/@babel/helpers-7.15.4.tgz",
  30. "_spec": "7.15.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/template": "^7.15.4",
  41. "@babel/traverse": "^7.15.4",
  42. "@babel/types": "^7.15.4"
  43. },
  44. "description": "Collection of helper functions used by Babel transforms.",
  45. "devDependencies": {
  46. "@babel/helper-plugin-test-runner": "7.14.5"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helpers",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helpers"
  62. },
  63. "version": "7.15.4"
  64. }