astro-ghostcms/.pnpm-store/v3/files/69/ac4a205b8618ae6f63386463668...

39 lines
827 B
Plaintext

{
"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"
}
}