/
githubmirror
/
deno
ОбзорДокументацияВойти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
deno/
.../specs/npm/
..
adding_npm_dep_in_dynamic_import

feat(unstable): ability to only install dependencies older than a certain date (#30752)

10 месяцев назад
aliases_same_pkg_node_modules

fix(install): all package.json aliases should be added to node_modules (#33068)

4 месяца назад
bin_entries_prefer_closer

test: de-flake specs tests in `deno install` (#30645)

год назад
bin_entries_re_setup

fix(npm): set up bin entries for package even if it's already downloaded (#28626)

год назад
bin_entry_created_by_lifecycle

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
builtin_module_module

Revert module loader hooks stack (#34077)

3 месяца назад
bundle_dependencies

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
byonm

chore(lint): add .out file reference checker (#27078)

2 года назад
byonm_builtin_shadow

feat: stabilize bare node built-in resolution (#33316)

2 месяца назад
byonm_main_path_traversal

fix(npm): normalize path in BYONM read permission check (#35882)

месяц назад
byonm_npm_specifier_in_node_modules

fix(npm): search node_modules folder for package matching npm specifier (#27345)

2 года назад
byonm_run_npm

feat(byonm): support `deno run npm:<package>` when package is not in package.json (#25981)

2 года назад
byonm_version_mismatch_fallback

fix(resolver): fall through to .deno/ when BYONM node_modules version mismatches (#32981)

5 месяцев назад
bytes_and_text_imports

fix(unstable): support importing files in npm packages as bytes and text (#30065)

год назад
cached_only

refactor: remove `CliNpmRegistryApi` (#27222)

2 года назад
cached_only_deprecated_package

fix(npm): don't fetch registry info for deprecated packages under --cached-only (#35903)

месяц назад
cached_only_old_abbreviated_metadata

fix(npm): use cached abbreviated metadata under --cached-only (#36526)

2 дня назад
check_all_local

feat(check): type-check with native tsc by default (#35938)

месяц назад
check_npm_pkg_no_types

feat(check): type-check with native tsc by default (#35938)

месяц назад
check_package_file_dts_dmts_dcts

feat(check): type-check with native tsc by default (#35938)

месяц назад
check_pkg_json_import

feat(check): type-check with native tsc by default (#35938)

месяц назад
check_prefers_non_types_node_pkg

feat(check): type-check with native tsc by default (#35938)

месяц назад
check_types_in_types_pkg

feat(check): type-check with native tsc by default (#35938)

месяц назад
child_process_fork_test

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
cjs_deep_relative_reexport

fix(node): resolve CJS requires with multi-level relative specifiers on Windows (#34655)

2 месяца назад
cjs_exportstar_reexport

fix: fix CJS re-export analysis for npm packages (#33263)

3 месяца назад
cjs_import_dual

feat(check): type-check with native tsc by default (#35938)

месяц назад
cjs_internal_types_default_export

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
cjs_invalid_name_exports

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
cjs_local_global_decls

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
cjs_module_export_assignment

feat: update TypeScript to 6.0.3 (#32944)

3 месяца назад
cjs_module_export_assignment_number

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
cjs_module_exports_require_member

fix(ext/node): re-export inner spec for module.exports = require(X).Y (#34363)

2 месяца назад
cjs_module_exports_require_member_narrow

fix(ext/node): re-export inner spec for module.exports = require(X).Y (#34363)

2 месяца назад
cjs_module_exports_require_member_nested

fix(ext/node): re-export inner spec for module.exports = require(X).Y (#34363)

2 месяца назад
cjs_module_exports_require_member_umd

fix(node): full re-export fallback for unresolvable member re-exports (#34689)

2 месяца назад
cjs_pkg_imports

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
cjs_reexport_collision

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
cjs_require_esm

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
cjs_require_esm_mjs

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
cjs_require_node_builtin

chore: test cover CJS bare builtin requires (#34853)

2 месяца назад
cjs_sub_path

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
cjs_this_in_exports

feat: add native source maps support (#31268)

8 месяцев назад
cjs_with_deps

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
compare_globals

chore: regression test for @types/node AbortSignal/AbortController merge (#34555)

2 месяца назад
conditional_exports

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
conditional_exports_node_modules_dir

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
create_require

fix(ext/node): use ERR_INVALID_ARG_VALUE in module.createRequire (#33449)

4 месяца назад
deno_cache

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
deno_run_bin_cjs

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_bin_cjs_no_bin_entrypoint

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_bin_esm

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_bin_esm_no_bin_entrypoint

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_bin_no_ext

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_bin_special_chars

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_cowsay

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_cowsay_explicit

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_cowsay_with_node_modules_dir

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deno_run_no_bin_entrypoint

fix(npm): handle deno run/install of npm package with only directories.bin (#30919)

10 месяцев назад
deno_run_no_bin_entrypoint_non_existent_subpath

fix(npm): handle deno run/install of npm package with only directories.bin (#30919)

10 месяцев назад
deno_run_non_existent

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
deprecation_warnings_no_repeat

fix(npm): use box-drawing style for deprecated package warnings (#32979)

5 месяцев назад
different_nested_dep_node_modules_dir_false

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
different_nested_dep_node_modules_dir_true

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
dual_cjs_esm

feat(check): type-check with native tsc by default (#35938)

месяц назад
dynamic_import

chore: remove itest macro (#31795)

7 месяцев назад
dynamic_import_deno_ts_from_npm

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
dynamic_import_invalid_package_name

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
dynamic_import_json

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
dynamic_import_reload_same_package

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
dynamic_npm_resolution_failure

chore: fix flaky dynamic_npm_resolution_failure (#30165)

год назад
env_var_re_export_dev

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
env_var_re_export_prod

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
error_version_after_subpath

fix: do not error when subpath has an @ symbol (#27290)

2 года назад
es_module

BREAKING: remove `deno bundle` (#25339)

2 года назад
esm_import_cjs_default

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
exec_file_inside_npm_package

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
exports_no_condition_matched_error

fix(lib/node): change ERR_INVALID_PACKAGE_TARGET to ERR_PACKAGE_PATH_NOT_EXPORTED when no package.json#exports condition matches (#29841)

год назад
file_dep_in_registry

fix(npm): skip `file:` and `link:` dependencies in npm packages (#32876)

5 месяцев назад
file_specifier

fix(compile): intel mac compile fix (#31575)

8 месяцев назад
future_auto_install_no_package_json

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
future_node_modules_dir_setting

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
hoisted_cycle

fix(npm): hoist direct deps over higher transitive versions (#34470)

2 месяца назад
hoisted_direct_dep_priority

fix(npm): hoist direct deps over higher transitive versions (#34470)

2 месяца назад
hoisted_linker

feat(npm): add hoisted node_modules linker mode (#32788)

3 месяца назад
hoisted_nested_grandchild

fix(npm): hoist direct deps over higher transitive versions (#34470)

2 месяца назад
hoisted_walkup_shadow

fix(npm): hoist direct deps over higher transitive versions (#34470)

2 месяца назад
import_json

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
import_map

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
imports_package_json

chore(lint): add .out file reference checker (#27078)

2 года назад
info_chalk_display

feat: use Node.js timers by default and remove global proxy (#33249)

3 месяца назад
info_chalk_display_node_modules_dir

feat: use Node.js timers by default and remove global proxy (#33249)

3 месяца назад
info_chalk_json

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
info_chalk_json_node_modules_dir

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
info_cli_chalk_json

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
info_npm_subpath

fix: `deno info` npm subpath import (#32056)

6 месяцев назад
info_npm_subpath_json

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
info_peer_deps

fix(npm): peerDependency resolution leading to multiple versions being installed + hanging (#32358)

5 месяцев назад
info_peer_deps_json

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
invalid_bin_targets

fix(npm): ignore invalid package bin targets (#36354)

8 дней назад
invalid_package_name

feat: improve lockfile v4 to store normalized version constraints and be more terse (#25247)

2 года назад
json_import

fix: show referrer range in deno_core loader errors (#30981)

10 месяцев назад
jsr_deps_in_node_modules

feat(npm): install jsr deps into node_modules via npm-compat registry (#35029)

2 месяца назад
jsr_deps_in_node_modules_disabled

feat(npm): install jsr deps into node_modules via npm-compat registry (#35029)

2 месяца назад
jsr_deps_in_node_modules_no_node_modules_dir

feat(npm): install jsr deps into node_modules via npm-compat registry (#35029)

2 месяца назад
jsr_scope

feat(npm): use JSR for `@jsr` scope (#31925)

7 месяцев назад
jsr_specifier

feat(npm): support `jsr:` scheme in package.json (#31938)

6 месяцев назад
legacy_subpath_main

chore: regression test for legacy subpath main under .deno layout (#34737)

2 месяца назад
lifecycle_scripts

fix(install): resolve lifecycle script dependency bins against the hoisted layout (#35762)

месяц назад
link_npm_package_deep

fix(install): wait for package installations before applying patches (#31711)

8 месяцев назад
link_npm_package_file_specifier

fix(npm): skip `file:` and `link:` dependencies in npm packages (#32876)

5 месяцев назад
link_npm_package_not_on_registry

fix(npm): resolve linked packages not published to npm registry (#33021)

4 месяца назад
link_npm_package_top_level

fix(install): wait for package installations before applying patches (#31711)

8 месяцев назад
local_dir_no_duplicate_resolution

refactor: remove DENO_FUTURE (#25314)

2 года назад
local_dir_resolves_symlinks

test: de-flake specs tests in `deno install` (#30645)

год назад
local_dir_resolves_symlinks_auto

refactor(tests): migrate npm itests to specs (#25764)

2 года назад
lock_file_integrity_failure

feat(lockfile): default to lockfile v5 (#28950)

год назад
lossy_utf8_module

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
lossy_utf8_package_json

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
lossy_utf8_script

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
lossy_utf8_script_from_cjs

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
min_dependency_age_prerelease_dist_tag

fix(npm): fall back for age-filtered npm dist-tags (#35561)

месяц назад
mixed_case_package_name

chore(lint): add .out file reference checker (#27078)

2 года назад
module_sync_condition

fix(node): support module-sync export condition (#34599)

2 месяца назад
no_shasums

fix(npm): support registries that have no shasums or integrity (#29093)

год назад
no_types_cjs

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
no_types_in_conditional_exports

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
node_modules_deno_node_modules

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
node_modules_deno_node_modules_local

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
node_modules_dir_require_added_node_modules_folder

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
node_modules_dir_require_main_entry

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
node_modules_dir_with_deps

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
node_modules_dir_yargs

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
node_modules_import

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
node_modules_import_auto

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
non_existent_dep

fix: remove warnings for bare node builtins (#29000)

год назад
non_existent_dep_version

fix: remove warnings for bare node builtins (#29000)

год назад
nonexistent_file

fix(check): error when type checking after deduping packages (#31049)

10 месяцев назад
nonexistent_file_node_modules_dir

fix(check): error when type checking after deduping packages (#31049)

10 месяцев назад
npm_check_updates

fix(ext/node): apply `@npmcli/agent` workaround to `npm-check-updates` (#27639)

2 года назад
npm_pkg_depend_dep_same_name

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
npmrc

feat(info): add localPath to npm packages in `deno info --json` (#34806)

2 месяца назад
npmrc_alongside_jsr_scope

feat(npm): use JSR for `@jsr` scope (#31925)

7 месяцев назад
npmrc_bad_registry_config

refactor: remove `CliNpmRegistryApi` (#27222)

2 года назад
npmrc_bad_token

refactor: remove `CliNpmRegistryApi` (#27222)

2 года назад
npmrc_basic_auth

test: de-flake specs tests in `deno install` (#30645)

год назад
npmrc_certfile

fix(npm): support npmrc certfile + keyfile (#32655)

5 месяцев назад
npmrc_deno_json

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
npmrc_email_auth

fix(npm): support npmrc email authorization (#32616)

5 месяцев назад
npmrc_email_no_password

fix(npm): support npmrc email authorization (#32616)

5 месяцев назад
npmrc_homedir

test: de-flake specs tests in `deno install` (#30645)

год назад
npmrc_homedir_package_both

test: de-flake specs tests in `deno install` (#30645)

год назад
npmrc_install_arg

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
npmrc_jsr_scope

feat(npm): use JSR for `@jsr` scope (#31925)

7 месяцев назад
npmrc_min_release_age

feat(cli): add --min-dep-age alias (#35914)

месяц назад
npmrc_missing_certfile

fix(npm): support npmrc certfile + keyfile (#32655)

5 месяцев назад
npmrc_no_auth

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
npmrc_no_auth_install

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
npmrc_not_next_to_package_json

fix(install): report installed npm packages when not using node_modules, fix double counting (#31536)

8 месяцев назад
npmrc_password_no_username

fix(npm): support npmrc email authorization (#32616)

5 месяцев назад
npmrc_tarball_other_server

fix(npm): show scoped-registry auth hint on tarball 404 (#35514)

месяц назад
npmrc_trust_policy

feat(npm): publishing-trust ranking and no-downgrade trust policy (#34927)

2 месяца назад
npmrc_trust_policy_exclude

feat(npm): publishing-trust ranking and no-downgrade trust policy (#34927)

2 месяца назад
npmrc_username_no_password

fix(npm): support npmrc email authorization (#32616)

5 месяцев назад
npmrc_username_password

test: de-flake specs tests in `deno install` (#30645)

год назад
overrides

fix(npm): resolve catalog: overrides from workspaces object form (#33816)

3 месяца назад
packument_etag

fix(npm): respect etag for npm packument caching (#29130)

год назад
peer_deps_with_copied_folders_and_lockfile

fix(npm): do not error on failure to write warned script file (#30479)

год назад
permissions_outside_package

feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package.json (#26439)

2 года назад
pkg_index_ts_and_js

fix(node): regression where ts files were sometimes resolved instead of js (#26971)

2 года назад
pkg_json_imports

test: isolate package imports specs (#36416)

7 дней назад
playwright_compat

fix(runtime): capture blob worker roots before revocation (#35128)

2 месяца назад
remote_npm_specifier

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
require_esm

feat: add `--allow-import` flag (#25469)

2 года назад
require_json

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
require_resolve_bad_paths_global_cache

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
require_resolve_outside_cache

fix(ext/node): resolve global cache packages when require referrer is outside DENODIR (#34497)

2 месяца назад
require_resolve_url_paths

chore: remove itest macro (#31795)

7 месяцев назад
require_type_commonjs

fix: improved support for cjs and cts modules (#26558)

2 года назад
reserved_word_exports

fix: add "module.exports" export to ESM CJS wrapper module (#28373)

год назад
run_bin_symlink_realpath_package_json

fix(npm): realpath npm bin main module (#35554)

месяц назад
run_bin_with_root_import_map

fix(npm): don't apply import map to npm bin main module (#35097)

2 месяца назад
run_existing_npm_package

chore: remove itest macro (#31795)

7 месяцев назад
run_existing_npm_package_with_subpath

fix(npm): ensure scoped package name is encoded in URLs (#26390)

2 года назад
specifier_two_slashes

fix(node): handle resolving ".//<something>" in npm packages (#26920)

2 года назад
sub_paths

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
sync_types_global_cache

feat: support sync-types without node_modules (#35966)

месяц назад
tarball_relocate_to_registry

fix(npm): download tarballs from the configured registry instead of registry.npmjs.org (#36187)

22 дня назад
tarball_with_global_header

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
translate_cjs_to_esm

chore: remove unnecessary envs in spec tests (#25982)

2 года назад
trust_signals

feat(npm): publishing-trust ranking and no-downgrade trust policy (#34927)

2 месяца назад
types_ambient_module

feat: drop the TypeScript fork, run on stock typescript@6.0.3 (#35642)

месяц назад
types_d_ext

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
types_entry_value_not_exists

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
types_exports_import_types

feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)

9 месяцев назад
types_general

feat(check): type-check with native tsc by default (#35938)

месяц назад
types_no_types_entry

feat(check): type-check with native tsc by default (#35938)

месяц назад
typescript_file_in_package

fix: show referrer range in deno_core loader errors (#30981)

10 месяцев назад
typo_in_npm

fix: update message for unsupported schemes with npm and jsr (#26884)

2 года назад
unanalyzable_dynamic_import

fix: support importing statically unanalyzable npm specifiers (#24107)

2 года назад
unicode_subpath

fix(npm): decode percent-encoded subpath of npm specifiers (#35505)

месяц назад
user_agent_env_var

fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26639)

2 года назад
worker_shutdown_during_npm_import

chore: add test for worker shutting down during npm import (#24109)

2 года назад
workers

fix: remove `self` from global middleware (#29734)

год назад
workspace_alias_version_mismatch

fix(npm): support workspace: dependencies with an alias in package.json (#34990)

2 месяца назад
workspace_basic

chore: reenable some tests disabled during Deno 1->2 migration (#26898)

2 года назад
workspace_conflicting_dep

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
workspace_dep_aliases

chore: remove DENO_FUTURE=1 from spec tests (#25329)

2 года назад
workspace_dep_protocol_alias

fix(npm): support workspace: dependencies with an alias in package.json (#34990)

2 месяца назад
workspace_explicit_version_mismatch

fix(npm): resolve workspace members with prerelease versions (#34928)

2 месяца назад
workspace_lifecycle_scripts

fix(npm): run workspace package lifecycle scripts (#34615)

2 месяца назад
workspace_prerelease_member

fix(npm): resolve workspace members with prerelease versions (#34928)

2 месяца назад
workspace_prerelease_member_local

fix(npm): resolve workspace members with prerelease versions (#34928)

2 месяца назад
workspace_sub_deno_json

chore: reenable some tests disabled during Deno 1->2 migration (#26898)

2 года назад
workspace_symlink_cyclic

chore: test node_modules symlinks in npm workspace with cyclic deps (#34759)

2 месяца назад
workspace_version_wildcards

fix: support `workspace:^` and `workspace:~` version constraints (#27096)

2 года назад
workspace_wildcards

refactor: remove DENO_FUTURE (#25314)

2 года назад
ws_compat

refactor(ext/node): wire up native TLSWrap from JS (#33184)

4 месяца назад