package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-simple-access@7.17.7",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-simple-access@7.17.7",
  10. "_id": "@babel/helper-simple-access@7.17.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
  13. "_location": "/@babel/helper-simple-access",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helper-simple-access@7.17.7",
  21. "name": "@babel/helper-simple-access",
  22. "escapedName": "@babel%2fhelper-simple-access",
  23. "scope": "@babel",
  24. "rawSpec": "7.17.7",
  25. "saveSpec": null,
  26. "fetchSpec": "7.17.7"
  27. },
  28. "_requiredBy": [
  29. "/@babel/helper-module-transforms",
  30. "/@babel/plugin-transform-modules-commonjs"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
  33. "_spec": "7.17.7",
  34. "_where": "E:\\item\\newItem\\admin",
  35. "author": {
  36. "name": "The Babel Team",
  37. "url": "https://babel.dev/team"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "dependencies": {
  43. "@babel/types": "^7.17.0"
  44. },
  45. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  46. "devDependencies": {
  47. "@babel/traverse": "^7.17.3"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/helper-simple-access",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-helper-simple-access"
  63. },
  64. "version": "7.17.7"
  65. }