{ "_args": [ [ "@babel/types@7.24.0", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_from": "@babel/types@7.24.0", "_id": "@babel/types@7.24.0", "_inBundle": false, "_integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", "_location": "/@babel/types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@babel/types@7.24.0", "name": "@babel/types", "escapedName": "@babel%2ftypes", "scope": "@babel", "rawSpec": "7.24.0", "saveSpec": null, "fetchSpec": "7.24.0" }, "_requiredBy": [ "/@babel/core", "/@babel/generator", "/@babel/helper-annotate-as-pure", "/@babel/helper-builder-binary-assignment-operator-visitor", "/@babel/helper-function-name", "/@babel/helper-hoist-variables", "/@babel/helper-member-expression-to-functions", "/@babel/helper-module-imports", "/@babel/helper-optimise-call-expression", "/@babel/helper-simple-access", "/@babel/helper-skip-transparent-expression-wrappers", "/@babel/helper-split-export-declaration", "/@babel/helper-wrap-function", "/@babel/helpers", "/@babel/preset-modules", "/@babel/template", "/@babel/traverse", "/@dcloudio/uni-template-compiler", "/@types/babel__core", "/@types/babel__generator", "/@types/babel__template", "/@types/babel__traverse", "/@vue/babel-plugin-jsx", "/@vue/babel-plugin-jsx/@babel/helper-module-imports", "/@vue/babel-plugin-resolve-type/@babel/helper-module-imports", "/babel-plugin-jest-hoist", "/jest-snapshot" ], "_resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.24.0.tgz", "_spec": "7.24.0", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" }, "bugs": { "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen" }, "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "description": "Babel Types is a Lodash-esque utility library for AST nodes", "devDependencies": { "@babel/generator": "^7.23.6", "@babel/parser": "^7.24.0", "glob": "^7.2.0" }, "engines": { "node": ">=6.9.0" }, "homepage": "https://babel.dev/docs/en/next/babel-types", "license": "MIT", "main": "./lib/index.js", "name": "@babel/types", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-types" }, "type": "commonjs", "types": "./lib/index-legacy.d.ts", "typesVersions": { ">=3.7": { "lib/index-legacy.d.ts": [ "lib/index.d.ts" ] } }, "version": "7.24.0" }