UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
is-my-ip-valid
/
package.json
14 lines
(13 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"is-my-ip-valid"
,
"version"
:
"1.0.0"
,
"license"
:
"MIT"
,
"repository"
:
"LinusU/is-my-ip-valid"
,
"scripts"
:
{
"test"
:
"standard && node test"
}
,
"devDependencies"
:
{
"safe-regex"
:
"^1.1.0"
,
"standard"
:
"^10.0.3"
}
}