package.json 1.56 KB
{
  "_from": "parse-headers@^2.0.0",
  "_id": "parse-headers@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-aug6eqJanZtwCswoaYzR8e1+lTY=",
  "_location": "/parse-headers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse-headers@^2.0.0",
    "name": "parse-headers",
    "escapedName": "parse-headers",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/xhr"
  ],
  "_resolved": "http://registry.npm.taobao.org/parse-headers/download/parse-headers-2.0.1.tgz",
  "_shasum": "6ae83a7aa25a9d9b700acc28698cd1f1ed7e9536",
  "_spec": "parse-headers@^2.0.0",
  "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/xhr",
  "author": {
    "name": "David Björklund",
    "email": "david.bjorklund@gmail.com",
    "url": "http://davidbjorklund.com/"
  },
  "bugs": {
    "url": "https://github.com/kesla/parse-headers/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "for-each": "^0.3.2",
    "trim": "0.0.1"
  },
  "deprecated": false,
  "description": "Parse http headers, works with browserify/xhr",
  "devDependencies": {
    "tape": "^4.2.2",
    "zuul": "^3.7.2"
  },
  "homepage": "https://github.com/kesla/parse-headers",
  "keywords": [
    "http",
    "headers",
    "browserify"
  ],
  "license": "MIT",
  "main": "parse-headers.js",
  "name": "parse-headers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kesla/parse-headers.git"
  },
  "scripts": {
    "test": "zuul test.js"
  },
  "version": "2.0.1"
}