123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "@babel/plugin-transform-block-scoping@^7.16.7",
- "_id": "@babel/plugin-transform-block-scoping@7.16.7",
- "_inBundle": false,
- "_integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
- "_location": "/@babel/plugin-transform-block-scoping",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-transform-block-scoping@^7.16.7",
- "name": "@babel/plugin-transform-block-scoping",
- "escapedName": "@babel%2fplugin-transform-block-scoping",
- "scope": "@babel",
- "rawSpec": "^7.16.7",
- "saveSpec": null,
- "fetchSpec": "^7.16.7"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
- "_shasum": "f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87",
- "_spec": "@babel/plugin-transform-block-scoping@^7.16.7",
- "_where": "H:\\gs_nuxt\\node_modules\\@babel\\preset-env",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.16.7"
- },
- "deprecated": false,
- "description": "Compile ES2015 block scoping (const and let) to ES5",
- "devDependencies": {
- "@babel/core": "^7.16.7",
- "@babel/helper-plugin-test-runner": "^7.16.7",
- "@babel/traverse": "^7.16.7"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/plugin-transform-block-scoping",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-block-scoping"
- },
- "version": "7.16.7"
- }
|