package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/helper-simple-access@^7.17.7",
  3. "_id": "@babel/helper-simple-access@7.17.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
  6. "_location": "/@babel/helper-simple-access",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-simple-access@^7.17.7",
  12. "name": "@babel/helper-simple-access",
  13. "escapedName": "@babel%2fhelper-simple-access",
  14. "scope": "@babel",
  15. "rawSpec": "^7.17.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.17.7"
  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.17.7.tgz",
  24. "_shasum": "aaa473de92b7987c6dfa7ce9a7d9674724823367",
  25. "_spec": "@babel/helper-simple-access@^7.17.7",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\helper-module-transforms",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/types": "^7.17.0"
  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.17.3"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-simple-access",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-simple-access"
  57. },
  58. "version": "7.17.7"
  59. }