kubernetes-handbook/node_modules/url-join/package.json

86 lines
2.0 KiB
JSON

{
"_args": [
[
{
"name": "url-join",
"raw": "url-join@^0.0.1",
"rawSpec": "^0.0.1",
"scope": null,
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"/gitbook/node_modules/sitemap"
]
],
"_from": "url-join@>=0.0.1 <0.0.2",
"_id": "url-join@0.0.1",
"_inCache": true,
"_installable": true,
"_location": "/url-join",
"_npmUser": {
"email": "jfromaniello@gmail.com",
"name": "jfromaniello"
},
"_npmVersion": "1.1.69",
"_phantomChildren": {},
"_requested": {
"name": "url-join",
"raw": "url-join@^0.0.1",
"rawSpec": "^0.0.1",
"scope": null,
"spec": ">=0.0.1 <0.0.2",
"type": "range"
},
"_requiredBy": [
"/sitemap"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz",
"_shasum": "1db48ad422d3402469a87f7d97bdebfe4fb1e3c8",
"_shrinkwrap": null,
"_spec": "url-join@^0.0.1",
"_where": "/gitbook/node_modules/sitemap",
"author": {
"email": "jfromaniello@gmail.com",
"name": "José F. Romaniello",
"url": "http://joseoncode.com"
},
"bugs": {
"url": "https://github.com/jfromaniello/url-join/issues"
},
"dependencies": {},
"description": "Join urls and normalize as in path.join.",
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1"
},
"directories": {},
"dist": {
"shasum": "1db48ad422d3402469a87f7d97bdebfe4fb1e3c8",
"tarball": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz"
},
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"url",
"join"
],
"license": "MIT",
"main": "lib/url-join.js",
"maintainers": [
{
"email": "jfromaniello@gmail.com",
"name": "jfromaniello"
}
],
"name": "url-join",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"scripts": {
"test": "mocha --require should"
},
"version": "0.0.1"
}