{
  "_args": [
    [
      "tryit@1.0.3",
      "/var/www/html/postleaf"
    ]
  ],
  "_development": true,
  "_from": "tryit@1.0.3",
  "_id": "tryit@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics=",
  "_location": "/tryit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tryit@1.0.3",
    "name": "tryit",
    "escapedName": "tryit",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Henrik Joreteg",
    "email": "henrik@andyet.net"
  },
  "bugs": {
    "url": "https://github.com/HenrikJoreteg/tryit/issues"
  },
  "description": "Module to wrap try-catch for better performance and cleaner API.",
  "devDependencies": {
    "tap-spec": "^2.1.2",
    "tape": "^3.0.3"
  },
  "files": [
    "tryit.js"
  ],
  "homepage": "https://github.com/HenrikJoreteg/tryit#readme",
  "keywords": [
    "errors",
    "try",
    "errorhandling"
  ],
  "license": "MIT",
  "main": "tryit.js",
  "name": "tryit",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/HenrikJoreteg/tryit.git"
  },
  "scripts": {
    "test": "node test/test.js | tap-spec"
  },
  "version": "1.0.3"
}
