Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/configstore/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/configstore/package.json

{
  "_from": "configstore@^7.0.0",
  "_id": "configstore@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-yk7/5PN5im4qwz0WFZW3PXnzHgPu9mX29Y8uZ3aefe2lBPC1FYttWZRcaW9fKkT0pBCJyuQ2HfbmPVaODi9jcQ==",
  "_location": "/@google/gemini-cli/configstore",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "configstore@^7.0.0",
    "name": "configstore",
    "escapedName": "configstore",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/configstore/-/configstore-7.0.0.tgz",
  "_shasum": "4461561fc51cb40e5ee1161230bc0337e069cc6b",
  "_spec": "configstore@^7.0.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/update-notifier",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "serial": true
  },
  "bugs": {
    "url": "https://github.com/yeoman/configstore/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "atomically": "^2.0.3",
    "dot-prop": "^9.0.0",
    "graceful-fs": "^4.2.11",
    "xdg-basedir": "^5.1.0"
  },
  "deprecated": false,
  "description": "Easily load and save config without having to think about where and how",
  "devDependencies": {
    "ava": "^6.1.3",
    "xo": "^0.58.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "funding": "https://github.com/yeoman/configstore?sponsor=1",
  "homepage": "https://github.com/yeoman/configstore#readme",
  "keywords": [
    "config",
    "store",
    "storage",
    "configuration",
    "settings",
    "preferences",
    "json",
    "data",
    "persist",
    "persistent",
    "save"
  ],
  "license": "BSD-2-Clause",
  "name": "configstore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeoman/configstore.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "sideEffects": false,
  "type": "module",
  "version": "7.0.0"
}