{
  "_args": [
    [
      "restify-cors-middleware@1.1.1",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "restify-cors-middleware@1.1.1",
  "_id": "restify-cors-middleware@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-BmiFAvoIuMYngxA4RMh9z8MNzz4=",
  "_location": "/restify-cors-middleware",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "restify-cors-middleware@1.1.1",
    "name": "restify-cors-middleware",
    "escapedName": "restify-cors-middleware",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/restify-cors-middleware/-/restify-cors-middleware-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Tabcorp Digital Technology Team"
  },
  "bugs": {
    "url": "https://github.com/TabDigital/restify-cors-middleware/issues"
  },
  "dependencies": {
    "assert-plus": "^1.0.0"
  },
  "description": "CORS middleware with full W3C spec support",
  "devDependencies": {
    "mocha": "~3.4.1",
    "require-lint": "^1.1.2",
    "restify": "~4.3.0",
    "should": "~11.2.1",
    "standard": "^10.0.2",
    "supertest": "~3.0.0"
  },
  "homepage": "https://github.com/TabDigital/restify-cors-middleware#readme",
  "keywords": [
    "restify",
    "cors",
    "cross origin",
    "headers"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "restify-cors-middleware",
  "peerDependencies": {
    "restify": "2.6.x - 7.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TabDigital/restify-cors-middleware.git"
  },
  "scripts": {
    "test": "require-lint && standard && mocha"
  },
  "version": "1.1.1"
}
