{
  "_args": [
    [
      "corser@2.0.1",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_development": true,
  "_from": "corser@2.0.1",
  "_id": "corser@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==",
  "_location": "/corser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "corser@2.0.1",
    "name": "corser",
    "escapedName": "corser",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/http-server"
  ],
  "_resolved": "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Alexander Grüneberg",
    "email": "alexander.grueneberg@googlemail.com"
  },
  "bugs": {
    "url": "https://github.com/agrueneberg/Corser/issues"
  },
  "description": "A highly configurable, middleware compatible implementation of CORS.",
  "devDependencies": {
    "expect.js": "0.1.x",
    "mocha": "1.3.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/agrueneberg/Corser#readme",
  "keywords": [
    "cors",
    "cross-origin resource sharing",
    "connect",
    "express",
    "middleware"
  ],
  "license": "MIT",
  "main": "./lib/corser.js",
  "name": "corser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agrueneberg/Corser.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.0.1"
}
