blob: 6951477a9d052d6538db344743a5e8f987682e97 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "tempfile@^2.0.0",
3 "_id": "tempfile@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
6 "_location": "/tempfile",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "tempfile@^2.0.0",
12 "name": "tempfile",
13 "escapedName": "tempfile",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/bin-build",
20 "/exec-buffer"
21 ],
22 "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
23 "_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265",
24 "_spec": "tempfile@^2.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\exec-buffer",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/tempfile/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "temp-dir": "^1.0.0",
37 "uuid": "^3.0.1"
38 },
39 "deprecated": false,
40 "description": "Get a random temporary file path",
41 "devDependencies": {
42 "ava": "*",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/sindresorhus/tempfile#readme",
52 "keywords": [
53 "tmp",
54 "temp",
55 "temporary",
56 "tempfile",
57 "file",
58 "path",
59 "random",
60 "rand",
61 "uuid"
62 ],
63 "license": "MIT",
64 "name": "tempfile",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/tempfile.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "2.0.0"
73}