Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
is-valid-domain
/
Filename :
package.json
back
Copy
{ "name": "is-valid-domain", "version": "0.0.11", "description": "Validate domain name", "main": "index.js", "scripts": { "test": "tape test/*.js", "build:example": "browserify example/main.js -o example/dist/bundle.js" }, "repository": { "type": "git", "url": "https://github.com/miguelmota/is-valid-domain" }, "keywords": [ "validate", "domain" ], "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "https://miguelmota.com/" }, "license": { "type": "MIT", "url": "https://github.com/miguelmota/is-valid-domain/blob/master/LICENSE" }, "bugs": { "url": "https://github.com/miguelmota/is-valid-domain/issues" }, "homepage": "https://github.com/miguelmota/is-valid-domain", "devDependencies": { "browserify": "^16.2.3", "tape": "^4.9.2" }, "testling": { "files": "test/*.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest" ] } }