/
1Rrd0
/
Course
Обзор
Документация
Войти
/
1Rrd0
/
Course
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/@scarf/scarf/package.json
36 строк
824 B
dima
2
13 дек 2025, 10:58
13 дек 2025, 10:58
ce5a48e
Код
Авторство
О чём код?
{ "name": "@scarf/scarf", "version": "1.4.0", "description": "Scarf is like Google Analytics for your npm packages. Gain insights into how your packages are installed and used, and by which companies.", "main": "report.js", "homepage": "https://github.com/scarf-sh/scarf-js", "repository": { "type": "git", "url": "git+https://github.com/scarf-sh/scarf-js.git" }, "files": [ "report.js" ], "scripts": { "postinstall": "node ./report.js", "test": "jest --verbose" }, "author": "Scarf Systems", "license": "Apache-2.0", "devDependencies": { "jest": "^25.3.0", "minimist": "^1.2.2", "standard": "^14.3.1" }, "standard": { "globals": [ "expect", "test", "jest", "beforeAll", "afterAll", "fail", "describe" ] } }