main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1010 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "babel-plugin-polyfill-regenerator",
|
---|
| 3 | "version": "0.6.3",
|
---|
| 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.6.3"
|
---|
| 30 | },
|
---|
| 31 | "devDependencies": {
|
---|
| 32 | "@babel/core": "^7.17.8",
|
---|
| 33 | "@babel/helper-plugin-test-runner": "^7.16.7",
|
---|
| 34 | "@babel/plugin-transform-regenerator": "~7.14.0"
|
---|
| 35 | },
|
---|
| 36 | "peerDependencies": {
|
---|
| 37 | "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
---|
| 38 | },
|
---|
| 39 | "gitHead": "66340fb145086a826c496f008f67488367846c09"
|
---|
| 40 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.