-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 1.7 KB
/
package.json
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
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"is-ip@3.1.0",
"C:\\xampp\\htdocs\\help"
]
],
"_development": true,
"_from": "is-ip@3.1.0",
"_id": "is-ip@3.1.0",
"_inBundle": false,
"_integrity": "sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==",
"_location": "/is-ip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-ip@3.1.0",
"name": "is-ip",
"escapedName": "is-ip",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/internal-ip"
],
"_resolved": "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "C:\\xampp\\htdocs\\help",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-ip/issues"
},
"dependencies": {
"ip-regex": "^4.0.0"
},
"description": "Check if a string is an IP address",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/is-ip#readme",
"keywords": [
"ip",
"ipv6",
"ipv4",
"regex",
"regexp",
"match",
"test",
"find",
"text",
"pattern",
"internet",
"protocol",
"address",
"validate",
"detect",
"check",
"is",
"string"
],
"license": "MIT",
"name": "is-ip",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-ip.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.1.0"
}