package.json
1.29 KB
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
{
"_args": [
[
"r-script@0.0.3",
"/Users/ganghyeontae/Desktop/R_BACKEND/backend"
]
],
"_from": "r-script@0.0.3",
"_id": "r-script@0.0.3",
"_inBundle": false,
"_integrity": "sha1-RUrp82bt8HGkhn07tlyTwaeLxCE=",
"_location": "/r-script",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "r-script@0.0.3",
"name": "r-script",
"escapedName": "r-script",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/r-script/-/r-script-0.0.3.tgz",
"_spec": "0.0.3",
"_where": "/Users/ganghyeontae/Desktop/R_BACKEND/backend",
"author": {
"name": "Josh Katz"
},
"bugs": {
"url": "http://github.com/joshkatz/r-script/issues"
},
"dependencies": {
"underscore": "^1.8.3"
},
"description": "A simple little module for passing data from NodeJS to R (and back again).",
"devDependencies": {
"queue-async": "^1.0.7"
},
"homepage": "http://github.com/joshkatz/r-script",
"keywords": [
"R",
"rstats",
"statistics"
],
"license": "MIT",
"main": "index.js",
"name": "r-script",
"repository": {
"type": "git",
"url": "git+https://github.com/joshkatz/r-script.git"
},
"version": "0.0.3"
}