UNPKG

checkdnsbyname

Version:

ip look up from a web address

29 lines (28 loc) 731 B
{ "name": "checkdnsbyname", "version": "2.2.2", "description": "ip look up from a web address", "main": "./distribution/index.js", "babel": { "plugins": [ "transform-es2015-modules-commonjs", "transform-async-to-generator" ] }, "scripts": { "build": "babel source --out-dir distribution" }, "keywords": [ "ip-lookup", "dns" ], "author": "Rich Powell <powell.rich@gmail.com> (http://linkedin.com/in/richpowell415)", "license": "ISC", "devDependencies": { "babel-cli": "^6.16.0", "babel-plugin-transform-async-to-generator": "^6.16.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.16.0", "babel-preset-stage-3": "^6.16.0" } }