/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/ast-types-flow/package.json
35 строк
749 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
{ "name": "ast-types-flow", "version": "0.0.8", "description": "Flow types for the Javascript AST", "main": "lib/types.js", "files": [ "lib" ], "scripts": { "build": "gulp build", "test": "flow" }, "repository": { "type": "git", "url": "git+https://github.com/kyldvs/ast-types-flow.git" }, "keywords": [ "flow", "ast", "javascript" ], "author": "kyldvs", "license": "MIT", "bugs": { "url": "https://github.com/kyldvs/ast-types-flow/issues" }, "homepage": "https://github.com/kyldvs/ast-types-flow#readme", "devDependencies": { "gulp": "^3.9.0", "gulp-util": "^3.0.6", "jscodeshift": "^0.3.7", "nuclide-node-transpiler": "0.0.30", "through2": "^2.0.0" } }