{
  "_from": "python-struct",
  "_id": "python-struct@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-UsI/mNvk25jRpGKYI38Nfbv84z48oiIWwG67DLVvjRhy8B/0aIK+5Ju5WOHgw/o9rnEmbAS00v4rgKFQeC332Q==",
  "_location": "/python-struct",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "python-struct",
    "name": "python-struct",
    "escapedName": "python-struct",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/python-struct/-/python-struct-1.1.3.tgz",
  "_shasum": "f0ff1845ec520408e94dd8492bfd770aad26cae3",
  "_spec": "python-struct",
  "_where": "/home/i3wd/public_html/nodejs/node_modules/npm",
  "author": {
    "name": "Daniel Cohen Gindi",
    "email": "danielgindi@gmail.com",
    "url": "https://github.com/danielgindi"
  },
  "browser": "src/browser_adapter.js",
  "bugs": {
    "url": "https://github.com/danielgindi/node-python-struct/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "long": "^4.0.0"
  },
  "deprecated": false,
  "description": "Packs/Unpacks/Measures structs according to Python's `struct` format",
  "devDependencies": {
    "eslint": "^7.0.0",
    "husky": "^4.2.5"
  },
  "homepage": "https://github.com/danielgindi/node-python-struct",
  "keywords": [
    "pack",
    "unpack",
    "struct",
    "cstruct",
    "python"
  ],
  "license": "MIT",
  "main": "src/node_adapter.js",
  "name": "python-struct",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielgindi/node-python-struct.git"
  },
  "scripts": {
    "lint": "eslint ./",
    "lint-fix": "eslint --fix ./",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.1.3"
}
