{ "name": "dateformat", "description": "A node.js package for Steven Levithan's excellent dateFormat() function.", "maintainers": "Felix Geisendörfer ", "homepage": "https://github.com/felixge/node-dateformat", "author": "Steven Levithan", "contributors": [ "Steven Levithan", "Felix Geisendörfer ", "Christoph Tavan ", "Jon Schlinkert (https://github.com/jonschlinkert)" ], "version": "2.2.0", "license": "MIT", "main": "lib/dateformat", "devDependencies": { "underscore": "1.7.0", "mocha": "2.0.1" }, "engines": { "node": "*" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/felixge/node-dateformat.git" }, "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)", "_from": "dateformat@2.2.0", "_resolved": "https://registry.npm.taobao.org/dateformat/download/dateformat-2.2.0.tgz" }