source: trip-planner-front/node_modules/@babel/plugin-syntax-export-namespace-from/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 628 bytes
Line 
1{
2 "name": "@babel/plugin-syntax-export-namespace-from",
3 "version": "7.8.3",
4 "description": "Allow parsing of export namespace from",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/helper-plugin-utils": "^7.8.3"
16 },
17 "peerDependencies": {
18 "@babel/core": "^7.0.0-0"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.8.3"
22 },
23 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
24}
Note: See TracBrowser for help on using the repository browser.