{
  "_args": [
    [
      "connect-slashes@1.3.1",
      "/var/www/html/postleaf"
    ]
  ],
  "_from": "connect-slashes@1.3.1",
  "_id": "connect-slashes@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-ldYYMND51YU8hojwtfQ5iLGGrDc=",
  "_location": "/connect-slashes",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "connect-slashes@1.3.1",
    "name": "connect-slashes",
    "escapedName": "connect-slashes",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/connect-slashes/-/connect-slashes-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Roi Avinoam",
    "email": "avinoamr@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/avinoamr/connect-slashes/issues"
  },
  "contributors": [
    {
      "name": "Feross Aboukhadijeh",
      "email": "feross@feross.org",
      "url": "http://feross.org"
    },
    {
      "name": "brunogfranca",
      "url": "https://github.com/brunogfranca"
    }
  ],
  "description": "Trailing slash redirect middleware for Connect and Express.js",
  "devDependencies": {
    "mocha": "~1.14.0"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/avinoamr/connect-slashes#readme",
  "keywords": [
    "trailing",
    "slash",
    "connect",
    "middleware",
    "express"
  ],
  "license": "MIT",
  "main": "index",
  "name": "connect-slashes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avinoamr/connect-slashes.git"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha"
  },
  "version": "1.3.1"
}
