GT2/Ejectable/node_modules/normalize-url/package.json

82 lines
1.9 KiB
JSON

{
"_from": "normalize-url@^2.0.1",
"_id": "normalize-url@2.0.1",
"_inBundle": false,
"_integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
"_location": "/normalize-url",
"_phantomChildren": {
"decode-uri-component": "0.2.0",
"object-assign": "4.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "normalize-url@^2.0.1",
"name": "normalize-url",
"escapedName": "normalize-url",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/compare-urls"
],
"_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
"_shasum": "835a9da1551fa26f70e92329069a23aa6574d7e6",
"_spec": "normalize-url@^2.0.1",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/compare-urls",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/normalize-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"prepend-http": "^2.0.0",
"query-string": "^5.0.1",
"sort-keys": "^2.0.0"
},
"deprecated": false,
"description": "Normalize a URL",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/normalize-url#readme",
"keywords": [
"normalize",
"url",
"uri",
"address",
"string",
"normalization",
"normalisation",
"query",
"querystring",
"unicode",
"simplify",
"strip",
"trim",
"canonical"
],
"license": "MIT",
"name": "normalize-url",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/normalize-url.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}