add CI pipeline with lint, test, build
Some checks failed
CI / build (push) Failing after 3m53s

This commit is contained in:
21_KnjazkinSO
2026-05-10 16:19:05 +03:00
parent 92843ee86c
commit 08d4cc1f80
8421 changed files with 1363645 additions and 0 deletions

26
node_modules/@istanbuljs/schema/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "@istanbuljs/schema",
"version": "0.1.6",
"description": "Schemas describing various structures used by nyc and istanbuljs",
"main": "index.js",
"scripts": {
"test": "nyc node --test test/test.js",
"test:update-snapshots": "nyc node --test --test-update-snapshots test/test.js"
},
"engines": {
"node": ">=8"
},
"author": "Corey Farrell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"devDependencies": {
"nyc": "^18.0.0"
}
}