1 | {
|
---|
2 | "_from": "@babel/plugin-proposal-export-namespace-from@^7.14.5",
|
---|
3 | "_id": "@babel/plugin-proposal-export-namespace-from@7.16.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==",
|
---|
6 | "_location": "/@babel/plugin-proposal-export-namespace-from",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@babel/plugin-proposal-export-namespace-from@^7.14.5",
|
---|
12 | "name": "@babel/plugin-proposal-export-namespace-from",
|
---|
13 | "escapedName": "@babel%2fplugin-proposal-export-namespace-from",
|
---|
14 | "scope": "@babel",
|
---|
15 | "rawSpec": "^7.14.5",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "^7.14.5"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "/@babel/preset-env"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.0.tgz",
|
---|
23 | "_shasum": "9c01dee40b9d6b847b656aaf4a3976a71740f222",
|
---|
24 | "_spec": "@babel/plugin-proposal-export-namespace-from@^7.14.5",
|
---|
25 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
|
---|
26 | "author": {
|
---|
27 | "name": "The Babel Team",
|
---|
28 | "url": "https://babel.dev/team"
|
---|
29 | },
|
---|
30 | "bugs": {
|
---|
31 | "url": "https://github.com/babel/babel/issues"
|
---|
32 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "dependencies": {
|
---|
35 | "@babel/helper-plugin-utils": "^7.14.5",
|
---|
36 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
---|
37 | },
|
---|
38 | "deprecated": false,
|
---|
39 | "description": "Compile export namespace to ES2015",
|
---|
40 | "devDependencies": {
|
---|
41 | "@babel/core": "^7.16.0",
|
---|
42 | "@babel/helper-plugin-test-runner": "^7.16.0"
|
---|
43 | },
|
---|
44 | "engines": {
|
---|
45 | "node": ">=6.9.0"
|
---|
46 | },
|
---|
47 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
|
---|
48 | "keywords": [
|
---|
49 | "babel-plugin"
|
---|
50 | ],
|
---|
51 | "license": "MIT",
|
---|
52 | "main": "./lib/index.js",
|
---|
53 | "name": "@babel/plugin-proposal-export-namespace-from",
|
---|
54 | "peerDependencies": {
|
---|
55 | "@babel/core": "^7.0.0-0"
|
---|
56 | },
|
---|
57 | "publishConfig": {
|
---|
58 | "access": "public"
|
---|
59 | },
|
---|
60 | "repository": {
|
---|
61 | "type": "git",
|
---|
62 | "url": "git+https://github.com/babel/babel.git",
|
---|
63 | "directory": "packages/babel-plugin-proposal-export-namespace-from"
|
---|
64 | },
|
---|
65 | "version": "7.16.0"
|
---|
66 | }
|
---|