Skip to content

Commit 0574977

Browse files
committed
mv bids-validator/* into root
1 parent a650c0f commit 0574977

File tree

618 files changed

+97
-540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

618 files changed

+97
-540
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "bids-examples"]
2-
path = bids-validator/tests/data/bids-examples
2+
path = tests/data/bids-examples
33
url = https://github.com/bids-standard/bids-examples.git

README.md

Lines changed: 41 additions & 408 deletions

bids-validator/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

bids-validator/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bids-validator/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

bids-validator/deno.json

Lines changed: 0 additions & 57 deletions
This file was deleted.
File renamed without changes.

deno.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
11
{
2-
"lock": false
2+
"name": "@bids/validator",
3+
"version": "1.14.14",
4+
"exports": {
5+
".": "./src/bids-validator.ts",
6+
"./main": "./src/main.ts",
7+
"./output": "./src/utils/output.ts",
8+
"./files": "./src/files/deno.ts",
9+
"./options": "./src/setup/options.ts",
10+
"./issues": "./src/issues/datasetIssues.ts"
11+
},
12+
"publish": {
13+
"exclude": [
14+
"bids_validator/",
15+
"bin/",
16+
"tests/",
17+
"docs/",
18+
"utils/",
19+
"validators/",
20+
"bids-validator-deno",
21+
"build.ts",
22+
"cli.js",
23+
"esbuild.mjs",
24+
"index.js",
25+
"package.json",
26+
".npmignore",
27+
".gitattributes"
28+
]
29+
},
30+
"imports": {
31+
"@ajv": "npm:[email protected]",
32+
"@bids/schema": "jsr:@bids/[email protected]+6e2874ce",
33+
"@cliffy/command": "jsr:@cliffy/[email protected]",
34+
"@cliffy/table": "jsr:@cliffy/[email protected]",
35+
"@hed/validator": "npm:[email protected]",
36+
"@ignore": "npm:[email protected]",
37+
"@libs/xml": "jsr:@libs/[email protected]",
38+
"@mango/nifti": "npm:@bids/[email protected]",
39+
"@std/assert": "jsr:@std/[email protected]",
40+
"@std/fmt": "jsr:@std/[email protected]",
41+
"@std/fs": "jsr:@std/[email protected]",
42+
"@std/io": "jsr:@std/[email protected]",
43+
"@std/log": "jsr:@std/[email protected]",
44+
"@std/path": "jsr:@std/[email protected]",
45+
"@std/yaml": "jsr:@std/yaml@^1.0.4"
46+
},
47+
"tasks": {
48+
"test": "deno test -A src/tests/"
49+
},
50+
"fmt": {
51+
"lineWidth": 99,
52+
"semiColons": false,
53+
"singleQuote": true,
54+
"proseWrap": "preserve",
55+
"include": ["src/"]
56+
}
357
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)