mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
44 lines
875 B
JSON
44 lines
875 B
JSON
{
|
|
"name": "write",
|
|
"description": "Write files to disk, creating intermediate directories if they don't exist.",
|
|
"version": "0.2.1",
|
|
"homepage": "https://github.com/jonschlinkert/write",
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
"repository": "jonschlinkert/write",
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/write/issues"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^1.4.0",
|
|
"delete": "^0.2.1",
|
|
"mocha": "^2.2.5",
|
|
"should": "^7.0.2"
|
|
},
|
|
"keywords": [
|
|
"file",
|
|
"filepath",
|
|
"files",
|
|
"filesystem",
|
|
"folder",
|
|
"fs",
|
|
"fs.writeFile",
|
|
"fs.writeFileSync",
|
|
"path",
|
|
"write"
|
|
]
|
|
}
|