node-resolve 1.1.7-2 source package in Ubuntu

Changelog

node-resolve (1.1.7-2) unstable; urgency=medium

  * merging of 1.1.7 and 0.3.1 package
    - restore original short description
    - merge copyright
    - add examples
    - readd sunweaver as uploader
    - point VCS URLs to pkg-javascript
      (there has been no repo in collab maint)

 -- Thorsten Alteholz <email address hidden>  Fri, 17 Jun 2016 19:33:25 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-resolve_1.1.7-2.dsc 2.1 KiB 49adba57246218cc139bc916aa4c4d00ad26fdd236d385b3911550c15b19798c
node-resolve_1.1.7.orig.tar.gz 10.4 KiB cd6b41fa9a8062a49663e8ccdd79f92bd22b69515a4d57d885a1615995f2ddb1
node-resolve_1.1.7-2.debian.tar.xz 2.3 KiB 511685bfd86f7eb6e2afe67493998f2184844de95ee99591a82d18acf364cb4f

Available diffs

No changes file available.

Binary packages built by this source

node-resolve: Synchronous/Asynchronous require.resolve() algorithm

 This module implements the node require.resolve() algorithm such
 that you can require.resolve() on behalf of a file asynchronously
 and synchronously
 .
 Node.js is an event-based server-side JavaScript engine.