package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "dateformat@1.0.12",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dateformat@1.0.12",
  10. "_id": "dateformat@1.0.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
  13. "_location": "/dateformat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dateformat@1.0.12",
  19. "name": "dateformat",
  20. "escapedName": "dateformat",
  21. "rawSpec": "1.0.12",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.12"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
  29. "_spec": "1.0.12",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Steven Levithan"
  33. },
  34. "bin": {
  35. "dateformat": "bin/cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/felixge/node-dateformat/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Steven Levithan"
  43. },
  44. {
  45. "name": "Felix Geisendörfer",
  46. "email": "felix@debuggable.com"
  47. },
  48. {
  49. "name": "Christoph Tavan",
  50. "email": "dev@tavan.de"
  51. }
  52. ],
  53. "dependencies": {
  54. "get-stdin": "^4.0.1",
  55. "meow": "^3.3.0"
  56. },
  57. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  58. "devDependencies": {
  59. "mocha": "2.0.1",
  60. "underscore": "1.7.0"
  61. },
  62. "engines": {
  63. "node": "*"
  64. },
  65. "homepage": "https://github.com/felixge/node-dateformat",
  66. "license": "MIT",
  67. "main": "lib/dateformat",
  68. "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
  69. "name": "dateformat",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/felixge/node-dateformat.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "1.0.12"
  78. }