{
  "_args": [
    [
      "cors-anywhere@0.4.4",
      "/home/innovazi/proxy"
    ]
  ],
  "_from": "cors-anywhere@0.4.4",
  "_id": "cors-anywhere@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-8OBFwnzMgR4mNrAeAyOLB2EruS2z7u02of2bOu7i9kKYlZG+niS7CTHLPgEXKWW2NAOJWRry9RRCaL9lJRjNqg==",
  "_location": "/cors-anywhere",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cors-anywhere@0.4.4",
    "name": "cors-anywhere",
    "escapedName": "cors-anywhere",
    "rawSpec": "0.4.4",
    "saveSpec": null,
    "fetchSpec": "0.4.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cors-anywhere/-/cors-anywhere-0.4.4.tgz",
  "_spec": "0.4.4",
  "_where": "/home/innovazi/proxy",
  "author": {
    "name": "Rob Wu",
    "email": "rob@robwu.nl"
  },
  "bugs": {
    "url": "https://github.com/Rob--W/cors-anywhere/issues/",
    "email": "rob@robwu.nl"
  },
  "dependencies": {
    "http-proxy": "1.11.1",
    "proxy-from-env": "0.0.1"
  },
  "description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "eslint": "^2.2.0",
    "istanbul": "^0.4.2",
    "lolex": "^1.5.0",
    "mocha": "^3.4.2",
    "nock": "^8.2.1",
    "supertest": "^2.0.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "lib/",
    "test/",
    "Procfile",
    "demo.html",
    "server.js"
  ],
  "homepage": "https://github.com/Rob--W/cors-anywhere#readme",
  "keywords": [
    "cors",
    "cross-domain",
    "http-proxy",
    "proxy",
    "heroku"
  ],
  "license": "MIT",
  "main": "./lib/cors-anywhere.js",
  "name": "cors-anywhere",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rob--W/cors-anywhere.git"
  },
  "scripts": {
    "lint": "eslint .",
    "start": "node server.js",
    "test": "mocha ./test/test*.js --reporter spec",
    "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/test.js test/test-ratelimit.js --reporter spec"
  },
  "version": "0.4.4"
}
