{"_id":"floppy","_rev":"268195","name":"floppy","description":"Floppy is the file representation of async loaded assets","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"time":{"modified":"2023-06-28T11:57:58.000Z","created":"2014-12-29T22:56:38.744Z","1.0.0":"2014-12-29T22:56:38.744Z"},"users":{},"author":{"name":"Arnout Kazemier"},"repository":{"type":"git","url":"https://github.com/bigpipe/floppy"},"versions":{"1.0.0":{"name":"floppy","version":"1.0.0","description":"Floppy is the file representation of async loaded assets","main":"index.js","scripts":{"test":"mocha --reporter spec --ui bdd test.js","watch":"mocha --watch --reporter spec --ui bdd test.js","coverage":"istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"},"repository":{"type":"git","url":"https://github.com/bigpipe/floppy"},"keywords":["floppy","file","async","asset","assets"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/bigpipe/floppy/issues"},"devDependencies":{"assume":"0.0.x","istanbul":"0.3.x","mocha":"2.1.x","pre-commit":"0.0.x"},"homepage":"https://github.com/bigpipe/floppy","gitHead":"c2bdf2803a0f6b5e7ad7cfc38987cfbb8c934538","_id":"floppy@1.0.0","_shasum":"ef025203c9f9edb3de6bcbaddabb0d28e17a0436","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"3rdeden","email":""},{"name":"v1","email":""}],"dist":{"shasum":"ef025203c9f9edb3de6bcbaddabb0d28e17a0436","size":2955,"noattachment":false,"key":"/floppy/-/floppy-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/floppy/download/floppy-1.0.0.tgz"},"directories":{},"_cnpmcore_publish_time":"2021-12-19T13:25:12.874Z","publish_time":1419893798744,"_cnpm_publish_time":1419893798744}},"readme":"# floppy\n\n[![From bigpipe.io][from]](http://bigpipe.io)[![Version npm][version]](http://browsenpm.org/package/floppy)[![Build Status][build]](https://travis-ci.org/bigpipe/floppy)[![Dependencies][david]](https://david-dm.org/bigpipe/floppy)[![Coverage Status][cover]](https://coveralls.io/r/bigpipe/floppy?branch=master)\n\n[from]: https://img.shields.io/badge/from-bigpipe.io-9d8dff.svg?style=flat-square\n[version]: http://img.shields.io/npm/v/floppy.svg?style=flat-square\n[build]: http://img.shields.io/travis/bigpipe/floppy/master.svg?style=flat-square\n[david]: https://img.shields.io/david/bigpipe/floppy.svg?style=flat-square\n[cover]: http://img.shields.io/coveralls/bigpipe/floppy/master.svg?style=flat-square\n\n## Installation\n\nThe module is written with Browserify and Node.js in mind and is released in the\npublic npm registry. It can be installed by running:\n\n```\nnpm install --save floppy\n```\n\n## Usage\n\nIn all examples we assume that you've required and constructed your floppy\ninstance as following:\n\n```js\n'use strict';\n\nvar Floppy = require('floppy')\n  , file = new Floppy('//cdn.example.org/file.ext');\n```\n\n### floppy.eject\n\nRemove a dependent from the floppy. If the floppy is still in use by something\nit will prevent ejection and return false. Once all the last dependent is\nremoves it self the floppy will be fully eject and call `floppy.destroy`\n\n```js\nfloppy.eject();\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/bigpipe/floppy","bugs":{"url":"https://github.com/bigpipe/floppy/issues"},"license":"MIT"}