UNPKG

motion

Version:

motion - moving development forward

58 lines (57 loc) 2.19 kB
{ "_args": [ [ "https-browserify@https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "https-browserify@0.0.0", "_id": "https-browserify@0.0.0", "_inCache": true, "_location": "/https-browserify", "_phantomChildren": {}, "_requested": { "name": "https-browserify", "raw": "https-browserify@https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "rawSpec": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "scope": null, "spec": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "type": "remote" }, "_requiredBy": [ "/node-libs-browser" ], "_resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "_shasum": "b3ffdfe734b2a3d4a9efd58e8654c91fce86eafd", "_shrinkwrap": null, "_spec": "https-browserify@https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "mail@substack.net", "name": "James Halliday", "url": "http://substack.net" }, "bugs": { "url": "https://github.com/substack/https-browserify/issues" }, "dependencies": {}, "description": "https module compatability for browserify", "devDependencies": {}, "homepage": "https://github.com/substack/https-browserify", "keywords": [ "browser", "browserify", "https" ], "license": "MIT", "main": "index.js", "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" }, "version": "0.0.0" }