{
  "_args": [
    [
      "loopback-connector-remote@3.4.1",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "loopback-connector-remote@3.4.1",
  "_id": "loopback-connector-remote@3.4.1",
  "_inBundle": false,
  "_integrity": "sha512-O22X2Gcq8YzZF9DvRjOCyktQlASw1/22i/zzqxJHNKSQA5aQYeTB0w5FttOiKxcw6Q/jzL476hUvUE/NaZVZ1Q==",
  "_location": "/loopback-connector-remote",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "loopback-connector-remote@3.4.1",
    "name": "loopback-connector-remote",
    "escapedName": "loopback-connector-remote",
    "rawSpec": "3.4.1",
    "saveSpec": null,
    "fetchSpec": "3.4.1"
  },
  "_requiredBy": [
    "/loopback"
  ],
  "_resolved": "https://registry.npmjs.org/loopback-connector-remote/-/loopback-connector-remote-3.4.1.tgz",
  "_spec": "3.4.1",
  "_where": "/var/www/html/trains/api",
  "bugs": {
    "url": "https://github.com/strongloop/loopback-connector-remote/issues"
  },
  "contributors": [
    {
      "name": "Ritchie Martori",
      "email": "skawful@gmail.com",
      "url": "https://github.com/ritch"
    },
    {
      "name": "Krishna Raman",
      "email": "kraman@gmail.com",
      "url": "https://github.com/kraman"
    }
  ],
  "dependencies": {
    "loopback-datasource-juggler": "^3.0.0",
    "strong-remoting": "^3.0.0"
  },
  "description": "Remote REST API connector for Loopback",
  "devDependencies": {
    "assert": "^1.4.1",
    "bluebird": "^3.5.1",
    "eslint": "^5.4.0",
    "eslint-config-loopback": "^11.0.0",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.2.0",
    "grunt-mocha-test": "^0.13.3",
    "loopback": "^3.0.0",
    "mocha": "^5.2.0",
    "sinon": "^6.0.0",
    "strong-task-emitter": "^0.0.8"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "http://loopback.io",
  "keywords": [
    "web",
    "restful",
    "rest",
    "StrongLoop"
  ],
  "license": "MIT",
  "main": "lib/remote-connector.js",
  "name": "loopback-connector-remote",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kraman/loopback-connector-remotekr.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npm run lint",
    "test": "grunt"
  },
  "version": "3.4.1"
}
