'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
{
  "_args": [
    [
      "ip@1.1.9",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "ip@1.1.9",
  "_id": "ip@1.1.9",
  "_inBundle": false,
  "_integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
  "_location": "/ip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ip@1.1.9",
    "name": "ip",
    "escapedName": "ip",
    "rawSpec": "1.1.9",
    "saveSpec": null,
    "fetchSpec": "1.1.9"
  },
  "_requiredBy": [
    "/dns-packet",
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmmirror.com/ip/-/ip-1.1.9.tgz",
  "_spec": "1.1.9",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/node-ip/issues"
  },
  "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  "devDependencies": {
    "eslint": "^8.15.0",
    "mocha": "^10.0.0"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "homepage": "https://github.com/indutny/node-ip",
  "license": "MIT",
  "main": "lib/ip",
  "name": "ip",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/node-ip.git"
  },
  "scripts": {
    "fix": "npm run lint -- --fix",
    "lint": "eslint lib/*.js test/*.js",
    "test": "npm run lint && mocha --reporter spec test/*-test.js"
  },
  "version": "1.1.9"
}