package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-environment-visitor@7.16.7",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-environment-visitor@7.16.7",
  10. "_id": "@babel/helper-environment-visitor@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
  13. "_location": "/@babel/helper-environment-visitor",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helper-environment-visitor@7.16.7",
  21. "name": "@babel/helper-environment-visitor",
  22. "escapedName": "@babel%2fhelper-environment-visitor",
  23. "scope": "@babel",
  24. "rawSpec": "7.16.7",
  25. "saveSpec": null,
  26. "fetchSpec": "7.16.7"
  27. },
  28. "_requiredBy": [
  29. "/@babel/helper-create-class-features-plugin",
  30. "/@babel/helper-module-transforms",
  31. "/@babel/helper-replace-supers",
  32. "/@babel/plugin-transform-classes",
  33. "/@babel/traverse"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
  36. "_spec": "7.16.7",
  37. "_where": "E:\\item\\newItem\\admin",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues"
  44. },
  45. "dependencies": {
  46. "@babel/types": "^7.16.7"
  47. },
  48. "description": "Helper visitor to only visit nodes in the current 'this' context",
  49. "devDependencies": {
  50. "@babel/traverse": "^7.16.7"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "exports": {
  56. ".": "./lib/index.js",
  57. "./package.json": "./package.json"
  58. },
  59. "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "@babel/helper-environment-visitor",
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-helper-environment-visitor"
  70. },
  71. "version": "7.16.7"
  72. }