Skip to content

Instantly share code, notes, and snippets.

@EvanHahn
Created April 4, 2014 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanHahn/bde5cd4379b7ac57cc42 to your computer and use it in GitHub Desktop.
Save EvanHahn/bde5cd4379b7ac57cc42 to your computer and use it in GitHub Desktop.
npm info humanize-duration
{ name: 'humanize-duration',
description: 'Convert millisecond durations to English or many other languages.',
'dist-tags': { latest: '0.6.1' },
versions:
[ '0.1.0',
'0.2.0',
'0.3.0',
'0.4.0',
'0.4.1',
'0.5.0',
'0.6.0',
'0.6.1' ],
maintainers: 'evanhahn <me@evanhahn.com>',
time:
{ modified: '2014-04-04T18:31:54.110Z',
created: '2013-07-12T23:21:16.827Z',
'0.1.0': '2013-07-12T23:21:17.830Z',
'0.2.0': '2013-07-16T00:18:36.361Z',
'0.3.0': '2013-10-04T21:27:19.095Z',
'0.4.0': '2013-10-09T15:40:20.382Z',
'0.4.1': '2013-12-01T17:35:47.136Z',
'0.5.0': '2014-01-29T19:51:36.848Z',
'0.6.0': '2014-02-08T18:09:19.304Z',
'0.6.1': '2014-02-17T22:40:09.322Z' },
author: 'Evan Hahn',
repository:
{ type: 'git',
url: 'git://github.com/EvanHahn/HumanizeDuration.js.git' },
readmeFilename: 'README.md',
keywords:
[ 'humanize',
'duration',
'time',
'hours',
'minutes',
'seconds',
'days',
'years',
'months',
'english',
'spanish',
'french',
'catalan',
'portuguese',
'korean',
'norwegian',
'german' ],
bugs: { url: 'https://github.com/EvanHahn/HumanizeDuration.js/issues' },
license: 'WTFPL',
version: '0.6.1',
main: 'humanize-duration.js',
scripts: { test: './node_modules/mocha/bin/mocha' },
devDependencies: { mocha: '1.17.x', chai: '1.8.x', sugar: '1.4.x' },
jshintConfig:
{ bitwise: true,
camelcase: true,
curly: false,
eqeqeq: false,
es3: true,
freeze: true,
immed: true,
latedef: true,
newcap: true,
noarg: true,
noempty: true,
nonew: true,
plusplus: false,
quotmark: true,
undef: true,
unused: true,
strict: false,
trailing: true,
predef: [ 'module', 'require', 'describe', 'it', 'beforeEach' ] },
dist:
{ shasum: 'b93d174fc1fc337d138a210ca5982ae401f0d274',
tarball: 'http://registry.npmjs.org/humanize-duration/-/humanize-duration-0.6.1.tgz' },
directories: {} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment