Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/package.json

{
  "_from": "atomically@^2.0.3",
  "_id": "atomically@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-kU6FmrwZ3Lx7/7y3hPS5QnbJfaohcIul5fGqf7ok+4KklIEk9tJ0C2IQPdacSbVUWv6zVHXEBWoWd6NrVMT7Cw==",
  "_location": "/@google/gemini-cli/atomically",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "atomically@^2.0.3",
    "name": "atomically",
    "escapedName": "atomically",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/@google/gemini-cli/configstore"
  ],
  "_resolved": "https://registry.npmjs.org/atomically/-/atomically-2.0.3.tgz",
  "_shasum": "27e47bbe39994d324918491ba7c0edb7783e56cb",
  "_spec": "atomically@^2.0.3",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/configstore",
  "bugs": {
    "url": "https://github.com/fabiospampinato/atomically/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "stubborn-fs": "^1.2.5",
    "when-exit": "^2.1.1"
  },
  "deprecated": false,
  "description": "Read and write files atomically and reliably.",
  "devDependencies": {
    "@types/node": "^20.4.6",
    "esbuild": "^0.18.17",
    "require-inject": "^1.4.4",
    "tap": "^16.3.8",
    "tsex": "^3.0.0",
    "typescript": "^5.1.6",
    "write-file-atomic": "^5.0.1"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/atomically#readme",
  "keywords": [
    "atomic",
    "read",
    "write",
    "file",
    "reliable"
  ],
  "main": "dist/index.js",
  "name": "atomically",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/atomically.git"
  },
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmarkLwatch": "tsex benchmark --watch",
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "npm run clean && npm run compile && npm run test",
    "test": "npm run test:init && tap --no-check-coverage --no-coverage-report",
    "test:init": "esbuild --bundle --target=es2020 --platform=node --format=cjs src/index.ts > test/atomically.cjs",
    "test:watch": "npm run test:init && tap --no-check-coverage --no-coverage-report --watch"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.0.3"
}