blob: c35a046a2f9248fdac721d43334f5fc8562d261a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "homedir-polyfill@^1.0.1",
3 "_id": "homedir-polyfill@1.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
6 "_location": "/homedir-polyfill",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "homedir-polyfill@^1.0.1",
12 "name": "homedir-polyfill",
13 "escapedName": "homedir-polyfill",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/expand-tilde",
20 "/global-prefix",
21 "/v8flags"
22 ],
23 "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
24 "_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
25 "_spec": "homedir-polyfill@^1.0.1",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\expand-tilde",
27 "author": {
28 "name": "Brian Woodward",
29 "url": "https://github.com/doowb"
30 },
31 "bugs": {
32 "url": "https://github.com/doowb/homedir-polyfill/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "parse-passwd": "^1.0.0"
37 },
38 "deprecated": false,
39 "description": "Node.js os.homedir polyfill for older versions of node.js.",
40 "devDependencies": {
41 "gulp-format-md": "^0.1.11",
42 "mocha": "^3.1.2"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js",
49 "polyfill.js",
50 "LICENSE"
51 ],
52 "homepage": "https://github.com/doowb/homedir-polyfill",
53 "keywords": [
54 "home",
55 "homedir",
56 "homedirectory",
57 "os",
58 "os-homedir",
59 "polyfill",
60 "userhome"
61 ],
62 "license": "MIT",
63 "main": "index.js",
64 "name": "homedir-polyfill",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/doowb/homedir-polyfill.git"
68 },
69 "scripts": {
70 "test": "mocha"
71 },
72 "verb": {
73 "toc": false,
74 "layout": "default",
75 "tasks": [
76 "readme"
77 ],
78 "plugins": [
79 "gulp-format-md"
80 ],
81 "lint": {
82 "reflinks": true
83 },
84 "related": {
85 "list": [
86 "parse-passwd"
87 ]
88 },
89 "reflinks": [
90 "verb",
91 "verb-generate-readme"
92 ]
93 },
94 "version": "1.0.3"
95}