Sha256: 9d558d8c59ddffd5e5e83366eac8e0a7305c25499828532301d267ae69559a81
Contents?: true
Size: 1.61 KB
Versions: 62
Compression:
Stored size: 1.61 KB
Contents
{ "name": "https-browserify", "version": "0.0.0", "description": "https module compatability for browserify", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/substack/https-browserify.git" }, "homepage": "https://github.com/substack/https-browserify", "keywords": [ "https", "browser", "browserify" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT", "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", "bugs": { "url": "https://github.com/substack/https-browserify/issues" }, "_id": "https-browserify@0.0.0", "dist": { "shasum": "b3ffdfe734b2a3d4a9efd58e8654c91fce86eafd", "tarball": "http://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz" }, "_from": "https-browserify@0.0.0", "_npmVersion": "1.3.14", "_npmUser": { "name": "substack", "email": "mail@substack.net" }, "maintainers": [ { "name": "substack", "email": "mail@substack.net" } ], "directories": {}, "_shasum": "b3ffdfe734b2a3d4a9efd58e8654c91fce86eafd", "_resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz" }
Version data entries
62 entries across 62 versions & 1 rubygems