fei.wang
10 天以前 ae7b22322555448d95fd56f505bafa325c167a26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "name": "normalize-url",
    "version": "3.3.0",
    "description": "Normalize a URL",
    "license": "MIT",
    "repository": "sindresorhus/normalize-url",
    "author": {
        "name": "Sindre Sorhus",
        "email": "sindresorhus@gmail.com",
        "url": "sindresorhus.com"
    },
    "engines": {
        "node": ">=6"
    },
    "scripts": {
        "test": "xo && nyc ava"
    },
    "files": [
        "index.js"
    ],
    "keywords": [
        "normalize",
        "url",
        "uri",
        "address",
        "string",
        "normalization",
        "normalisation",
        "query",
        "querystring",
        "simplify",
        "strip",
        "trim",
        "canonical"
    ],
    "devDependencies": {
        "ava": "*",
        "coveralls": "^3.0.0",
        "nyc": "^12.0.2",
        "xo": "*"
    }
 
,"_resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-3.3.0.tgz"
,"_integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg=="
,"_from": "normalize-url@^3.0.0"
}