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
81
82
83
84
85
86
87
88
| {
| "_args": [
| [
| "import-local@3.0.3",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "import-local@3.0.3",
| "_id": "import-local@3.0.3",
| "_inBundle": false,
| "_integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==",
| "_location": "/import-local",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "import-local@3.0.3",
| "name": "import-local",
| "escapedName": "import-local",
| "rawSpec": "3.0.3",
| "saveSpec": null,
| "fetchSpec": "3.0.3"
| },
| "_requiredBy": [
| "/jest",
| "/jest/jest-cli"
| ],
| "_resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz",
| "_spec": "3.0.3",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bin": {
| "import-local-fixture": "fixtures/cli.js"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/import-local/issues"
| },
| "dependencies": {
| "pkg-dir": "^4.2.0",
| "resolve-cwd": "^3.0.0"
| },
| "description": "Let a globally installed package use a locally installed version of itself if available",
| "devDependencies": {
| "ava": "2.1.0",
| "cpy": "^7.0.1",
| "del": "^4.1.1",
| "execa": "^2.0.1",
| "xo": "^0.24.0"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.js",
| "fixtures/cli.js"
| ],
| "homepage": "https://github.com/sindresorhus/import-local#readme",
| "keywords": [
| "import",
| "local",
| "require",
| "resolve",
| "global",
| "version",
| "prefer",
| "cli"
| ],
| "license": "MIT",
| "name": "import-local",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/import-local.git"
| },
| "scripts": {
| "test": "xo && ava"
| },
| "version": "3.0.3",
| "xo": {
| "ignores": [
| "fixtures"
| ]
| }
| }
|
|