package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "date-format@^3.0.0",
  3. "_id": "date-format@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-64eANlx9KxURB4+0keZHl4DzrZU=",
  6. "_location": "/date-format",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "date-format@^3.0.0",
  12. "name": "date-format",
  13. "escapedName": "date-format",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/log4js"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/date-format/download/date-format-3.0.0.tgz",
  22. "_shasum": "eb8780365c7d2b1511078fb491e6479780f3ad95",
  23. "_spec": "date-format@^3.0.0",
  24. "_where": "D:\\project\\server\\logtest\\node_modules\\log4js",
  25. "author": {
  26. "name": "Gareth Jones",
  27. "email": "gareth.nomiddlename@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nomiddlename/date-format/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Formatting Date objects as strings since 2013",
  35. "devDependencies": {
  36. "eslint": "^5.16.0",
  37. "eslint-plugin-mocha": "^5.3.0",
  38. "mocha": "^5.2.0",
  39. "should": "^13.2.3"
  40. },
  41. "engines": {
  42. "node": ">=4.0"
  43. },
  44. "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
  45. "homepage": "https://github.com/nomiddlename/date-format#readme",
  46. "keywords": [
  47. "date",
  48. "format",
  49. "string"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "date-format",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/nomiddlename/date-format.git"
  57. },
  58. "scripts": {
  59. "lint": "eslint lib/* test/*",
  60. "pretest": "eslint lib/* test/*",
  61. "test": "mocha"
  62. },
  63. "version": "3.0.0"
  64. }