{
  "_args": [
    [
      "pcsclite@1.0.0",
      "/home/massta/Documents/new"
    ]
  ],
  "_from": "pcsclite@1.0.0",
  "_id": "pcsclite@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-hmn4qYxdqhI7ysutE9sPaHwOnMunNK3LxByv4HnuME95KOfCuAywyBjV0gSVkU8ZUxMV0Ug2Fs1nLdv2V9xThA==",
  "_location": "/pcsclite",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pcsclite@1.0.0",
    "name": "pcsclite",
    "escapedName": "pcsclite",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/",
    "/smartcard"
  ],
  "_resolved": "https://registry.npmjs.org/pcsclite/-/pcsclite-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/massta/Documents/new",
  "author": {
    "name": "Santiago Gimeno",
    "email": "santiago.gimeno@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/santigimeno/node-pcsclite/issues"
  },
  "dependencies": {
    "bindings": "^1.1.0",
    "nan": "^2.14.0"
  },
  "description": "Bindings over PC/SC to access Smart Cards",
  "devDependencies": {
    "mocha": "~1.11.0",
    "should": "~1.2.2",
    "sinon": "~1.3.4"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=4.8.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/santigimeno/node-pcsclite#readme",
  "keywords": [
    "pcsc",
    "pcsclite",
    "smartcards"
  ],
  "license": {
    "type": "ISC",
    "url": "https://github.com/santigimeno/node-pcsclite/blob/master/LICENSE"
  },
  "main": "index.js",
  "name": "pcsclite",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/santigimeno/node-pcsclite.git"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "mocha"
  },
  "version": "1.0.0"
}