{
  "_from": "guid@0.0.12",
  "_id": "guid@0.0.12",
  "_inBundle": false,
  "_integrity": "sha512-J0MCgzgJcvLarLGTeVIhXdQwqlEJ9rxmxc/X71GR4VR5V/BIQ9FFfzGL52qYKgREQI8qPevc1qFNwB/4VnBuRA==",
  "_location": "/guid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "guid@0.0.12",
    "name": "guid",
    "escapedName": "guid",
    "rawSpec": "0.0.12",
    "saveSpec": null,
    "fetchSpec": "0.0.12"
  },
  "_requiredBy": [
    "/@tableau/api-internal-contract-js"
  ],
  "_resolved": "https://artifactory.prod.tableautools.com/artifactory/api/npm/tab-npm/guid/-/guid-0.0.12.tgz",
  "_shasum": "9137c52b185f7de12490b9bebcc1660b9025fe0c",
  "_spec": "guid@0.0.12",
  "_where": "D:\\git\\extensibility\\extensions-and-embedding-api\\packages\\api-embedding-js\\node_modules\\@tableau\\api-internal-contract-js",
  "author": {
    "name": "Dan Dean",
    "email": "@dandean",
    "url": "http://dandean.com"
  },
  "bugs": {
    "url": "https://github.com/dandean/guid/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Tommy Messbauer"
    }
  ],
  "deprecated": "Please use node-uuid instead. It is much better.",
  "description": "A Guid generator and validator.",
  "devDependencies": {
    "mocha": "~1.14.0"
  },
  "ender": "./ender.js",
  "homepage": "https://github.com/dandean/guid",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dandean/guid/raw/master/LICENSE"
    }
  ],
  "main": "./guid",
  "name": "guid",
  "repository": {
    "type": "git",
    "url": "git://github.com/dandean/guid.git"
  },
  "scripts": {
    "test": "mocha -R spec -u tdd tests/*.js"
  },
  "testling": {
    "browsers": {
      "ie": [
        6,
        7,
        8,
        9,
        10
      ],
      "ff": [
        24,
        25,
        "nightly"
      ],
      "chrome": [
        28,
        29,
        30,
        31,
        "canary"
      ],
      "safari": [
        "5.0.5",
        5.1
      ],
      "android-browser": [
        4.2
      ],
      "opera": [
        17,
        "next"
      ],
      "iphone": [
        6
      ],
      "ipad": [
        6
      ]
    },
    "harness": "mocha-tdd",
    "files": "tests/*.js"
  },
  "version": "0.0.12"
}
