用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
790 B

6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
  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. }