package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-simple-access@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-simple-access@7.22.5",
  10. "_id": "@babel/helper-simple-access@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  13. "_location": "/@babel/helper-simple-access",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-simple-access@7.22.5",
  19. "name": "@babel/helper-simple-access",
  20. "escapedName": "@babel%2fhelper-simple-access",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-module-transforms",
  28. "/@babel/plugin-transform-modules-commonjs"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  31. "_spec": "7.22.5",
  32. "_where": "/Users/mac/projects/mime/mine",
  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.22.5"
  42. },
  43. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  44. "devDependencies": {
  45. "@babel/core": "^7.22.5",
  46. "@babel/traverse": "^7.22.5"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-simple-access",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-simple-access"
  62. },
  63. "type": "commonjs",
  64. "version": "7.22.5"
  65. }