package.json 1.96 KB
{
  "_from": "parse-domain@~0.1.2",
  "_id": "parse-domain@0.1.2",
  "_inBundle": false,
  "_integrity": "sha1-ZUDzWk7UJxl2NnWWP/oYxK7mW8I=",
  "_location": "/parse-domain",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse-domain@~0.1.2",
    "name": "parse-domain",
    "escapedName": "parse-domain",
    "rawSpec": "~0.1.2",
    "saveSpec": null,
    "fetchSpec": "~0.1.2"
  },
  "_requiredBy": [
    "/limited-request-queue"
  ],
  "_resolved": "https://registry.npmjs.org/parse-domain/-/parse-domain-0.1.2.tgz",
  "_shasum": "6540f35a4ed42719763675963ffa18c4aee65bc2",
  "_spec": "parse-domain@~0.1.2",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\limited-request-queue",
  "author": {
    "name": "peerigon",
    "email": "developers@peerigon.com"
  },
  "bugs": {
    "url": "https://github.com/peerigon/parse-domain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Splits an url into sub-domain, domain and top-level-domain",
  "devDependencies": {
    "chai": "1.x",
    "mocha": "1.x"
  },
  "homepage": "https://github.com/peerigon/parse-domain#readme",
  "keywords": [
    "domain",
    "url",
    "sub-domain",
    "tld",
    "parse",
    "extract",
    "sanitize",
    "country",
    "top-level"
  ],
  "license": "Unlicense",
  "main": "./lib/parseDomain.js",
  "name": "parse-domain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peerigon/parse-domain.git"
  },
  "scripts": {
    "build-regex": "node lib/build/buildRegex.js",
    "test": "node node_modules/mocha/bin/mocha -R spec"
  },
  "testling": {
    "harness": "mocha",
    "files": "test/parseDomain.test.js",
    "browsers": [
      "ie/8..latest",
      "chrome/27..latest",
      "firefox/22..latest",
      "safari/latest",
      "opera/latest",
      "iphone/latest",
      "ipad/latest",
      "android-browser/latest"
    ]
  },
  "version": "0.1.2"
}