{"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"keywords":["browserify","fs","level","filesystem"],"dist-tags":{"latest":"1.0.0"},"description":"fs for the browser using level-filesystem and browserify","readme":"# browserify-fs\n\n[fs](http://nodejs.org/api/fs.html) for the browser using [level-filesystem](https://github.com/mafintosh/level-filesystem) and [browserify](https://github.com/substack/node-browserify)\n\n\tnpm install browserify-fs\n\n## Usage\n\nTo use simply require it and use it as you would fs\n\n``` js\nvar fs = require('browserify-fs');\n\nfs.mkdir('/home', function() {\n\tfs.writeFile('/home/hello-world.txt', 'Hello world!\\n', function() {\n\t\tfs.readFile('/home/hello-world.txt', 'utf-8', function(err, data) {\n\t\t\tconsole.log(data);\n\t\t});\n\t});\n});\n```\n\nYou can also make browserify replace `require('fs')` with browserify-fs using\n\n\tbrowserify -r fs:browserify-fs\n\nUsing the replacement you browserify modules like [tar-fs](https://github.com/mafintosh/tar-fs) and [mkdirp](https://github.com/substack/node-mkdirp)!\n\nCheckout [level-filesystem](https://github.com/mafintosh/level-filesystem) to see which browsers are supported\n\n## License\n\nMIT","repository":{"type":"git","url":"git://github.com/mafintosh/browserify-fs"},"users":{"zeke":true,"inflowmotion":true,"kruemelo":true,"vinnyfonseca":true},"bugs":{"url":"https://github.com/mafintosh/browserify-fs/issues"},"versions":{"1.0.0":{"name":"browserify-fs","version":"1.0.0","description":"fs for the browser using level-filesystem and browserify","repository":{"type":"git","url":"git://github.com/mafintosh/browserify-fs"},"keywords":["browserify","fs","level","filesystem"],"dependencies":{"level-filesystem":"^1.0.1","level-js":"^2.1.3","levelup":"^0.18.2"},"bugs":{"url":"https://github.com/mafintosh/browserify-fs/issues"},"homepage":"https://github.com/mafintosh/browserify-fs","_id":"browserify-fs@1.0.0","dist":{"shasum":"f075aa8a729d4d1716d066620e386fcc1311a96f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/browserify-fs/-/browserify-fs-1.0.0.tgz","integrity":"sha512-8LqHRPuAEKvyTX34R6tsw4bO2ro6j9DmlYBhiYWHRM26Zv2cBw1fJOU0NeUQ0RkXkPn/PFBjhA0dm4AgaBurTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD21Sd5N6pbetv9u84Mbe/BPa1yuCjk3z9cBfDSc1bS9AIhAJC1JkM2l5ixTjtGHwJm9ghnFeyQZ8lScPdN8ag5GNgK"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}]}},"name":"browserify-fs","time":{"modified":"2022-06-13T05:10:42.298Z","created":"2014-04-14T01:36:26.735Z","1.0.0":"2014-04-14T01:36:26.735Z"},"readmeFilename":"README.md","homepage":"https://github.com/mafintosh/browserify-fs"}