package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "dateformat@2.2.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "dateformat@2.2.0",
  9. "_id": "dateformat@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
  12. "_location": "/dateformat",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dateformat@2.2.0",
  18. "name": "dateformat",
  19. "escapedName": "dateformat",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
  28. "_spec": "2.2.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Steven Levithan"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/felixge/node-dateformat/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Steven Levithan"
  39. },
  40. {
  41. "name": "Felix Geisendörfer",
  42. "email": "felix@debuggable.com"
  43. },
  44. {
  45. "name": "Christoph Tavan",
  46. "email": "dev@tavan.de"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. }
  52. ],
  53. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  54. "devDependencies": {
  55. "mocha": "2.0.1",
  56. "underscore": "1.7.0"
  57. },
  58. "engines": {
  59. "node": "*"
  60. },
  61. "homepage": "https://github.com/felixge/node-dateformat",
  62. "license": "MIT",
  63. "main": "lib/dateformat",
  64. "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
  65. "name": "dateformat",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/felixge/node-dateformat.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "2.2.0"
  74. }