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
77
78
79
80
| {
| "_args": [
| [
| "module-alias@2.2.3",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "module-alias@2.2.3",
| "_id": "module-alias@2.2.3",
| "_inBundle": false,
| "_integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
| "_location": "/module-alias",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "module-alias@2.2.3",
| "name": "module-alias",
| "escapedName": "module-alias",
| "rawSpec": "2.2.3",
| "saveSpec": null,
| "fetchSpec": "2.2.3"
| },
| "_requiredBy": [
| "/@dcloudio/uni-quickapp-native",
| "/@dcloudio/vue-cli-plugin-uni"
| ],
| "_resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.3.tgz",
| "_spec": "2.2.3",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Nick Gavrilov",
| "email": "artnikpro@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/ilearnio/module-alias/issues"
| },
| "description": "Create aliases of directories and register custom module paths",
| "devDependencies": {
| "chai": "^3.5.0",
| "hello-world-classic": "github:ilearnio/hello-world-classic",
| "husky": "^3.0.2",
| "mocha": "^2.4.5",
| "semver": "^6.1.1",
| "standard": "^12.0.1"
| },
| "files": [
| "index.js",
| "register.js",
| "README.md",
| "LICENSE"
| ],
| "homepage": "https://github.com/ilearnio/module-alias",
| "husky": {
| "hooks": {
| "pre-push": "npm run test"
| }
| },
| "keywords": [
| "extend",
| "modules",
| "node",
| "path",
| "resolve"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "module-alias",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/ilearnio/module-alias.git"
| },
| "scripts": {
| "lint": "standard",
| "test": "npm run lint && npm run testonly",
| "testonly": "NODE_ENV=test mocha test/specs.js",
| "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
| },
| "version": "2.2.3"
| }
|
|