69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_from": "compare-urls@^2.0.0",
|
|
"_id": "compare-urls@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eCJcWn2OYFEIqbm70ta7LQowJOOZZqq1a2YbbFCFI1uwSvj+TWMwXVn7vPR1ceFNcAIt5RSTDbwdlX82gYLTkA==",
|
|
"_location": "/compare-urls",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "compare-urls@^2.0.0",
|
|
"name": "compare-urls",
|
|
"escapedName": "compare-urls",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/expo-web-browser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/compare-urls/-/compare-urls-2.0.0.tgz",
|
|
"_shasum": "9b378c4abd43980a8700fffec9afb85de4df9075",
|
|
"_spec": "compare-urls@^2.0.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-web-browser",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/compare-urls/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"normalize-url": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Compare URLs by first normalizing them",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/compare-urls#readme",
|
|
"keywords": [
|
|
"compare",
|
|
"equal",
|
|
"same",
|
|
"url",
|
|
"uri",
|
|
"normalize"
|
|
],
|
|
"license": "MIT",
|
|
"name": "compare-urls",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/compare-urls.git"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|