{
  "_args": [
    [
      "prepend-http@https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "prepend-http@>=1.0.0 <2.0.0",
  "_id": "prepend-http@1.0.3",
  "_inCache": true,
  "_location": "/prepend-http",
  "_phantomChildren": {},
  "_requested": {
    "name": "prepend-http",
    "raw": "prepend-http@https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
    "rawSpec": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/normalize-url"
  ],
  "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
  "_shasum": "4d0d2b6f9efcf1190c23931325b4f3a9dba84869",
  "_shrinkwrap": null,
  "_spec": "prepend-http@https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.3.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/prepend-http/issues"
  },
  "dependencies": {},
  "description": "Prepend http:// to humanized URLs like todomvc.com and localhost",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/prepend-http#readme",
  "keywords": [
    "http",
    "https",
    "prepend",
    "protocol",
    "scheme",
    "uri",
    "url"
  ],
  "license": "MIT",
  "name": "prepend-http",
  "optionalDependencies": {},
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/prepend-http.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.3"
}
