{
  "_from": "smartcard",
  "_id": "smartcard@1.0.32",
  "_inBundle": false,
  "_integrity": "sha512-k7fFRke5jh8SyWGQkJCAT9yydYhV5yoZNG/Dmz76i/cL8yjxx1VGQptSMT886Yzq2eKUHAfZhh06edyf4eP2IQ==",
  "_location": "/smartcard",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "smartcard",
    "name": "smartcard",
    "escapedName": "smartcard",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/smartcard/-/smartcard-1.0.32.tgz",
  "_shasum": "d1d087d5f36f27c5ffb3bdd6464d630466a8743f",
  "_spec": "smartcard",
  "_where": "C:\\Users\\Massta\\Desktop\\new",
  "author": {
    "name": "tomkp",
    "email": "tom@tomkp.com"
  },
  "bugs": {
    "url": "https://github.com/tomkp/smartcard/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hexify": "^1.0.1",
    "pcsclite": "^1.0.0"
  },
  "deprecated": false,
  "description": "",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1"
  },
  "homepage": "https://github.com/tomkp/smartcard",
  "keywords": [
    "pcsc",
    "smartcard",
    "smart-card",
    "iso7816",
    "iso-7816",
    "emv",
    "es6"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "smartcard",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomkp/smartcard.git"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "compile:watch": "babel -w -d lib/ src/",
    "release:patch": "npm run compile && npm version patch && git push && npm publish"
  },
  "version": "1.0.32"
}