{
  "_args": [
    [
      "dateformat@5.0.3",
      "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend"
    ]
  ],
  "_from": "dateformat@5.0.3",
  "_id": "dateformat@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Kvr6HmPXUMerlLcLF+Pwq3K7apHpYmGDVqrxcDasBg86UcKeTSNWbEzU8bwdXnxnR44FtMhJAxI4Bov6Y/KUfA==",
  "_location": "/dateformat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dateformat@5.0.3",
    "name": "dateformat",
    "escapedName": "dateformat",
    "rawSpec": "5.0.3",
    "saveSpec": null,
    "fetchSpec": "5.0.3"
  },
  "_requiredBy": [
    "/ws.js"
  ],
  "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-5.0.3.tgz",
  "_spec": "5.0.3",
  "_where": "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend",
  "author": {
    "name": "Steven Levithan"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-dateformat/issues"
  },
  "contributors": [
    {
      "name": "Steven Levithan"
    },
    {
      "name": "Felix Geisendörfer",
      "email": "felix@debuggable.com"
    },
    {
      "name": "Christoph Tavan",
      "email": "dev@tavan.de"
    },
    {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    {
      "name": "Chase Manning",
      "email": "me@chasemanning.co.nz"
    }
  ],
  "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "mocha": "^9.0.3",
    "uglify-js": "^3.14.1"
  },
  "engines": {
    "node": ">=12.20"
  },
  "homepage": "https://github.com/felixge/node-dateformat",
  "license": "MIT",
  "main": "lib/dateformat.js",
  "maintainers": [
    {
      "name": "Felix Geisendörfer",
      "email": "felix@debuggable.com"
    },
    {
      "name": "Chase Manning",
      "email": "me@chasemanning.co.nz"
    }
  ],
  "name": "dateformat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixge/node-dateformat.git"
  },
  "scripts": {
    "benchmark": "npm run build && node ./benchmark/benchmark.js",
    "build": "babel src --out-dir lib && uglifyjs lib/dateformat.js -o lib/dateformat.js",
    "test": "npm run build && mocha"
  },
  "type": "module",
  "version": "5.0.3"
}
