Package: node-is-number
Version: 7.0.0
Revision: 1.1.1
###
BuildDepends: <<
	fink (>= 0.32)
<<
Depends: <<
	node-kind-of,
	nodejs
<<
###
Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz
Source-Checksum: SHA256(03e4ee5cb387a46770d6863ada442947bd60d6ba94ed86fb7402adade430f949)
SourceDirectory: is-number-%v
Source2: mirror:debian:pool/main/n/%n/%n_%v-1.1.debian.tar.xz
Source2-Checksum: SHA256(aaed3582163fe77abab155e388aade19162628653bc74e643340e9e77f1535f4)
Source2ExtractDir: is-number-%v
###
DocFiles: README.md LICENSE
###
CompileScript: <<
echo
<<
# No tests as it will cause a circdep
#InfoTest: <<
#	TestDepends: <<
#		mocha
#	<<
#	TestScript: <<
#mocha || exit 2
#	<<
#<<
InstallScript: <<
install -d -m0755 %i/share/nodejs/is-number
install -m0644 index.js %i/share/nodejs/is-number/
install -m0644 package.json %i/share/nodejs/is-number/
<<
###
Description: Returns true if the value is a number
DescDetail: <<
It has comprehensive tests.
.
Node.js is an event-based server-side JavaScript engine.
<<
###
License: BSD
Homepage: https://github.com/jonschlinkert/is-number
Maintainer: Justin F. Hallett <thesin@users.sourceforge.net>