basant307/AI_Governance_Project
048
1{2 "main": "./lib/keytar.js",3 "typings": "keytar.d.ts",4 "name": "keytar",5 "description": "Bindings to native Mac/Linux/Windows password APIs",6 "version": "7.9.0",7 "license": "MIT",8 "repository": {9 "type": "git",10 "url": "https://github.com/atom/node-keytar.git"11 },12 "bugs": {13 "url": "https://github.com/atom/node-keytar/issues"14 },15 "homepage": "http://atom.github.io/node-keytar",16 "keywords": [17 "keychain",18 "password",19 "passwords",20 "credential",21 "credentials",22 "vault",23 "credential vault"24 ],25 "files": [26 "lib",27 "src",28 "binding.gyp",29 "keytar.d.ts"30 ],31 "types": "./keytar.d.ts",32 "scripts": {33 "install": "prebuild-install || npm run build",34 "build": "node-gyp rebuild",35 "lint": "npm run cpplint",36 "cpplint": "node-cpplint --filters legal-copyright,build-include,build-namespaces src/*.cc",37 "test": "npm run lint && npm rebuild && mocha --require babel-core/register spec/",38 "prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip",39 "prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip",40 "prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip",41 "prebuild-napi-armv7l": "prebuild -t 3 -r napi -a armv7l --strip",42 "upload": "node ./script/upload.js"43 },44 "devDependencies": {45 "babel-core": "^6.26.3",46 "babel-plugin-transform-async-to-generator": "^6.24.1",47 "chai": "^4.2.0",48 "mocha": "^9.2.0",49 "node-cpplint": "~0.4.0",50 "node-gyp": "^8.4.1",51 "prebuild": "^11.0.2"52 },53 "dependencies": {54 "node-addon-api": "^4.3.0",55 "prebuild-install": "^7.0.1"56 },57 "binary": {58 "napi_versions": [59 360 ]61 },62 "config": {63 "runtime": "napi",64 "target": 365 }66}67 