atcheck/lsscanner/new_ubuntu/node_modules/smartcard/package.json

70 lines
1.6 KiB
JSON

{
"_args": [
[
"smartcard@1.0.32",
"/home/massta/Documents/new"
]
],
"_from": "smartcard@1.0.32",
"_id": "smartcard@1.0.32",
"_inBundle": false,
"_integrity": "sha512-k7fFRke5jh8SyWGQkJCAT9yydYhV5yoZNG/Dmz76i/cL8yjxx1VGQptSMT886Yzq2eKUHAfZhh06edyf4eP2IQ==",
"_location": "/smartcard",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "smartcard@1.0.32",
"name": "smartcard",
"escapedName": "smartcard",
"rawSpec": "1.0.32",
"saveSpec": null,
"fetchSpec": "1.0.32"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/smartcard/-/smartcard-1.0.32.tgz",
"_spec": "1.0.32",
"_where": "/home/massta/Documents/new",
"author": {
"name": "tomkp",
"email": "tom@tomkp.com"
},
"bugs": {
"url": "https://github.com/tomkp/smartcard/issues"
},
"dependencies": {
"hexify": "^1.0.1",
"pcsclite": "^1.0.0"
},
"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"
}