package.json 1.7 KB

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