333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_args": [
    [
      "node-homedir@1.1.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "node-homedir@1.1.1",
  "_id": "node-homedir@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Xsmf94D/DdeDISAECUaxXVxhh+kHdbOQE4CnP4igo3HXL3BSmmUpD5M7orH434EZZwBTFF2xe5SgsQr/wOBuNw==",
  "_location": "/node-homedir",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-homedir@1.1.1",
    "name": "node-homedir",
    "escapedName": "node-homedir",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/egg-core",
    "/egg-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/node-homedir/-/node-homedir-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "ngot"
  },
  "bugs": {
    "url": "https://github.com/node-modules/node-homedir/issues"
  },
  "ci": {
    "version": "4, 6, 8, 10"
  },
  "description": "Get the effective user's homedir.",
  "devDependencies": {
    "eslint": "3",
    "eslint-config-egg": "3",
    "intelli-espower-loader": "^1.0.1",
    "mm": "^2.0.0",
    "mocha": "*",
    "nyc": "^11.2.1",
    "power-assert": "^1.4.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/node-modules/node-homedir#readme",
  "keywords": [
    "homedir",
    "effective",
    "node"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "node-homedir",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-modules/node-homedir.git"
  },
  "scripts": {
    "ci": "npm run lint && npm run test-cov",
    "lint": "eslint test *.js",
    "test": "npm run lint && mocha -r intelli-espower-loader test/*.test.js",
    "test-cov": "nyc mocha -r intelli-espower-loader test/*.test.js"
  },
  "version": "1.1.1"
}