{
  "_args": [
    [
      "is-valid-domain@0.0.17",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "is-valid-domain@0.0.17",
  "_id": "is-valid-domain@0.0.17",
  "_inBundle": false,
  "_integrity": "sha512-w0UWEXyrgPeWWwj9FVT14y4/dSIqWgjDkzxbsGDFpT+QRbyS9HTwwNvGus2IOR/03GzCpeChzSWK9Bo9WlStDA==",
  "_location": "/is-valid-domain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-valid-domain@0.0.17",
    "name": "is-valid-domain",
    "escapedName": "is-valid-domain",
    "rawSpec": "0.0.17",
    "saveSpec": null,
    "fetchSpec": "0.0.17"
  },
  "_requiredBy": [
    "/strapi-plugin-upload"
  ],
  "_resolved": "https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.0.17.tgz",
  "_spec": "0.0.17",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com/"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/is-valid-domain/issues"
  },
  "description": "Validate domain name",
  "devDependencies": {
    "browserify": "^16.2.3",
    "standard": "^15.0.1",
    "tape": "^4.9.2"
  },
  "homepage": "https://github.com/miguelmota/is-valid-domain",
  "keywords": [
    "valid",
    "validate",
    "validator",
    "check",
    "checker",
    "domain",
    "subdomain",
    "wildcard",
    "host",
    "hostname"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/is-valid-domain/blob/master/LICENSE"
  },
  "main": "index.js",
  "name": "is-valid-domain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miguelmota/is-valid-domain.git"
  },
  "scripts": {
    "build:example": "browserify example/main.js -o example/dist/bundle.js",
    "generate": "node data/generate.js",
    "lint": "standard --fix index.js",
    "test": "tape test/*.js"
  },
  "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"
    ]
  },
  "version": "0.0.17"
}
