/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/next-polyfill-module/package.json
18 строк
586 B
next-js-bot[bot]
v16.3.1-canary.15
13 часов назад
Не верифицирован
13 часов назад
c85d7a6
Код
Авторство
О чём код?
{ "name": "@next/polyfill-module", "version": "16.3.1-canary.15", "description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)", "main": "dist/polyfill-module.js", "license": "MIT", "repository": { "url": "vercel/next.js", "directory": "packages/next-polyfill-module" }, "scripts": { "build": "microbundle -i src/index.js -o dist/polyfill-module.js -f iife --no-sourcemap --external none --no-pkg-main", "dev": "pnpm build" }, "devDependencies": { "microbundle": "0.15.0" } }