{
  "_args": [
    [
      "machinepack-urls@3.1.1",
      "/app"
    ]
  ],
  "_from": "machinepack-urls@3.1.1",
  "_id": "machinepack-urls@3.1.1",
  "_inBundle": false,
  "_integrity": "sha1-1fswMs9KATXicoU1Bvawxm3plqo=",
  "_location": "/machinepack-urls",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "machinepack-urls@3.1.1",
    "name": "machinepack-urls",
    "escapedName": "machinepack-urls",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/sails-hook-sockets"
  ],
  "_resolved": "https://registry.npmjs.org/machinepack-urls/-/machinepack-urls-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/mikermcneil/machinepack-urls/issues"
  },
  "dependencies": {
    "machine": "^4.0.0"
  },
  "description": "Machines for working with URL strings.",
  "devDependencies": {
    "test-machinepack-mocha": "^0.2.2"
  },
  "homepage": "https://github.com/mikermcneil/machinepack-urls#readme",
  "keywords": [
    "url-strings",
    "urls",
    "machines",
    "machinepack"
  ],
  "license": "MIT",
  "machinepack": {
    "friendlyName": "URLs",
    "variableName": "Urls",
    "machineDir": "machines/",
    "machines": [
      "build-url-from-template",
      "validate",
      "sanitize",
      "parse"
    ],
    "plannedMachines": [
      "resolve",
      "parse"
    ],
    "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-urls"
  },
  "name": "machinepack-urls",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mikermcneil/machinepack-urls.git"
  },
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "version": "3.1.1"
}
