{"_id":"@am271/url-shortener","name":"@am271/url-shortener","dist-tags":{"latest":"1.1.0"},"versions":{"1.1.0":{"dependencies":{"body-parser":"^1.19.1","express":"^4.17.2","simple-json-db":"^1.2.3"},"scripts":{"start":"node server.js"},"name":"@am271/url-shortener","description":"This is a simple URL Shortener built using Node JS.","version":"1.1.0","main":"server.js","devDependencies":{},"repository":{"type":"git","url":"git+https://github.com/DSU-cst/VAC_ENG19CT0004.git"},"author":"","license":"ISC","bugs":{"url":"https://github.com/DSU-cst/VAC_ENG19CT0004/issues"},"homepage":"https://github.com/DSU-cst/VAC_ENG19CT0004#readme","gitHead":"fbaad1b05ed404a04e9ddd7b866481a9ea00ffc5","_id":"@am271/url-shortener@1.1.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-1Va7TtAqFk6xMGE8BmjaYeWagBhmVMJbLcPEnvgbpidKc/Nsova98ifOaKuS5M2YNd+BTQJtqp1gjiHR16GH0g==","shasum":"acc80c2da76a47410eea5585a1b38732cc92c26f","tarball":"https://registry.npmjs.org/@am271/url-shortener/-/url-shortener-1.1.0.tgz","fileCount":10,"unpackedSize":1860304,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLFm73vsWjx6+OJDt4BP9mD9nDSXJhNtskgg2CveXKrgIhANQDdWZn6WH63oRgCNRBzN7S4Tlbxnu/3hkkzwM9/Bjv"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4NgIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUaw//TQMqiYkNfYP9gUGwHrYMf51oYaQp19/J4AtN3R3z+70fgox9\r\nUhBrc20TeluwZWaYDondlwUQjZdXx3NW/Ht+RLaQAZHJirCGDtAiWtQVwQB/\r\nvZJiShkpRBUem+lDNYQBn0TNL9+nhSGoUyLXkZ2D8kUz8gHvIdGM1GglWqUT\r\nLEfsJmaNzaAUklPXN2RA1z6eALw2NAeR8GicumUcqAud2Ph09uKVYcLNMX/n\r\niHKQT8N8eZbKwaVGlsUd5Vbt7jCH3zLeuP8GXEmaeSZjC1gD6cZXObL9jbw5\r\nwhcazA04d7zoBhshBt4H5/ax9r5ABBFmWlWaBmJdfxcygYhbW6Q76/80cDGF\r\nFsHxqSJ2HoUUkpOeUbTKrZsW8Jf3g/TZ1y7pj2YxSYZYtsvBvGWM4jawrXvy\r\niN3cSnjFLrJ3JTGGVzc/EV9rU5Juvs8eYK5+pqWv5lOGaGxwDOKtE3/9HdM/\r\nduoU5fztPI5HGzPKXMrMucklKVEAOnd0mzfKXAybVHSXf3N98LmMA1OGI3rJ\r\nCE7eojZXWIT1cWTmw2M8ozHTPMpabCysJabE45a/nts/zzSJ4Xd9DBaT40DH\r\njPxkftle8gnuIemk2gkknAddO4qxBhNy+yVBHyrwoJq2j4JvpdMgwsIH9oJ1\r\nyhgx1PC8Bzj8j0esiWj8P1TvbZUA8NOHi34=\r\n=/tkX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"am271","email":"amitu895@gmail.com"},"directories":{},"maintainers":[{"name":"am271","email":"amitu895@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/url-shortener_1.1.0_1658902536240_0.5958661677506172"},"_hasShrinkwrap":false}},"time":{"created":"2022-07-27T06:15:36.164Z","1.1.0":"2022-07-27T06:15:36.506Z","modified":"2022-07-27T06:15:36.628Z"},"maintainers":[{"name":"am271","email":"amitu895@gmail.com"}],"description":"This is a simple URL Shortener built using Node JS.","homepage":"https://github.com/DSU-cst/VAC_ENG19CT0004#readme","repository":{"type":"git","url":"git+https://github.com/DSU-cst/VAC_ENG19CT0004.git"},"bugs":{"url":"https://github.com/DSU-cst/VAC_ENG19CT0004/issues"},"license":"ISC","readme":"# URL Shortener\n\nThis is a simple URL Shortener built using Node JS.\n\n## Usage\n\nGit clone the above repository and run the command:\n\n```bash\nnode server.js 127.0.0.1\n```\n\nPress Ctrl + C to shutdown the server.\n\n## Important note\nIt is important to use [127.0.0.1](http://127.0.0.1/) instead of [localhost](http://localhost/). This is because most browsers implement the CORS policy that does not allow the client side javascript to access the resources outside its domain. To read more about it, [click here](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).\n\n## To change the port number\nEdit the 'server.js' file and 'index.js'.\n\n## Modules used\nYou do not need to manually install the modules after cloning the repository.\n- [Express](https://expressjs.com/)\n- [Path](https://nodejs.org/api/path.html)\n- [Simple JSON DB](https://www.npmjs.com/package/simple-json-db)\n","readmeFilename":"README.MD"}