package.json 1.7 KB

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