{
  "_args": [
    [
      "parse-link-header@0.4.1",
      "/home/travis/build/RAN3D/foglet-ndp"
    ]
  ],
  "_from": "parse-link-header@0.4.1",
  "_id": "parse-link-header@0.4.1",
  "_inBundle": false,
  "_integrity": "sha1-9r1hXcZxP9QJNc6XlF5NP1Iu3xQ=",
  "_location": "/parse-link-header",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parse-link-header@0.4.1",
    "name": "parse-link-header",
    "escapedName": "parse-link-header",
    "rawSpec": "0.4.1",
    "saveSpec": null,
    "fetchSpec": "0.4.1"
  },
  "_requiredBy": [
    "/ldf-client"
  ],
  "_resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-0.4.1.tgz",
  "_spec": "0.4.1",
  "_where": "/home/travis/build/RAN3D/foglet-ndp",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/parse-link-header/issues"
  },
  "dependencies": {
    "xtend": "~4.0.0"
  },
  "description": "Parses a link header and returns paging information for each contained link.",
  "devDependencies": {
    "tap": "~0.4.3",
    "tape": "~1.0.3"
  },
  "engine": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/thlorenz/parse-link-header",
  "keywords": [
    "parse",
    "link",
    "header",
    "weblink",
    "web",
    "link",
    "rel"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "parse-link-header",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/parse-link-header.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "0.4.1"
}
