-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 951 Bytes
/
package.json
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
{
"name": "npm-extraction-server",
"version": "0.1.3",
"description": "Convert npm package.json database to RDF.",
"author": {
"name": "Joachim Van Herwegen",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LinkedSoftwareDependencies/npm-extraction-server.git"
},
"engines": {
"node": "5.12.0"
},
"main": "bin/index.js",
"keywords": [
"lsd",
"linked software dependencies",
"npm",
"node"
],
"dependencies": {
"cors": "^2.8.5",
"express": "^4.15.2",
"jsonld": "^0.4.11",
"lodash": "^4.17.4",
"lru-cache": "^4.0.2",
"minimist": "^1.2.0",
"n3": "^0.10.0",
"parse-author": "^2.0.0",
"request": "^2.81.0",
"semver": "^5.3.0",
"spdx-correct": "^2.0.0",
"spdx-expression-parse": "^1.0.4",
"tar-stream": "^1.5.2",
"url-join": "^2.0.2",
"valid-url": "^1.0.9"
}
}