You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
252 B

{
"name": "is-my-ip-valid",
"version": "1.0.1",
"license": "MIT",
"repository": "LinusU/is-my-ip-valid",
"scripts": {
"test": "standard && node test"
},
"devDependencies": {
"safe-regex": "^1.1.0",
"standard": "^10.0.3"
}
}