{
  "_from": "restructure@^3.0.0",
  "_id": "restructure@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
  "_location": "/restructure",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "restructure@^3.0.0",
    "name": "restructure",
    "escapedName": "restructure",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
  "_shasum": "e6b2fad214f78edee21797fa8160fef50eb9b49a",
  "_spec": "restructure@^3.0.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\fontkit",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/restructure/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Declaratively encode and decode binary data",
  "devDependencies": {
    "mocha": "^10.0.0",
    "parcel": "^2.6.1"
  },
  "exports": {
    "import": "./index.js",
    "require": "./dist/main.cjs"
  },
  "homepage": "https://github.com/devongovett/restructure",
  "keywords": [
    "binary",
    "struct",
    "encode",
    "decode"
  ],
  "license": "MIT",
  "main": "./dist/main.cjs",
  "module": "./index.js",
  "name": "restructure",
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/restructure.git"
  },
  "scripts": {
    "build": "parcel build",
    "prepublishOnly": "parcel build",
    "test": "mocha"
  },
  "source": "./index.js",
  "targets": {
    "module": false
  },
  "type": "module",
  "version": "3.0.2"
}
