testing js app
Node.js CI Test / build (12.x) (pull_request) Failing after 6s
Node.js CI Test / build (14.x) (pull_request) Failing after 6s
Node.js CI Test / build (16.x) (pull_request) Successful in 10s

This commit is contained in:
Mark
2026-05-19 22:10:51 -07:00
parent 789e48e01e
commit 96ccf86f5c
5266 changed files with 514154 additions and 2 deletions
+26
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"
}
}