| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/@kwsites/file-exists/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/@kwsites/file-exists/package.json |
{
"_from": "@kwsites/file-exists@^1.1.1",
"_id": "@kwsites/file-exists@1.1.1",
"_inBundle": false,
"_integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
"_location": "/@google/gemini-cli/@kwsites/file-exists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@kwsites/file-exists@^1.1.1",
"name": "@kwsites/file-exists",
"escapedName": "@kwsites%2ffile-exists",
"scope": "@kwsites",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/@google/gemini-cli/simple-git"
],
"_resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
"_shasum": "ad1efcac13e1987d8dbaf235ef3be5b0d96faa99",
"_spec": "@kwsites/file-exists@^1.1.1",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/simple-git",
"author": {
"name": "Steve King",
"email": "steve@mydev.co"
},
"bugs": {
"url": "https://github.com/kwsites/file-exists/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Steve King",
"email": "steve@mydev.co"
}
],
"dependencies": {
"debug": "^4.1.1"
},
"deprecated": false,
"description": "Synchronous validation of a path existing either as a file or as a directory.",
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.0",
"@types/node": "^10.12.0",
"babel-jest": "^26.0.1",
"jest": "^25.3.0",
"rimraf": "^2.6.2",
"ts-node": "^8.10.2",
"typescript": "^3.1.3"
},
"files": [
"dist/**/*.*"
],
"homepage": "https://github.com/kwsites/file-exists#readme",
"license": "MIT",
"main": "./dist/index.js",
"name": "@kwsites/file-exists",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kwsites/file-exists.git"
},
"scripts": {
"build": "yarn run clean && tsc",
"clean": "rimraf ./dist",
"postversion": "npm publish --access=public && git push && git push --tags",
"preversion": "yarn run clean && yarn run build && yarn test",
"test": "jest --coverage",
"tsc": "tsc"
},
"types": "./dist/index.d.ts",
"version": "1.1.1"
}