| Current Path : /var/node/inatote/Inatote-Backend/node_modules/tempy/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/tempy/package.json |
{
"_from": "tempy@^1.0.1",
"_id": "tempy@1.0.1",
"_inBundle": false,
"_integrity": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==",
"_location": "/tempy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tempy@^1.0.1",
"name": "tempy",
"escapedName": "tempy",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/tempy/-/tempy-1.0.1.tgz",
"_shasum": "30fe901fd869cfb36ee2bd999805aa72fbb035de",
"_spec": "tempy@^1.0.1",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tempy/issues"
},
"bundleDependencies": false,
"dependencies": {
"del": "^6.0.0",
"is-stream": "^2.0.0",
"temp-dir": "^2.0.0",
"type-fest": "^0.16.0",
"unique-string": "^2.0.0"
},
"deprecated": false,
"description": "Get a random temporary file or directory path",
"devDependencies": {
"ava": "^2.4.0",
"path-exists": "^4.0.0",
"touch": "^3.1.0",
"tsd": "^0.13.1",
"xo": "^0.33.1"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/tempy#readme",
"keywords": [
"temp",
"temporary",
"path",
"file",
"directory",
"folder",
"tempfile",
"tempdir",
"tmpdir",
"tmpfile",
"random",
"unique"
],
"license": "MIT",
"name": "tempy",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tempy.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "1.0.1",
"xo": {
"rules": {
"node/no-unsupported-features/node-builtins": "off"
}
}
}