{
  "_args": [
    [
      "elfy@0.1.0",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "elfy@0.1.0",
  "_id": "elfy@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-HwMQDxoIKSHVuKiVpmzSnFBC06Y=",
  "_location": "/elfy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "elfy@0.1.0",
    "name": "elfy",
    "escapedName": "elfy",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/elfy/-/elfy-0.1.0.tgz",
  "_spec": "0.1.0",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/elfy/issues"
  },
  "dependencies": {
    "endian-reader": "^0.3.0"
  },
  "description": "Simple elf format parser in node.js",
  "devDependencies": {
    "mocha": "^1.17.1"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/indutny/elfy#readme",
  "keywords": [
    "elfy",
    "elf",
    "executable",
    "parser"
  ],
  "license": "MIT",
  "main": "lib/elfy.js",
  "name": "elfy",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/elfy.git"
  },
  "scripts": {
    "test": "mocha --reporter spec test/*-test.js"
  },
  "version": "0.1.0"
}
