/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/node-gyp-build/package.json
36 строк
901 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
{ "name": "node-gyp-build", "version": "4.8.3", "description": "Build tool and bindings loader for node-gyp that supports prebuilds", "main": "index.js", "exports": { ".": { "bare": "./bare.js", "default": "./index.js" }, "./package": "./package.json" }, "devDependencies": { "array-shuffle": "^1.0.1", "standard": "^14.0.0", "tape": "^5.0.0" }, "scripts": { "test": "standard && node test" }, "bin": { "node-gyp-build": "./bin.js", "node-gyp-build-optional": "./optional.js", "node-gyp-build-test": "./build-test.js" }, "repository": { "type": "git", "url": "https://github.com/prebuild/node-gyp-build.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/prebuild/node-gyp-build/issues" }, "homepage": "https://github.com/prebuild/node-gyp-build" }