package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "dateformat@^3.0.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator"
  6. ]
  7. ],
  8. "_from": "dateformat@>=3.0.3 <4.0.0",
  9. "_id": "dateformat@3.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/dateformat",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/dateformat_3.0.3_1518206741376_0.524068871992555"
  17. },
  18. "_npmUser": {
  19. "email": "brian.woodward@gmail.com",
  20. "name": "doowb"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "dateformat",
  26. "raw": "dateformat@^3.0.3",
  27. "rawSpec": "^3.0.3",
  28. "scope": null,
  29. "spec": ">=3.0.3 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yeoman-generator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
  36. "_shasum": "a6e37499a4d9a9cf85ef5872044d62901c9889ae",
  37. "_shrinkwrap": null,
  38. "_spec": "dateformat@^3.0.3",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-generator",
  40. "author": {
  41. "name": "Steven Levithan"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/felixge/node-dateformat/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Steven Levithan"
  49. },
  50. {
  51. "name": "Felix Geisendörfer",
  52. "email": "felix@debuggable.com"
  53. },
  54. {
  55. "name": "Christoph Tavan",
  56. "email": "dev@tavan.de"
  57. },
  58. {
  59. "name": "Jon Schlinkert",
  60. "url": "https://github.com/jonschlinkert"
  61. }
  62. ],
  63. "dependencies": {},
  64. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  65. "devDependencies": {
  66. "mocha": "2.0.1",
  67. "underscore": "1.7.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "fileCount": 4,
  72. "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==",
  73. "shasum": "a6e37499a4d9a9cf85ef5872044d62901c9889ae",
  74. "tarball": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
  75. "unpackedSize": 15045
  76. },
  77. "engines": {
  78. "node": "*"
  79. },
  80. "gitHead": "c7fb1bc73fd1180df0b9670e83796ea14963298d",
  81. "homepage": "https://github.com/felixge/node-dateformat",
  82. "license": "MIT",
  83. "main": "lib/dateformat",
  84. "maintainers": [
  85. {
  86. "name": "ctavan",
  87. "email": "dev@tavan.de"
  88. },
  89. {
  90. "name": "doowb",
  91. "email": "brian.woodward@gmail.com"
  92. },
  93. {
  94. "name": "felixge",
  95. "email": "felix@debuggable.com"
  96. },
  97. {
  98. "name": "fpintos",
  99. "email": "fpintos.npm@outlook.com"
  100. },
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. }
  105. ],
  106. "name": "dateformat",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/felixge/node-dateformat.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "version": "3.0.3"
  117. }