package.json 1.8 KB

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