-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm.jsonld
67 lines (57 loc) · 3.39 KB
/
npm.jsonld
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
{
"@context":
{
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"url" : "@id",
"tarball" : "@id",
"owl" : "http://www.w3.org/2002/07/owl#",
"owl:sameAs" : { "@type": "@id" },
"doap" : "http://usefulinc.com/ns/doap#",
"name" : "doap:name",
"versions" : { "@id": "doap:release", "@type": "@id", "@container": "@index" },
"bundle" : { "@reverse": "doap:release", "@type": "@id" },
"version" : "doap:revision",
"dist" : "doap:file-release",
"bugs" : "doap:bug-database",
"maintainers" : "doap:maintainer",
"contributors" : "doap:developer",
"homepage" : { "@id": "doap:homepage", "@type": "@id" },
"repository" : { "@id": "doap:repository", "@type": "@id" },
"os" : "doap:os",
"spdx" : "http://spdx.org/rdf/terms#",
"license" : { "@id": "spdx:licenseDeclared", "@type": "@id" },
"shasum" : "spdx:checksum",
"files" : "spdx:hasFile",
"foaf" : "http://xmlns.com/foaf/0.1/",
"author" : "foaf:maker",
"email" : "foaf:mbox",
"dc" : "http://purl.org/dc/elements/1.1/",
"_npmUser" : "dc:publisher",
"dcterms" : "http://purl.org/dc/terms/",
"_id" : "dcterms:identifier",
"keywords" : "dcterms:subject",
"created" : { "@id": "dcterms:created", "@type": "xsd:dateTime" },
"ctime" : { "@id": "dcterms:created", "@type": "xsd:dateTime" },
"modified" : { "@id": "dcterms:modified", "@type": "xsd:dateTime" },
"mtime" : { "@id": "dcterms:modified", "@type": "xsd:dateTime" },
"description" : "dcterms:abstract",
"readme" : { "@id": "dcterms:description", "@type": "@id" },
"npm" : "https://linkedsoftwaredependencies.org/vocabularies/npm#",
"engines" : { "@id": "npm:engine", "@type": "@id", "@container": "@index" },
"dependencies" : { "@id": "npm:dependency", "@type": "@id", "@container": "@index" },
"devDependencies" : { "@id": "npm:devDependency", "@type": "@id", "@container": "@index" },
"peerDependencies" : { "@id": "npm:peerDependency", "@type": "@id", "@container": "@index" },
"optionalDependencies" : { "@id": "npm:optionalDependency", "@type": "@id", "@container": "@index" },
"bundleDependencies" : { "@id": "npm:bundledDependency", "@type": "@id" },
"bundledDependencies" : { "@id": "npm:bundledDependency", "@type": "@id" },
"_nodeVersion" : { "@id": "npm:nodeVersion", "@type": "@id" },
"_npmVersion" : { "@id": "npm:npmVersion", "@type": "@id" },
"pre-commit" : { "@id": "npm:pre-commit", "@type": "@id" },
"precommit" : { "@id": "npm:pre-commit", "@type": "@id" },
"gitHead" : "npm:gitHead",
"main" : "npm:main",
"oo" : "https://linkedsoftwaredependencies.org/vocabularies/object-oriented#",
"lsd:components" : { "@id": "oo:component", "@type": "@id" }
}
}