Sha256: 26ef938fd38458963d0dc7ef5e13a56b95ad282d0ce4f83614656e2b5c4b1469
Contents?: true
Size: 1.64 KB
Versions: 62
Compression:
Stored size: 1.64 KB
Contents
{ "name": "prepend-http", "version": "1.0.3", "description": "Prepend http:// to humanized URLs like todomvc.com and localhost", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/prepend-http.git" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "protocol", "scheme", "url", "uri", "prepend", "http", "https" ], "devDependencies": { "ava": "*", "xo": "*" }, "readme": "# prepend-http [![Build Status](https://travis-ci.org/sindresorhus/prepend-http.svg?branch=master)](https://travis-ci.org/sindresorhus/prepend-http)\n\n> Prepend `http://` to humanized URLs like `todomvc.com` and `localhost`\n\n\n## Install\n\n```\n$ npm install --save prepend-http\n```\n\n\n## Usage\n\n```js\nvar prependHttp = require('prepend-http');\n\nprependHttp('todomvc.com');\n//=> http://todomvc.com\n\nprependHttp('localhost');\n//=> http://localhost\n\nprependHttp('http://todomvc.com');\n//=> http://todomvc.com\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", "readmeFilename": "readme.md", "bugs": { "url": "https://github.com/sindresorhus/prepend-http/issues" }, "homepage": "https://github.com/sindresorhus/prepend-http#readme", "_id": "prepend-http@1.0.3", "_shasum": "4d0d2b6f9efcf1190c23931325b4f3a9dba84869", "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz", "_from": "prepend-http@>=1.0.0 <2.0.0" }
Version data entries
62 entries across 62 versions & 1 rubygems