https://github.com/browserify/resolve

javascript module modules node nodejs require resolve resolver

Last synced: about 1 month ago

Repository metadata:

Implements the node.js require.resolve() algorithm


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 607
Total Committers: 61
Avg Commits per committer: 9.951
Development Distribution Score (DDS): 0.353

Commits in past year: 8
Committers in past year: 1
Avg Commits per committer in past year: 8.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Jordan Harband l****b@g****m 393
James Halliday m****l@s****t 109
Simen Bekkhus s****1@g****m 8
Justin Searls s****s@g****m 5
Jesse McCarthy g****s@j****t 5
Jared Hanson j****n@g****m 4
Maël Nison m****l@f****m 4
Maël Nison n****l@g****m 4
Keith Cirkel k****s 3
Bouke van der Bijl b****l@g****m 2
Clinton Chau c****n@p****m 2
Daniel Ruf m****1@d****e 2
Dmitriy Kuznetsov d****v@t****u 2
Forbes Lindesay f****y@r****m 2
Ilya Pospelov p****7@g****m 2
Justin Meyer j****r@g****m 2
Manu MA m****a@g****m 2
Mark Molinaro m****n@m****m 2
Nicolò Ribaudo n****o@g****m 2
Renée Kooi r****e@k****e 2
Robert Chiniquy r****y@r****m 2
Stefan Penner s****r@g****m 2
Sven Slootweg a****n@c****t 2
Thorsten Lorenz t****z@g****e 2
Tom Jenkinson t****m@t****e 2
j- j@s****m 2
lgandecki l****i@t****o 2
zkochan z****n@g****m 2
Shinnosuke Watanabe s****b@g****m 2
Bogdan Luca l****n@g****m 1
and 31 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

npm: resolve

resolve like require.resolve() on behalf of files asynchronously and synchronously

  • Homepage: https://github.com/browserify/resolve
  • Licenses: MIT
  • Latest release: 1.22.8 (published about 1 year ago)
  • Last Synced: 2024-11-10T22:05:46.525Z (about 1 month ago)
  • Versions: 95
  • Dependent Packages: 10,935
  • Dependent Repositories: 5,229,428
  • Downloads: 342,343,759 Last month
  • Docker Downloads: 13,796,864,416
  • Rankings:
    • Dependent repos count: 0.0%
    • Downloads: 0.002%
    • Docker downloads count: 0.005%
    • Dependent packages count: 0.009%
    • Average: 0.787%
    • Forks count: 2.154%
    • Stargazers count: 2.553%
  • Maintainers (1)
  • Funding:
    • url: https://github.com/sponsors/ljharb
maven: org.webjars.npm:resolve

WebJar for resolve

  • Homepage: https://www.webjars.org
  • Documentation: https://appdoc.app/artifact/org.webjars.npm/resolve/
  • Licenses: MIT
  • Latest release: 1.22.8 (published 9 months ago)
  • Last Synced: 2024-11-10T22:05:46.452Z (about 1 month ago)
  • Versions: 31
  • Dependent Packages: 66
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 1.022%
    • Average: 16.501%
    • Dependent repos count: 31.98%
npm: resolve-with-debug

resolve like require.resolve() on behalf of files asynchronously and synchronously

  • Homepage:
  • Licenses: MIT
  • Latest release: 1.22.10 (published over 1 year ago)
  • Last Synced: 2024-11-10T22:05:50.655Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3 Last month
  • Rankings:
    • Forks count: 2.272%
    • Stargazers count: 2.667%
    • Downloads: 14.57%
    • Average: 22.094%
    • Dependent repos count: 37.336%
    • Dependent packages count: 53.627%
  • Maintainers (1)
  • Funding:
    • url: https://github.com/sponsors/ljharb
maven: org.webjars.npm:github-com-browserify-resolve

WebJar for resolve

  • Homepage: https://www.webjars.org
  • Documentation: https://appdoc.app/artifact/org.webjars.npm/github-com-browserify-resolve/
  • Licenses: MIT
  • Latest release: 1.17.0 (published over 4 years ago)
  • Last Synced: 2024-11-10T22:05:48.324Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 10.92%
    • Forks count: 10.973%
    • Average: 25.683%
    • Dependent repos count: 31.98%
    • Dependent packages count: 48.86%

Dependencies

package.json npm
  • @ljharb/eslint-config ^21.0.0 development
  • array.prototype.map ^1.0.4 development
  • aud ^2.0.0 development
  • copy-dir ^1.3.0 development
  • eclint ^2.8.1 development
  • eslint =8.8.0 development
  • in-publish ^2.0.1 development
  • mkdirp ^0.5.5 development
  • mv ^2.1.1 development
  • npmignore ^0.3.0 development
  • object-keys ^1.1.1 development
  • rimraf ^2.7.1 development
  • safe-publish-latest ^2.0.0 development
  • tap 0.4.13 development
  • tape ^5.5.3 development
  • tmp ^0.0.31 development
  • is-core-module ^2.9.0
  • path-parse ^1.0.7
  • supports-preserve-symlinks-flag ^1.0.0
test/resolver/multirepo/package.json npm
  • lerna ^3.4.3 development
  • jquery ^3.3.1
  • resolve ../../../
test/resolver/multirepo/packages/package-a/package.json npm
  • @my-scope/package-b ^0.0.0
test/resolver/multirepo/packages/package-b/package.json npm
  • @my-scope/package-a ^0.0.0
test/resolver/nested_symlinks/mylib/package.json npm
  • buffer *
.github/workflows/rebase.yml actions
  • actions/checkout v2 composite
  • ljharb/rebase master composite
.github/workflows/require-allow-edits.yml actions
  • ljharb/require-allow-edits main composite
.github/workflows/executable.yml actions
  • actions/checkout v4 composite
  • ljharb/actions/node/install main composite
.github/workflows/node-aught.yml actions
.github/workflows/node-pretest.yml actions
.github/workflows/node-tens.yml actions
test/module_dir/zmodules/bbb/package.json npm
test/pathfilter/deep_ref/node_modules/deep/package.json npm
test/resolver/baz/package.json npm
test/resolver/biz/node_modules/garply/package.json npm
test/resolver/browser_field/package.json npm
test/resolver/dot_main/package.json npm
test/resolver/dot_slash_main/package.json npm
test/resolver/empty_main/package.json npm
test/resolver/false_main/package.json npm
test/resolver/incorrect_main/package.json npm
test/resolver/invalid_main/package.json npm
test/resolver/malformed_package_json/package.json npm
test/resolver/missing_index/package.json npm
test/resolver/missing_main/package.json npm
test/resolver/nested_symlinks/common/node_modules/buffer/package.json npm
test/resolver/null_main/package.json npm
test/resolver/symlinked/package/package.json npm
test/subdirs/node_modules/a/package.json npm
test/symlinks/source/node_modules/mod-a/package.json npm