UNPKG

motion

Version:

motion - moving development forward

80 lines (79 loc) 2.92 kB
{ "_args": [ [ "browserify-zlib@https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "browserify-zlib@>=0.1.4 <0.2.0", "_id": "browserify-zlib@0.1.4", "_inCache": true, "_location": "/browserify-zlib", "_phantomChildren": {}, "_requested": { "name": "browserify-zlib", "raw": "browserify-zlib@https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "rawSpec": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "scope": null, "spec": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "type": "remote" }, "_requiredBy": [ "/node-libs-browser" ], "_resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "_shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d", "_shrinkwrap": null, "_spec": "browserify-zlib@https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "devongovett@gmail.com", "name": "Devon Govett" }, "bugs": { "url": "https://github.com/devongovett/browserify-zlib/issues" }, "dependencies": { "pako": "~0.2.0" }, "description": "Full zlib module for browserify", "devDependencies": { "brfs": "^1.0.1", "tape": "^2.12.3" }, "directories": { "test": "test" }, "homepage": "https://github.com/devongovett/browserify-zlib#readme", "keywords": [ "browserify", "zlib" ], "license": "MIT", "main": "src/index.js", "name": "browserify-zlib", "optionalDependencies": {}, "readme": "# browserify-zlib\n\nEmulates Node's [zlib](http://nodejs.org/api/zlib.html) module for [Browserify](http://browserify.org)\nusing [pako](https://github.com/nodeca/pako). It uses the actual Node source code and passes the Node zlib tests\nby emulating the C++ binding that actually calls zlib.\n\n[![browser support](https://ci.testling.com/devongovett/browserify-zlib.png)\n](https://ci.testling.com/devongovett/browserify-zlib)\n\n[![node tests](https://travis-ci.org/devongovett/browserify-zlib.svg)\n](https://travis-ci.org/devongovett/browserify-zlib)\n\n## Not implemented\n\nThe following options/methods are not supported because pako does not support them yet.\n\n* The `params` method\n* The `dictionary` option\n\n## License\n\nMIT\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/devongovett/browserify-zlib.git" }, "scripts": { "test": "node_modules/tape/bin/tape test/*.js" }, "testling": { "browsers": [ "android-browser/latest", "chrome/22..latest", "firefox/16..latest", "ie/6..latest", "ipad/6", "iphone/6", "opera/11.0..latest", "safari/latest" ], "files": "test/*.js" }, "version": "0.1.4" }