sf-static/test/node/lib/node_modules/url-join/package.json
2023-02-28 19:21:07 +01:00

56 lines
1.4 KiB
JSON

{
"_from": "url-join@0.0.1",
"_id": "url-join@0.0.1",
"_inBundle": false,
"_integrity": "sha1-HbSK1CLTQCRpqH99l73r/k+x48g=",
"_location": "/url-join",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "url-join@0.0.1",
"name": "url-join",
"escapedName": "url-join",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/express-ws"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz",
"_shasum": "1db48ad422d3402469a87f7d97bdebfe4fb1e3c8",
"_spec": "url-join@0.0.1",
"_where": "C:\\Users\\spenc\\OneDrive\\Code\\Virus\\node_modules\\express-ws",
"author": {
"name": "José F. Romaniello",
"email": "jfromaniello@gmail.com",
"url": "http://joseoncode.com"
},
"bugs": {
"url": "https://github.com/jfromaniello/url-join/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Join urls and normalize as in path.join.",
"devDependencies": {
"mocha": "~1.8.1",
"should": "~1.2.1"
},
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"url",
"join"
],
"license": "MIT",
"main": "lib/url-join.js",
"name": "url-join",
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"scripts": {
"test": "mocha --require should"
},
"version": "0.0.1"
}