{
  "_from": "tor-request",
  "_id": "tor-request@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-4VgOAjR24Dua0NeDn0nrgrkmrikRDuxgGqyV2ZzeiIaHAAAW2po+9oCBTEfiKBYX9o3002etgMTdfA3A/xwkww==",
  "_location": "/tor-request",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "tor-request",
    "name": "tor-request",
    "escapedName": "tor-request",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tor-request/-/tor-request-2.2.0.tgz",
  "_shasum": "e2e1d6b2340c7b253342af85b4d4da8282993e75",
  "_spec": "tor-request",
  "_where": "D:\\dgzn\\tools\\dream",
  "author": {
    "name": "talmobi"
  },
  "bugs": {
    "url": "https://github.com/talmobi/tor-request/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "request": "~2.87.0",
    "socks-proxy-agent": "~4.0.1"
  },
  "deprecated": false,
  "description": "send http/https requests through Tor.",
  "devDependencies": {
    "mocha": "~2.3.4",
    "spacestandard": "~0.2.0"
  },
  "email": "talmo.christian@gmail.com",
  "homepage": "https://github.com/talmobi/tor-request#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "tor-request",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/talmobi/tor-request.git"
  },
  "scripts": {
    "fixlint": "spacestandard --fix index.js",
    "lint": "spacestandard index.js",
    "test": "mocha test/test.js",
    "test-all": "npm run test-control-port && npm run test",
    "test-control-port": "mocha test/test-control-port.js"
  },
  "version": "2.2.0"
}
