/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/regenerator-transform/package.json
43 строки
930 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
{ "name": "regenerator-transform", "author": "Ben Newman <bn@cs.stanford.edu>", "description": "Explode async and generator functions into a state machine.", "version": "0.15.2", "main": "lib/index.js", "keywords": [ "regenerator", "runtime", "generator", "async" ], "repository": { "type": "git", "url": "https://github.com/facebook/regenerator/tree/main/packages/transform" }, "license": "MIT", "scripts": { "prepublish": "npx babel src/ --out-dir lib/" }, "babel": { "plugins": [ "@babel/plugin-transform-runtime" ], "presets": [ [ "@babel/preset-env", { "loose": true } ] ] }, "dependencies": { "@babel/runtime": "^7.8.4" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.4" } }