Initial commit
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
main.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "is-asn", | ||
"version": "1.0.0", | ||
"description": "Check if a string is an ASN", | ||
"license": "Unlicense", | ||
"repository": "https://gitlab.lelux.fi/TelcoDB/libs/is-asn.git", | ||
"main": "main.js", | ||
"author": { | ||
"name": "TelcoDB", | ||
"email": "npm@telcodb.net", | ||
"url": "https://telcodb.net/" | ||
}, | ||
"dependencies": { | ||
"asn-regex": "https://gitlab.lelux.fi/TelcoDB/libs/asn-regex.git#1.0.0" | ||
} | ||
} |
test.js
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment