1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: node-enhanced-resolve
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, jest <!nocheck>
, node-graceful-fs <!nocheck>
, node-memory-fs <!nocheck>
, node-should <!nocheck>
, node-tapable <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/webpack/enhanced-resolve
Vcs-Git: https://salsa.debian.org/js-team/node-enhanced-resolve.git
Vcs-Browser: https://salsa.debian.org/js-team/node-enhanced-resolve
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-enhanced-resolve
Architecture: all
Depends:
${misc:Depends}
, node-graceful-fs
, node-memory-fs
, node-tapable (>= 1.0~)
Breaks: webpack (<<4.43.0-7~)
Description: Offers a async require.resolve function
It's highly configurable.
.
Features
* plugin system
* provide a custom filesystem
* sync and async node.js filesystems included
.
Node.js is an event-based server-side JavaScript engine.
|