forked from clearlydefined/crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurns.txt
39 lines (31 loc) · 1.42 KB
/
urns.txt
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
some sample urns to play with
urn:npm:npmjs:@foo:bar - the npm @foo/bar itself (the component)
urn:npm:npmjs:@foo:bar:tool:x - the output of tool 'x' for @foo/bar itself (the component)
urn:npm:npmjs:@foo:bar:revision:1.2.3 - the npm @foo/bar version 1.2.3
urn:npm:npmjs:-:bar:revision:1.2.3 - the npm bar (no namespace) version 1.2.3
urn:npm:npmjs:-:bar:revision:1.2.3:tool:x - the output of tool 'x' on the npm bar (no namespace) version 1.2.3
urn:git:github:myorg:funRepo: - the github repo myOrg/funRepo itself
urn:git:github:myorg:funRepo:revision:<commitish> - the github repo myOrg/funRepo @ the given commitish
urn:git:github:myorg:funRepo:revision:<commitish>:tool:scancode-3.2 - the scancode 3.2 output for github repo myOrg/funRepo @ the given commitish
{
type: npm
self: urn:npm:npmjs:-:bar:revision:1.2.3
source: urn:git:github:myorg:funRepo:revision:bc399a34
}
{
type: npm
self: urn:npm:npmjs:-:bar:revision:1.2.3:tool:x
siblings: <collection> urn:npm:npmjs:-:bar:revision:1.2.3:tool:x
target: urn:npm:npmjs:-:bar:revision:1.2.3
}
{
type: git
self: urn:git:github:myorg:funRepo:revision:bc399a34
scancode: <collection> urn:git:github:myorg:funRepo:revision:bc399a34:tool:scancode
}
{
type: git
self: urn:git:github:myorg:funRepo:revision:bc399a34:tool:scancode-2.3
siblings: <collection> urn:git:github:myorg:funRepo:revision:bc399a34:tool:scancode
target: urn:git:github:myorg:funRepo:revision:bc399a34
}