package.json 977 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "dateformat",
  3. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  4. "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
  5. "homepage": "https://github.com/felixge/node-dateformat",
  6. "author": "Steven Levithan",
  7. "contributors": [
  8. "Steven Levithan",
  9. "Felix Geisendörfer <felix@debuggable.com>",
  10. "Christoph Tavan <dev@tavan.de>",
  11. "Jon Schlinkert (https://github.com/jonschlinkert)"
  12. ],
  13. "version": "2.2.0",
  14. "license": "MIT",
  15. "main": "lib/dateformat",
  16. "devDependencies": {
  17. "underscore": "1.7.0",
  18. "mocha": "2.0.1"
  19. },
  20. "engines": {
  21. "node": "*"
  22. },
  23. "scripts": {
  24. "test": "mocha"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/felixge/node-dateformat.git"
  29. },
  30. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  31. "_from": "dateformat@2.2.0",
  32. "_resolved": "https://registry.npm.taobao.org/dateformat/download/dateformat-2.2.0.tgz"
  33. }