UNPKG

cloudworker-proxy

Version:
80 lines (79 loc) 2.35 kB
{ "_from": "@kwsites/file-exists@^1.1.1", "_id": "@kwsites/file-exists@1.1.1", "_inBundle": false, "_integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", "_location": "/@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": [ "/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": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/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" }