| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "normalize-url@^6.0.1",
- "_id": "normalize-url@6.1.0",
- "_inBundle": false,
- "_integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
- "_location": "/normalize-url",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "normalize-url@^6.0.1",
- "name": "normalize-url",
- "escapedName": "normalize-url",
- "rawSpec": "^6.0.1",
- "saveSpec": null,
- "fetchSpec": "^6.0.1"
- },
- "_requiredBy": [
- "/postcss-normalize-url"
- ],
- "_resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz",
- "_shasum": "40d0885b535deffe3f3147bec877d05fe4c5668a",
- "_spec": "normalize-url@^6.0.1",
- "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\postcss-normalize-url",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/normalize-url/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Normalize a URL",
- "devDependencies": {
- "ava": "^2.4.0",
- "nyc": "^15.0.0",
- "tsd": "^0.11.0",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/normalize-url#readme",
- "keywords": [
- "normalize",
- "url",
- "uri",
- "address",
- "string",
- "normalization",
- "normalisation",
- "query",
- "querystring",
- "simplify",
- "strip",
- "trim",
- "canonical"
- ],
- "license": "MIT",
- "name": "normalize-url",
- "nyc": {
- "reporter": [
- "text",
- "lcov"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/normalize-url.git"
- },
- "scripts": {
- "test": "xo && nyc ava && tsd"
- },
- "version": "6.1.0"
- }
|