UNPKG

write-to-file

Version:

Writes data to file and automatically create its directories if not exists.

47 lines (46 loc) 1.12 kB
{ "name": "write-to-file", "version": "1.0.2", "description": "Writes data to file and automatically create its directories if not exists.", "keywords": [ "fs", "mkdirp", "write-file" ], "homepage": "https://github.com/risan/write-to-file#readme", "bugs": { "url": "https://github.com/risan/write-to-file/issues" }, "license": "MIT", "author": { "name": "Risan Bagja Pradana", "email": "risanbagja@gmail.com", "url": "https://bagja.net" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/risan/write-to-file.git" }, "scripts": { "lint": "eslint ./", "lint-fix": "eslint ./ --fix", "prepublishOnly": "npm run lint && npm run test", "test": "jest" }, "dependencies": { "create-dir": "1.x" }, "devDependencies": { "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.3.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-prettier": "^3.0.0", "jest": "^23.6.0", "prettier": "^1.15.2" }, "engines": { "node": ">=8.0.0" } }