/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Api/node_modules/generate-function/package.json
32 строки
702 B
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
{ "name": "generate-function", "version": "2.3.1", "description": "Module that helps you write generated functions in Node", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/generate-function" }, "keywords": [ "generate", "code", "generation", "function", "performance" ], "author": "Mathias Buus", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/generate-function/issues" }, "homepage": "https://github.com/mafintosh/generate-function", "devDependencies": { "tape": "^4.9.1" }, "dependencies": { "is-property": "^1.0.2" } }