{
  "_args": [
    [
      "uuid-validate@0.0.3",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "uuid-validate@0.0.3",
  "_id": "uuid-validate@0.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Fykw5U4eZESbq739BeLvEBFRuJODfrlmjx5eJux7W817LjRaq4b7/i4t2zxQmhcX+fAj4nMfRdTzO4tmwLKn0w==",
  "_location": "/uuid-validate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "uuid-validate@0.0.3",
    "name": "uuid-validate",
    "escapedName": "uuid-validate",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/@cardx/common",
    "/@cardx/plugnpay-lib/@cardx/common"
  ],
  "_resolved": "https://registry.npmjs.org/uuid-validate/-/uuid-validate-0.0.3.tgz",
  "_spec": "0.0.3",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "Connor Peet",
    "email": "connor@connorpeet.com"
  },
  "bugs": {
    "url": "https://github.com/WatchBeam/uuid-validate/issues"
  },
  "description": "Javascript validator for UUID versions 1 through 5",
  "devDependencies": {
    "jasmine-node": "^2.0.0",
    "jshint": "^2.6.0"
  },
  "homepage": "https://github.com/WatchBeam/uuid-validate",
  "keywords": [
    "uuid",
    "validate",
    "validator"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "uuid-validate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WatchBeam/uuid-validate.git"
  },
  "scripts": {
    "test": "node node_modules/jasmine-node/bin/jasmine-node ValidatorSpec.js && node node_modules/jshint/bin/jshint index.js"
  },
  "version": "0.0.3"
}
