package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@babel/helper-simple-access@^7.13.12",
  3. "_id": "@babel/helper-simple-access@7.13.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",
  6. "_location": "/@babel/helper-simple-access",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-simple-access@^7.13.12",
  12. "name": "@babel/helper-simple-access",
  13. "escapedName": "@babel%2fhelper-simple-access",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.12",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.12"
  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.13.12.tgz",
  24. "_shasum": "dd6c538afb61819d205a012c31792a39c7a5eaf6",
  25. "_spec": "@babel/helper-simple-access@^7.13.12",
  26. "_where": "D:\\jiayue\\pig-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.13.12"
  37. },
  38. "deprecated": false,
  39. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  40. "devDependencies": {
  41. "@babel/traverse": "^7.12.17"
  42. },
  43. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/helper-simple-access",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/babel/babel.git",
  53. "directory": "packages/babel-helper-simple-access"
  54. },
  55. "version": "7.13.12"
  56. }