{
  "_args": [
    [
      "keytar@7.9.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "keytar@7.9.0",
  "_id": "keytar@7.9.0",
  "_inBundle": false,
  "_integrity": "sha512-VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==",
  "_location": "/keytar",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "keytar@7.9.0",
    "name": "keytar",
    "escapedName": "keytar",
    "rawSpec": "7.9.0",
    "saveSpec": null,
    "fetchSpec": "7.9.0"
  },
  "_requiredBy": [
    "/@azure/identity"
  ],
  "_resolved": "https://registry.npmjs.org/keytar/-/keytar-7.9.0.tgz",
  "_spec": "7.9.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "bugs": {
    "url": "https://github.com/atom/node-keytar/issues"
  },
  "config": {
    "runtime": "napi",
    "target": 3
  },
  "dependencies": {
    "node-addon-api": "^4.3.0",
    "prebuild-install": "^7.0.1"
  },
  "description": "Bindings to native Mac/Linux/Windows password APIs",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "chai": "^4.2.0",
    "mocha": "^9.2.0",
    "node-cpplint": "~0.4.0",
    "node-gyp": "^8.4.1",
    "prebuild": "^11.0.2"
  },
  "files": [
    "lib",
    "src",
    "binding.gyp",
    "keytar.d.ts"
  ],
  "homepage": "http://atom.github.io/node-keytar",
  "keywords": [
    "keychain",
    "password",
    "passwords",
    "credential",
    "credentials",
    "vault",
    "credential vault"
  ],
  "license": "MIT",
  "main": "./lib/keytar.js",
  "name": "keytar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/node-keytar.git"
  },
  "scripts": {
    "build": "node-gyp rebuild",
    "cpplint": "node-cpplint --filters legal-copyright,build-include,build-namespaces src/*.cc",
    "install": "prebuild-install || npm run build",
    "lint": "npm run cpplint",
    "prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip",
    "prebuild-napi-armv7l": "prebuild -t 3 -r napi -a armv7l --strip",
    "prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip",
    "prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip",
    "test": "npm run lint && npm rebuild && mocha --require babel-core/register spec/",
    "upload": "node ./script/upload.js"
  },
  "types": "./keytar.d.ts",
  "typings": "keytar.d.ts",
  "version": "7.9.0"
}
