This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/node_modules/url-join/package.json
2019-12-02 12:10:45 +10:30

85 lines
2.2 KiB
JSON

{
"_args": [
[
"url-join@^2.0.5",
"/home/solomon/ownCloud/Personal/workspace/inkletblot.com/node_modules/ecstatic"
]
],
"_from": "url-join@>=2.0.5 <3.0.0",
"_id": "url-join@2.0.5",
"_inCache": true,
"_installable": true,
"_location": "/url-join",
"_nodeVersion": "6.11.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/url-join-2.0.5.tgz_1515608774190_0.863440845394507"
},
"_npmUser": {
"email": "jfromaniello@gmail.com",
"name": "jfromaniello"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "url-join",
"raw": "url-join@^2.0.5",
"rawSpec": "^2.0.5",
"scope": null,
"spec": ">=2.0.5 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/ecstatic"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-2.0.5.tgz",
"_shasum": "5af22f18c052a000a48d7b82c5e9c2e2feeda728",
"_shrinkwrap": null,
"_spec": "url-join@^2.0.5",
"_where": "/home/solomon/ownCloud/Personal/workspace/inkletblot.com/node_modules/ecstatic",
"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": "^3.2.0",
"should": "~1.2.1"
},
"directories": {},
"dist": {
"shasum": "5af22f18c052a000a48d7b82c5e9c2e2feeda728",
"tarball": "https://registry.npmjs.org/url-join/-/url-join-2.0.5.tgz"
},
"gitHead": "25736f86613e1456f1f62028d6aca7526afc191f",
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"join",
"url"
],
"license": "MIT",
"main": "lib/url-join.js",
"maintainers": [
{
"name": "jfromaniello",
"email": "jfromaniello@gmail.com"
}
],
"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": "2.0.5"
}