{ "_from": "pcsclite@^1.0.0", "_id": "pcsclite@1.0.0", "_inBundle": false, "_integrity": "sha512-hmn4qYxdqhI7ysutE9sPaHwOnMunNK3LxByv4HnuME95KOfCuAywyBjV0gSVkU8ZUxMV0Ug2Fs1nLdv2V9xThA==", "_location": "/pcsclite", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pcsclite@^1.0.0", "name": "pcsclite", "escapedName": "pcsclite", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "#USER", "/", "/smartcard" ], "_resolved": "https://registry.npmjs.org/pcsclite/-/pcsclite-1.0.0.tgz", "_shasum": "52c0b494ce33cc0488150684107c2017144039fc", "_spec": "pcsclite@^1.0.0", "_where": "C:\\Users\\Massta\\Desktop\\new", "author": { "name": "Santiago Gimeno", "email": "santiago.gimeno@gmail.com" }, "bugs": { "url": "https://github.com/santigimeno/node-pcsclite/issues" }, "bundleDependencies": false, "dependencies": { "bindings": "^1.1.0", "nan": "^2.14.0" }, "deprecated": false, "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" }