Your IP : 216.73.216.74


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

{
  "_from": "stubborn-fs@^1.2.5",
  "_id": "stubborn-fs@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==",
  "_location": "/@google/gemini-cli/stubborn-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stubborn-fs@^1.2.5",
    "name": "stubborn-fs",
    "escapedName": "stubborn-fs",
    "rawSpec": "^1.2.5",
    "saveSpec": null,
    "fetchSpec": "^1.2.5"
  },
  "_requiredBy": [
    "/@google/gemini-cli/atomically"
  ],
  "_resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-1.2.5.tgz",
  "_shasum": "e5e244223166921ddf66ed5e062b6b3bf285bfd2",
  "_spec": "stubborn-fs@^1.2.5",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically",
  "bugs": {
    "url": "https://github.com/fabiospampinato/stubborn-fs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Stubborn versions of Node's fs functions that try really hard to do their job.",
  "devDependencies": {
    "@types/node": "^18.13.0",
    "tsex": "^2.1.0",
    "typescript": "^4.9.5"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/stubborn-fs#readme",
  "keywords": [
    "fs",
    "attempt",
    "retry",
    "stubborn",
    "reliable"
  ],
  "main": "dist/index.js",
  "name": "stubborn-fs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/stubborn-fs.git"
  },
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.2.5"
}