{
  "_from": "binary-parser",
  "_id": "binary-parser@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-YxHSjZ0Fsw1RpbgbpLJR0nAMzPLCCB5dnHoqsNpCho7wrJqD45SSmweCnchF18ugmBw1XGuMmJ6RjNnFORsuVQ==",
  "_location": "/binary-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "binary-parser",
    "name": "binary-parser",
    "escapedName": "binary-parser",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/binary-parser/-/binary-parser-1.3.0.tgz",
  "_shasum": "af8a16ea6e10b00e393a64aac93cd613f07fa789",
  "_spec": "binary-parser",
  "_where": "/home/cmartinez/Documentos/Proyectos/Talgo/parser",
  "author": {
    "name": "Keichi Takahashi",
    "email": "keichi.t@me.com",
    "url": "https://keichi.net/"
  },
  "bugs": {
    "url": "http://github.com/keichi/binary-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Blazing-fast binary parser builder",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.5.0"
  },
  "homepage": "https://github.com/keichi/binary-parser#readme",
  "keywords": [
    "binary",
    "parser",
    "decode",
    "unpack",
    "struct",
    "buffer",
    "bit"
  ],
  "license": "MIT",
  "main": "lib/binary_parser.js",
  "name": "binary-parser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/keichi/binary-parser.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html node_modules/.bin/_mocha",
    "test": "mocha --reporter spec"
  },
  "version": "1.3.0"
}
