mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_args": [
    [
      "url@0.11.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "url@0.11.3",
  "_id": "url@0.11.3",
  "_inBundle": false,
  "_integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
  "_location": "/url",
  "_phantomChildren": {
    "side-channel": "1.0.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "url@0.11.3",
    "name": "url",
    "escapedName": "url",
    "rawSpec": "0.11.3",
    "saveSpec": null,
    "fetchSpec": "0.11.3"
  },
  "_requiredBy": [
    "/node-libs-browser",
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmmirror.com/url/-/url-0.11.3.tgz",
  "_spec": "0.11.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "defunctzombie"
  },
  "bugs": {
    "url": "https://github.com/defunctzombie/node-url/issues"
  },
  "dependencies": {
    "punycode": "^1.4.1",
    "qs": "^6.11.2"
  },
  "description": "The core `url` packaged standalone for use with Browserify.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "acorn": "^8.10.0",
    "aud": "^2.0.3",
    "eslint": "=8.8.0",
    "mocha": "^3.5.3",
    "nyc": "^10.3.2",
    "zuul": "^3.12.0"
  },
  "homepage": "https://github.com/defunctzombie/node-url#readme",
  "keywords": [
    "parsing",
    "url",
    "analyze"
  ],
  "license": "MIT",
  "main": "./url.js",
  "name": "url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/defunctzombie/node-url.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "aud --production",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "test-local": "zuul --local -- test/index.js",
    "tests-only": "nyc mocha",
    "zuul": "zuul -- test/index.js"
  },
  "version": "0.11.3"
}