{ "_from": "tempy@^0.6.0", "_id": "tempy@0.6.0", "_inBundle": false, "_integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", "_location": "/tempy", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tempy@^0.6.0", "name": "tempy", "escapedName": "tempy", "rawSpec": "^0.6.0", "saveSpec": null, "fetchSpec": "^0.6.0" }, "_requiredBy": [ "/workbox-build" ], "_resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", "_shasum": "65e2c35abc06f1124a97f387b08303442bde59f3", "_spec": "tempy@^0.6.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/workbox-build", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/tempy/issues" }, "bundleDependencies": false, "dependencies": { "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", "tsd": "^0.13.1", "xo": "^0.32.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": "0.6.0", "xo": { "rules": { "node/no-unsupported-features/node-builtins": "off" } } }