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
|
Source: node-cached-path-relative
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, nodejs (>= 4.7)
, dpkg-dev (>= 1.17.14)
, node-tape (>= 4.2.0) <!nocheck>
, node-tap (>= 8) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/ashaffer/cached-path-relative#readme
Vcs-Git: https://salsa.debian.org/js-team/node-cached-path-relative.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cached-path-relative
Package: node-cached-path-relative
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
Description: Memoize the results of the path.relative function
path.relative function can be an expensive operation
if it happens a lot, and its results have a low probability to
change for the same arguments.
.
This module thus cache (memoize) the result of path.relative,
in order to speed of browserify.
.
Node.js is an event-based server-side JavaScript engine.
|