/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Api/node_modules/webidl-conversions/package.json
23 строки
511 B
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
{ "name": "webidl-conversions", "version": "3.0.1", "description": "Implements the WebIDL algorithms for converting to and from JavaScript values", "main": "lib/index.js", "scripts": { "test": "mocha test/*.js" }, "repository": "jsdom/webidl-conversions", "keywords": [ "webidl", "web", "types" ], "files": [ "lib/" ], "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", "license": "BSD-2-Clause", "devDependencies": { "mocha": "^1.21.4" } }