v1.0.1
Showing
{ | ||
"name": "cymru-ip2asn", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.lelux.fi/TelcoDB/libs/cymru-ip2asn.git" | ||
"url": "https://gitlab.lelux.fi/TelcoDB/libs/cymru-ip2asn.git" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": ["lib/**/*"], | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"author": { | ||
"name": "TelcoDB", | ||
"email": "npm@telcodb.net", | ||
... | ... | @@ -21,17 +23,16 @@ |
"scripts": { | ||
"dev": "nodemon", | ||
"build": "tsc", | ||
"prepare": "rm -rf lib && yarn build", | ||
"postversion" : "git push && git push --tags" | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.7.5", | ||
"ip-reverser": "https://gitlab.lelux.fi/TelcoDB/libs/ip-reverser.git#1.0.0", | ||
"ip-reverser": "^1.0.0", | ||
"ipaddr.js": "^1.9.1", | ||
"is-asn": "https://gitlab.lelux.fi/TelcoDB/libs/is-asn.git#1.0.0", | ||
"is-asn": "^1.0.0", | ||
"is-ip": "^3.1.0", | ||
"txt-chunk-processor": "https://gitlab.lelux.fi/TelcoDB/libs/txt-chunk-processor.git#1.0.0", | ||
"txt-chunk-processor": "^1.0.0", | ||
"typescript": "^3.6.3" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment