{
  "_args": [
    [
      {
        "raw": "https-browserify@^1.0.0",
        "scope": null,
        "escapedName": "https-browserify",
        "name": "https-browserify",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\browserify"
    ]
  ],
  "_from": "https-browserify@>=1.0.0 <2.0.0",
  "_id": "https-browserify@1.0.0",
  "_inCache": true,
  "_location": "/https-browserify",
  "_nodeVersion": "7.8.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/https-browserify-1.0.0.tgz_1491348915811_0.5395281950477511"
  },
  "_npmUser": {
    "name": "feross",
    "email": "feross@feross.org"
  },
  "_npmVersion": "4.4.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "https-browserify@^1.0.0",
    "scope": null,
    "escapedName": "https-browserify",
    "name": "https-browserify",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserify"
  ],
  "_resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
  "_shasum": "ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73",
  "_shrinkwrap": null,
  "_spec": "https-browserify@^1.0.0",
  "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\browserify",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/https-browserify/issues"
  },
  "dependencies": {},
  "description": "https module compatability for browserify",
  "devDependencies": {
    "standard": "^9.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73",
    "tarball": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz"
  },
  "gitHead": "98a1310b385d24dd8cf1a67aa258e91ec03743e4",
  "homepage": "https://github.com/substack/https-browserify",
  "keywords": [
    "browser",
    "browserify",
    "https"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "feross",
      "email": "feross@feross.org"
    },
    {
      "name": "ptarjan",
      "email": "npm@paulisageek.com"
    },
    {
      "name": "substack",
      "email": "substack@gmail.com"
    }
  ],
  "name": "https-browserify",
  "optionalDependencies": {},
  "readme": "# https-browserify\n\nhttps module compatability for browserify\n\n# example\n\n``` js\nvar https = require('https-browserify')\nvar r = https.request('https://github.com')\nr.on('request', function (res) {\n  console.log(res)\n})\n```\n\n# methods\n\nThe API is the same as the client portion of the\n[node core https module](http://nodejs.org/docs/latest/api/https.html).\n\n# license\n\nMIT\n",
  "readmeFilename": "readme.markdown",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/https-browserify.git"
  },
  "scripts": {
    "test": "standard"
  },
  "version": "1.0.0"
}
