Package: node-invert-kv Version: 3.0.1 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(0f785e7512c688a0ccf92f24be954531a6b7146c9469b2677080612c3b6abf53) SourceDirectory: invert-kv-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(9bd17f7537052f1a7c628721ea99426f3c01ca133f8c500965716dd8d1563efb) Source2ExtractDir: invert-kv-%v ### DocFiles: readme.md license ### PatchScript: << patch -p1 < debian/patches/replace-ava-by-tape.diff << ### CompileScript: << echo << # No tests as it will cause a circdep #InfoTest: << # TestDepends: << # node-tape # << # TestScript: << #tape test.js || exit 2 # << #<< InstallScript: << install -d -m0755 %i/share/nodejs/invert-kv install -m0644 index.js %i/share/nodejs/invert-kv/ install -m0644 index.d.ts %i/share/nodejs/invert-kv/ install -m0644 package.json %i/share/nodejs/invert-kv/ << ### Description: Invert the key/value of an object DescDetail: << This module provides a method to invert the key/value of an object. Example: {foo: 'bar'} -> {bar: 'foo'} . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://github.com/sindresorhus/invert-kv Maintainer: Justin F. Hallett