1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "bare-fs",
- "version": "2.1.5",
- "description": "Native file system for Javascript",
- "main": "index.js",
- "files": [
- "index.js",
- "promises.js",
- "binding.c",
- "binding.js",
- "CMakeLists.txt",
- "prebuilds"
- ],
- "addon": true,
- "scripts": {
- "test": "standard && bare test.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/holepunchto/bare-fs.git"
- },
- "author": "Holepunch",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/holepunchto/bare-fs/issues"
- },
- "homepage": "https://github.com/holepunchto/bare-fs#readme",
- "dependencies": {
- "bare-events": "^2.0.0",
- "bare-os": "^2.0.0",
- "bare-path": "^2.0.0",
- "streamx": "^2.13.0"
- },
- "devDependencies": {
- "brittle": "^3.1.1",
- "standard": "^17.0.0"
- }
- }
|