{
  "_args": [
    [
      "restructure@2.0.1",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "restructure@2.0.1",
  "_id": "restructure@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-e0dOpjm5DseomnXx2M5lpdZ5zoHqF1+bqdMJUohoYVVQa7cBdnk7fdmeI6byNWP/kiME72EeTiSypTCVnpLiDg==",
  "_location": "/restructure",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "restructure@2.0.1",
    "name": "restructure",
    "escapedName": "restructure",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/restructure/-/restructure-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/restructure/issues"
  },
  "description": "Declaratively encode and decode binary data",
  "devDependencies": {
    "chai": "~4.2.0",
    "concat-stream": "~2.0.0",
    "coveralls": "^3.0.11",
    "iconv-lite": "^0.5.1",
    "mocha": "~7.1.1",
    "nyc": "^15.0.1"
  },
  "homepage": "https://github.com/devongovett/restructure",
  "keywords": [
    "binary",
    "struct",
    "encode",
    "decode"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "restructure",
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/restructure.git"
  },
  "scripts": {
    "cover": "nyc --reporter=html --reporter=text mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "mocha --reporter spec"
  },
  "version": "2.0.1"
}
