mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
95
node_modules/prepend-http/package.json
generated
vendored
Normal file
95
node_modules/prepend-http/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"prepend-http@^1.0.1",
|
||||
"/home/beppe/Github/yahooApi/node_modules/url-parse-lax"
|
||||
]
|
||||
],
|
||||
"_from": "prepend-http@>=1.0.1 <2.0.0",
|
||||
"_id": "prepend-http@1.0.4",
|
||||
"_inCache": true,
|
||||
"_installable": 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": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.15.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "prepend-http",
|
||||
"raw": "prepend-http@^1.0.1",
|
||||
"rawSpec": "^1.0.1",
|
||||
"scope": null,
|
||||
"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": "/home/beppe/Github/yahooApi/node_modules/url-parse-lax",
|
||||
"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": "*"
|
||||
},
|
||||
"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": [
|
||||
"http",
|
||||
"https",
|
||||
"humanized",
|
||||
"prepend",
|
||||
"protocol",
|
||||
"scheme",
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "prepend-http",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/prepend-http.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.4"
|
||||
}
|
Reference in New Issue
Block a user