12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_from": "@babel/helper-split-export-declaration@^7.14.5",
- "_id": "@babel/helper-split-export-declaration@7.14.5",
- "_inBundle": false,
- "_integrity": "sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==",
- "_location": "/@babel/helper-split-export-declaration",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/helper-split-export-declaration@^7.14.5",
- "name": "@babel/helper-split-export-declaration",
- "escapedName": "@babel%2fhelper-split-export-declaration",
- "scope": "@babel",
- "rawSpec": "^7.14.5",
- "saveSpec": null,
- "fetchSpec": "^7.14.5"
- },
- "_requiredBy": [
- "/@babel/helper-create-class-features-plugin",
- "/@babel/helper-module-transforms",
- "/@babel/plugin-transform-classes",
- "/@babel/traverse"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz",
- "_shasum": "22b23a54ef51c2b7605d851930c1976dd0bc693a",
- "_spec": "@babel/helper-split-export-declaration@^7.14.5",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-module-transforms",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/types": "^7.14.5"
- },
- "deprecated": false,
- "description": ">",
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/helper-split-export-declaration",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-split-export-declaration"
- },
- "version": "7.14.5"
- }
|