source: trip-planner-front/node_modules/babel-plugin-polyfill-regenerator/package.json@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 939 bytes
Line 
1{
2 "name": "babel-plugin-polyfill-regenerator",
3 "version": "0.2.2",
4 "description": "A Babel plugin to inject imports to regenerator-runtime",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel-polyfills.git",
8 "directory": "packages/babel-plugin-polyfill-regenerator"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "exports": {
16 ".": [
17 {
18 "import": "./esm/index.mjs",
19 "default": "./lib/index.js"
20 },
21 "./lib/index.js"
22 ],
23 "./package.json": "./package.json"
24 },
25 "keywords": [
26 "babel-plugin"
27 ],
28 "dependencies": {
29 "@babel/helper-define-polyfill-provider": "^0.2.2"
30 },
31 "devDependencies": {
32 "@babel/core": "^7.13.0",
33 "@babel/helper-plugin-test-runner": "^7.10.4"
34 },
35 "peerDependencies": {
36 "@babel/core": "^7.0.0-0"
37 },
38 "gitHead": "1db1e16a7e6855094c52a6cf9b98410e3f0e80de"
39}
Note: See TracBrowser for help on using the repository browser.