package.json 3.34 KB
{
  "_args": [
    [
      {
        "raw": "http-proxy-middleware@^0.17.3",
        "scope": null,
        "escapedName": "http-proxy-middleware",
        "name": "http-proxy-middleware",
        "rawSpec": "^0.17.3",
        "spec": ">=0.17.3 <0.18.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "http-proxy-middleware@>=0.17.3 <0.18.0",
  "_id": "http-proxy-middleware@0.17.3",
  "_inCache": true,
  "_location": "/http-proxy-middleware",
  "_nodeVersion": "6.2.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/http-proxy-middleware-0.17.3.tgz_1481145720041_0.3982126035261899"
  },
  "_npmUser": {
    "name": "chimurai",
    "email": "stevenchim@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "http-proxy-middleware@^0.17.3",
    "scope": null,
    "escapedName": "http-proxy-middleware",
    "name": "http-proxy-middleware",
    "rawSpec": "^0.17.3",
    "spec": ">=0.17.3 <0.18.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.3.tgz",
  "_shasum": "940382147149b856084f5534752d5b5a8168cd1d",
  "_shrinkwrap": null,
  "_spec": "http-proxy-middleware@^0.17.3",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "Steven Chim"
  },
  "bugs": {
    "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  },
  "dependencies": {
    "http-proxy": "^1.16.2",
    "is-glob": "^3.1.0",
    "lodash": "^4.17.2",
    "micromatch": "^2.3.11"
  },
  "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  "devDependencies": {
    "browser-sync": "^2.18.2",
    "chai": "^3.5.0",
    "connect": "^3.5.0",
    "coveralls": "^2.11.15",
    "express": "^4.14.0",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "1.2.0",
    "opn": "^4.0.2",
    "ws": "^1.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "940382147149b856084f5534752d5b5a8168cd1d",
    "tarball": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.3.tgz"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "8689cb429577a7722b9334e702535cb752191c43",
  "homepage": "https://github.com/chimurai/http-proxy-middleware",
  "keywords": [
    "reverse",
    "proxy",
    "middleware",
    "http",
    "https",
    "connect",
    "express",
    "browser-sync",
    "gulp",
    "grunt-contrib-connect",
    "websocket",
    "ws",
    "cors"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "chimurai",
      "email": "stevenchim@gmail.com"
    }
  ],
  "name": "http-proxy-middleware",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  },
  "scripts": {
    "clean": "rm -rf coverage",
    "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
    "test": "mocha --recursive --colors --reporter spec"
  },
  "version": "0.17.3"
}