Version 1.0.0
parents
Showing
.gitignore
0 → 100644
LICENSE.md
0 → 100644
dev-cli.ts
0 → 100644
nodemon.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "cymru-ip2asn", | ||
"version": "1.0.0", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.lelux.fi/TelcoDB/libs/cymru-ip2asn.git" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": ["lib/**/*"], | ||
"author": { | ||
"name": "TelcoDB", | ||
"email": "npm@telcodb.net", | ||
"url": "https://telcodb.net/" | ||
}, | ||
"bugs": { | ||
"url": "https://gitlab.lelux.fi/TelcoDB/libs/cymru-ip2asn/issues" | ||
}, | ||
"homepage": "https://gitlab.lelux.fi/TelcoDB/libs/cymru-ip2asn", | ||
"scripts": { | ||
"dev": "nodemon", | ||
"build": "tsc", | ||
"prepare": "rm -rf lib && yarn build", | ||
"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", | ||
"ipaddr.js": "^1.9.1", | ||
"is-asn": "https://gitlab.lelux.fi/TelcoDB/libs/is-asn.git#1.0.0", | ||
"is-ip": "^3.1.0", | ||
"txt-chunk-processor": "https://gitlab.lelux.fi/TelcoDB/libs/txt-chunk-processor.git#1.0.0", | ||
"typescript": "^3.6.3" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^1.19.2", | ||
"ts-node": "^8.4.1" | ||
} | ||
} |
src/cymru-client.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment