summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-06 21:06:01 -0400
committerGitHub <noreply@github.com>2024-05-07 01:06:01 +0000
commit1587387bccb6dbecd85f5141dd7543f013d47cd8 (patch)
treeb9829c3e50442deff360cf664555935a0d16a4db /tests/testdata/jsr/registry/@std/path/0.220.1_meta.json
parent87d1ead7d09638172b0e397c8209c759666514da (diff)
chore(test): move npm registries to separate servers and to the `tests/registry` folder (#23717)
1. Moves the npm registries to their own dedicated ports. 2. Moves the data files out of `tests/testdata/npm/registry` to `tests/registry/npm`.
Diffstat (limited to 'tests/testdata/jsr/registry/@std/path/0.220.1_meta.json')
-rw-r--r--tests/testdata/jsr/registry/@std/path/0.220.1_meta.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json b/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json
deleted file mode 100644
index 2a2f43f96..000000000
--- a/tests/testdata/jsr/registry/@std/path/0.220.1_meta.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "exports": {
- ".": "./mod.ts",
- "./basename": "./basename.ts",
- "./common": "./common.ts",
- "./constants": "./constants.ts",
- "./dirname": "./dirname.ts",
- "./extname": "./extname.ts",
- "./format": "./format.ts",
- "./from_file_url": "./from_file_url.ts",
- "./glob_to_regexp": "./glob_to_regexp.ts",
- "./is_absolute": "./is_absolute.ts",
- "./is_glob": "./is_glob.ts",
- "./join": "./join.ts",
- "./join_globs": "./join_globs.ts",
- "./normalize": "./normalize.ts",
- "./normalize_glob": "./normalize_glob.ts",
- "./parse": "./parse.ts",
- "./posix": "./posix/mod.ts",
- "./posix/basename": "./posix/basename.ts",
- "./posix/common": "./posix/common.ts",
- "./posix/constants": "./posix/constants.ts",
- "./posix/dirname": "./posix/dirname.ts",
- "./posix/extname": "./posix/extname.ts",
- "./posix/format": "./posix/format.ts",
- "./posix/from_file_url": "./posix/from_file_url.ts",
- "./posix/glob_to_regexp": "./posix/glob_to_regexp.ts",
- "./posix/is_absolute": "./posix/is_absolute.ts",
- "./posix/is_glob": "./posix/is_glob.ts",
- "./posix/join": "./posix/join.ts",
- "./posix/join_globs": "./posix/join_globs.ts",
- "./posix/normalize": "./posix/normalize.ts",
- "./posix/normalize_glob": "./posix/normalize_glob.ts",
- "./posix/parse": "./posix/parse.ts",
- "./posix/relative": "./posix/relative.ts",
- "./posix/resolve": "./posix/resolve.ts",
- "./posix/to_file_url": "./posix/to_file_url.ts",
- "./posix/to_namespaced_path": "./posix/to_namespaced_path.ts",
- "./relative": "./relative.ts",
- "./resolve": "./resolve.ts",
- "./to_file_url": "./to_file_url.ts",
- "./to_namespaced_path": "./to_namespaced_path.ts",
- "./windows": "./windows/mod.ts",
- "./windows/basename": "./windows/basename.ts",
- "./windows/common": "./windows/common.ts",
- "./windows/constants": "./windows/constants.ts",
- "./windows/dirname": "./windows/dirname.ts",
- "./windows/extname": "./windows/extname.ts",
- "./windows/format": "./windows/format.ts",
- "./windows/from_file_url": "./windows/from_file_url.ts",
- "./windows/glob_to_regexp": "./windows/glob_to_regexp.ts",
- "./windows/is_absolute": "./windows/is_absolute.ts",
- "./windows/is_glob": "./windows/is_glob.ts",
- "./windows/join": "./windows/join.ts",
- "./windows/join_globs": "./windows/join_globs.ts",
- "./windows/normalize": "./windows/normalize.ts",
- "./windows/normalize_glob": "./windows/normalize_glob.ts",
- "./windows/parse": "./windows/parse.ts",
- "./windows/relative": "./windows/relative.ts",
- "./windows/resolve": "./windows/resolve.ts",
- "./windows/to_file_url": "./windows/to_file_url.ts",
- "./windows/to_namespaced_path": "./windows/to_namespaced_path.ts"
- }
-}