/
1Rrd0
/
Course
Обзор
Документация
Войти
/
1Rrd0
/
Course
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/is-promise/package.json
30 строк
576 B
dima
2
13 дек 2025, 10:58
13 дек 2025, 10:58
ce5a48e
Код
Авторство
О чём код?
{ "name": "is-promise", "version": "4.0.0", "description": "Test whether an object looks like a promises-a+ promise", "main": "./index.js", "scripts": { "test": "node test" }, "files": [ "index.js", "index.mjs", "index.d.ts" ], "exports": { ".": [ { "import": "./index.mjs", "require": "./index.js", "default": "./index.js" }, "./index.js" ] }, "repository": { "type": "git", "url": "https://github.com/then/is-promise.git" }, "author": "ForbesLindesay", "license": "MIT" }