package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/helper-simple-access@^7.12.13",
  3. "_id": "@babel/helper-simple-access@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==",
  6. "_location": "/@babel/helper-simple-access",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-simple-access@^7.12.13",
  12. "name": "@babel/helper-simple-access",
  13. "escapedName": "@babel%2fhelper-simple-access",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/plugin-transform-modules-commonjs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz",
  24. "_shasum": "8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4",
  25. "_spec": "@babel/helper-simple-access@^7.12.13",
  26. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\@babel\\helper-module-transforms",
  27. "author": {
  28. "name": "Logan Smyth",
  29. "email": "loganfsmyth@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/types": "^7.12.13"
  37. },
  38. "deprecated": false,
  39. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  40. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "@babel/helper-simple-access",
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/babel/babel.git",
  50. "directory": "packages/babel-helper-simple-access"
  51. },
  52. "version": "7.12.13"
  53. }