{
  "_args": [
    [
      {
        "raw": "umd@^3.0.0",
        "scope": null,
        "escapedName": "umd",
        "name": "umd",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/usr/local/lib/node_modules/ionic/node_modules/browser-pack"
    ]
  ],
  "_from": "umd@>=3.0.0 <4.0.0",
  "_id": "umd@3.0.1",
  "_inCache": true,
  "_location": "/ionic/umd",
  "_npmUser": {
    "name": "zertosh",
    "email": "zertosh@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "umd@^3.0.0",
    "scope": null,
    "escapedName": "umd",
    "name": "umd",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ionic/browser-pack"
  ],
  "_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz",
  "_shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
  "_shrinkwrap": null,
  "_spec": "umd@^3.0.0",
  "_where": "/usr/local/lib/node_modules/ionic/node_modules/browser-pack",
  "author": {
    "name": "ForbesLindesay"
  },
  "bin": {
    "umd": "./bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/umd/issues"
  },
  "dependencies": {},
  "description": "Universal Module Definition for use in automated build systems",
  "devDependencies": {
    "brfs": "^1.3.0",
    "linify": "~1.0.1",
    "mocha": "*",
    "uglify-js": "~2.4.0"
  },
  "dist": {
    "shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
    "tarball": "http://registry.npmjs.org/umd/-/umd-3.0.1.tgz"
  },
  "files": [
    "index.js",
    "bin/cli.js"
  ],
  "gitHead": "8fc39397901723d695136ee1fdceefb8e0392f5f",
  "homepage": "https://github.com/ForbesLindesay/umd",
  "license": "MIT",
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    },
    {
      "name": "jazz",
      "email": "jazzzz@gmail.com"
    },
    {
      "name": "ralphtheninja",
      "email": "ralphtheninja@riseup.net"
    }
  ],
  "name": "umd",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForbesLindesay/umd.git"
  },
  "scripts": {
    "build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
    "prepublish": "npm run build && linify transform bin",
    "test": "npm run build && mocha -R spec"
  },
  "version": "3.0.1"
}
