GT2/GT2-iOS/node_modules/prepend-http/package.json

105 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "prepend-http@^1.0.1",
"scope": null,
"escapedName": "prepend-http",
"name": "prepend-http",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/url-parse-lax"
]
],
"_from": "prepend-http@>=1.0.1 <2.0.0",
"_id": "prepend-http@1.0.4",
"_inCache": true,
"_location": "/prepend-http",
"_nodeVersion": "4.4.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/prepend-http-1.0.4.tgz_1462857682803_0.5703588796313852"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.15.0",
"_phantomChildren": {},
"_requested": {
"raw": "prepend-http@^1.0.1",
"scope": null,
"escapedName": "prepend-http",
"name": "prepend-http",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/url-parse-lax"
],
"_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
"_shasum": "d4f4562b0ce3696e41ac52d0e002e57a635dc6dc",
"_shrinkwrap": null,
"_spec": "prepend-http@^1.0.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/url-parse-lax",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"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": "*"
},
"directories": {},
"dist": {
"shasum": "d4f4562b0ce3696e41ac52d0e002e57a635dc6dc",
"tarball": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "4f2fbbcdd5daa579c062f9e54a99c8714ddc80d8",
"homepage": "https://github.com/sindresorhus/prepend-http#readme",
"keywords": [
"prepend",
"protocol",
"scheme",
"url",
"uri",
"http",
"https",
"humanized"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"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\nconst 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](https://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.4"
}