package.json 1.29 KB
{
  "_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"
}