{
  "_args": [
    [
      "g-functions@0.3.0",
      "/home/ubuntu/eris-contracts.js"
    ]
  ],
  "_from": "g-functions@0.3.0",
  "_id": "g-functions@0.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/g-functions",
  "_nodeVersion": "6.9.5",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/g-functions-0.3.0.tgz_1489802650893_0.32050007418729365"
  },
  "_npmUser": {
    "email": "David@NodeGuy.com",
    "name": "nodeguy"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "g-functions",
    "raw": "g-functions@0.3.0",
    "rawSpec": "0.3.0",
    "scope": null,
    "spec": "0.3.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/g-functions/-/g-functions-0.3.0.tgz",
  "_shasum": "eb6ff92b47575008c351057a650e6fcefb79e3cb",
  "_shrinkwrap": null,
  "_spec": "g-functions@0.3.0",
  "_where": "/home/ubuntu/eris-contracts.js",
  "author": {
    "email": "David@NodeGuy.com",
    "name": "David Braun",
    "url": "https://www.NodeGuy.com/"
  },
  "bugs": {
    "url": "https://github.com/NodeGuy/g-functions/issues"
  },
  "dependencies": {
    "@nodeguy/generic": "3.0.0",
    "@nodeguy/type": "0.2.0"
  },
  "description": "a non-opinionated library of generic functions for functional programming in JavaScript",
  "devDependencies": {
    "husky": "0.13.1",
    "mocha": "3.2.0",
    "parse5": "3.0.1",
    "rewire": "^2.5.2",
    "standard": "8.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "eb6ff92b47575008c351057a650e6fcefb79e3cb",
    "tarball": "https://registry.npmjs.org/g-functions/-/g-functions-0.3.0.tgz"
  },
  "gitHead": "ebf4c67b48b4e78cbfbebea916f98db416d0ba0a",
  "homepage": "https://github.com/NodeGuy/g-functions",
  "keywords": [
    "functional",
    "functions",
    "generic"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "David@NodeGuy.com",
      "name": "nodeguy"
    }
  ],
  "name": "g-functions",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeGuy/g-functions.git"
  },
  "scripts": {
    "precommit": "standard",
    "pretest": "standard",
    "test": "mocha --recursive"
  },
  "standard": {
    "globals": [
      "after",
      "afterEach",
      "before",
      "beforeEach",
      "describe",
      "it",
      "run"
    ]
  },
  "version": "0.3.0"
}
