/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-helper-string-parser/package.json
31 строка
770 B
Babel Bot
v8.0.0
16 июн 2026, 16:18
16 июн 2026, 16:18
7dc825a
Код
Авторство
О чём код?
{ "name": "@babel/helper-string-parser", "version": "8.0.0", "description": "A utility package to parse strings", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-string-parser" }, "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser", "license": "MIT", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "devDependencies": { "charcodes": "^0.2.0" }, "engines": { "node": "^22.18.0 || >=24.11.0" }, "author": "The Babel Team (https://babel.dev/team)", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "type": "module" }