package.json
1.34 KB
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
{
"_from": "is-my-ip-valid@^1.0.0",
"_id": "is-my-ip-valid@1.0.0",
"_inBundle": false,
"_integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==",
"_location": "/is-my-ip-valid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-my-ip-valid@^1.0.0",
"name": "is-my-ip-valid",
"escapedName": "is-my-ip-valid",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/is-my-json-valid"
],
"_resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
"_shasum": "7b351b8e8edd4d3995d4d066680e664d94696824",
"_spec": "is-my-ip-valid@^1.0.0",
"_where": "D:\\OSS project\\YTMT\\node_modules\\is-my-json-valid",
"bugs": {
"url": "https://github.com/LinusU/is-my-ip-valid/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A small lib to validate IP addresses.",
"devDependencies": {
"safe-regex": "^1.1.0",
"standard": "^10.0.3"
},
"homepage": "https://github.com/LinusU/is-my-ip-valid#readme",
"license": "MIT",
"name": "is-my-ip-valid",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/is-my-ip-valid.git"
},
"scripts": {
"test": "standard && node test"
},
"version": "1.0.0"
}