1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
- "_from": "@babel/helper-hoist-variables@^7.13.0",
- "_id": "@babel/helper-hoist-variables@7.13.16",
- "_inBundle": false,
- "_integrity": "sha1-GxZRJJ6UtR+PDTNDmEPjPjl3WzA=",
- "_location": "/@babel/helper-hoist-variables",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helper-hoist-variables@^7.13.0",
- "name": "@babel/helper-hoist-variables",
- "escapedName": "@babel%2fhelper-hoist-variables",
- "scope": "@babel",
- "rawSpec": "^7.13.0",
- "saveSpec": null,
- "fetchSpec": "^7.13.0"
- },
- "_requiredBy": [
- "/@babel/plugin-transform-modules-systemjs"
- ],
- "_resolved": "https://registry.nlark.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.16.tgz?cache=0&sync_timestamp=1618917701165&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-hoist-variables%2Fdownload%2F%40babel%2Fhelper-hoist-variables-7.13.16.tgz",
- "_shasum": "1b1651249e94b51f8f0d33439843e33e39775b30",
- "_spec": "@babel/helper-hoist-variables@^7.13.0",
- "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\plugin-transform-modules-systemjs",
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/traverse": "^7.13.15",
- "@babel/types": "^7.13.16"
- },
- "deprecated": false,
- "description": "Helper function to hoist variables",
- "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/helper-hoist-variables",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-hoist-variables"
- },
- "version": "7.13.16"
- }
|