{"_id":"@4keys/utc-format","_rev":"1-c8e1801c25a2a3a92bfa9b2c92bc39da","name":"@4keys/utc-format","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@4keys/utc-format","version":"1.0.0","description":"Return the formatted date string in the given format.","keywords":["dates","date-fns","date-formating","utc","timezones"],"author":{"name":"Diego Jara","email":"saintplay96@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/saintplay/utc-format.git"},"bugs":{"url":"https://github.com/saintplay/utc-format/issues"},"main":"dist/utc-format.min.js","files":["dist"],"scripts":{"build":"webpack --env build","dev":"webpack --progress --colors --watch --env dev","test":"mocha --require babel-core/register --colors ./test/*.spec.js","test:watch":"mocha --require babel-core/register --colors -w ./test/*.spec.js","lint":"eslint --fix src/"},"peerDependencies":{"date-fns":"1.x"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^8.0.2","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.24.1","chai":"^4.1.2","eslint":"^4.10.0","eslint-loader":"^1.9.0","mocha":"*","webpack":"^3.8.1","yargs":"^10.0.3"},"license":"MIT","dependencies":{"date-fns":"^1.29.0"},"gitHead":"ba28816bdd456b4dbce6c78f328583e3f7386370","homepage":"https://github.com/saintplay/utc-format#readme","_id":"@4keys/utc-format@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"saintplay","email":"saintplay96@gmail.com"},"dist":{"integrity":"sha512-+selxldpEpnlxgxcHb3qRzCm60KhohyPl+0j2voC0Ns5DzXht/j1+D+9LI6NyP7oBAw8jYDnxsRstzykAKZ/bw==","shasum":"720aa0ed8b0f65109f358256e6115ed669682c7b","tarball":"https://registry.npmjs.org/@4keys/utc-format/-/utc-format-1.0.0.tgz","fileCount":4,"unpackedSize":12367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1V7BCRA9TVsSAnZWagAAfyYP/13l3IjLfUxL/Q8Pys93\nG5NCyBwHYP/46mdRcaOc05irs5LgLEmcvuR/6JVWi7UBbSldYJZzNPNhmOM5\nPhl1VaGeJxoNkQZrkaI9ARQApeP2zQvFmsROv1TmFJBb+ZJdYdKBmSzMeZyY\nwivlU5imdMR4BJXpqi1LbTMlvOKSeEswjvlWKBrrjA0INbJqcuBubs5zWw1Z\n3TIZ2waAwLNGpkYklLtOThPQhsp/XtKNH1FEcLzsv6kGOTvS2ufSrsLMO9xS\n7cPEARQUWk1eVwXzTAEyu0VInsAWm2ZkGqLCLcfXWykInjwSfDz8vkWFj9pX\nU0T+gpNQJo86HJ7g/21nA2LJ+sO4Z4LDV/NcqdtSS4fWQiHDTClHiK6Ilquk\nIGLcAKjgsMXpxts65oKwehq0lF6QeSrVXBxxyRBBAfBN/pzbM/s9VHVbAzVy\nZMFJYm9cU9vrZf93b4vdDLpO/4RX0mI6M5LcidmkmmvbtCrWOTrVE+vi7yf3\nMiGoJhd8MsZzRUle9korHffmk9aatywXtEqs+DnlbxjfXTDiSVQXHZeZb6Ss\nCZXQoQ4l0wWifYSJ2QasfNeqsSpD5Rh3dV0lhr8SgEVB6geJNc9n6RzO5Hnb\nMMl3JowdpI6Q5VzbPxgGo4wTBeNOiK6MyXT/0++CkyxaPJl/FEX3NM0p8/YQ\n13s8\r\n=RnVy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+tGM8mhVkAliMYtQZ4fdVnOQfFJgY63ekti6RD+uJEAIgQSBjZHTeV8qkUjDL+MFly7Ds/QH0rdNn46ouQiVMj0E="}]},"maintainers":[{"name":"saintplay","email":"saintplay96@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/utc-format_1.0.0_1523932865008_0.5224801614907895"},"_hasShrinkwrap":false}},"time":{"created":"2018-04-17T02:41:04.957Z","1.0.0":"2018-04-17T02:41:05.097Z","modified":"2022-04-04T10:47:06.787Z"},"maintainers":[{"name":"saintplay","email":"saintplay96@gmail.com"}],"description":"Return the formatted date string in the given format.","homepage":"https://github.com/saintplay/utc-format#readme","keywords":["dates","date-fns","date-formating","utc","timezones"],"repository":{"type":"git","url":"git+https://github.com/saintplay/utc-format.git"},"author":{"name":"Diego Jara","email":"saintplay96@gmail.com"},"bugs":{"url":"https://github.com/saintplay/utc-format/issues"},"license":"MIT","readme":"# utc-format\n\n> Return the formatted date string in the given format - Logic from date-fns\n\n## Install ##\n\n    npm install --save @4keys/utc-format\n\nor\n\n    yarn add @4keys/utc-format\n\n\n## Usage ##\n\n```js\nvar format = require('@4keys/utc-format');\n\n// Check https://date-fns.org/docs/format\n```\n\n## License ##\n\nMIT © [Diego Jara](saintplay96@gmail.com)\n","readmeFilename":"README.md"}