blob: 9619b4716e53fd1212717638c6a0dede3c6c2398 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "os-tmpdir@^1.0.0",
3 "_id": "os-tmpdir@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
6 "_location": "/os-tmpdir",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "os-tmpdir@^1.0.0",
12 "name": "os-tmpdir",
13 "escapedName": "os-tmpdir",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/osenv"
20 ],
21 "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
22 "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
23 "_spec": "os-tmpdir@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\osenv",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/os-tmpdir/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Node.js os.tmpdir() ponyfill",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "^0.16.0"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
47 "keywords": [
48 "built-in",
49 "core",
50 "ponyfill",
51 "polyfill",
52 "shim",
53 "os",
54 "tmpdir",
55 "tempdir",
56 "tmp",
57 "temp",
58 "dir",
59 "directory",
60 "env",
61 "environment"
62 ],
63 "license": "MIT",
64 "name": "os-tmpdir",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "1.0.2"
73}