/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
master
node_modules/dateformat/package.json
30 строк
790 B
Елизавета Постнова
feat(main): make course structure
21 мар 2026, 21:05
Верифицирован
21 мар 2026, 21:05
49fc17e
Код
Авторство
О чём код?
{ "name": "dateformat", "description": "A node.js package for Steven Levithan's excellent dateFormat() function.", "maintainers": "Felix Geisendörfer <felix@debuggable.com>", "homepage": "https://github.com/felixge/node-dateformat", "author": "Steven Levithan", "contributors": [ "Steven Levithan", "Felix Geisendörfer <felix@debuggable.com>", "Christoph Tavan <dev@tavan.de>", "Jon Schlinkert (https://github.com/jonschlinkert)" ], "version": "3.0.3", "license": "MIT", "main": "lib/dateformat", "devDependencies": { "underscore": "1.7.0", "mocha": "2.0.1" }, "engines": { "node": "*" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/felixge/node-dateformat.git" } }