UNPKG

@wrote/write

Version:

Write a file to the filesystem.

59 lines (58 loc) 1.4 kB
{ "name": "@wrote/write", "version": "1.0.4", "description": "Write a file to the filesystem.", "main": "build/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec test/mask", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc documentary -o README.md", "b": "alamode src -o build -s", "d": "yarn-s d1", "d1": "NODE_DEBUG=doc doc src/index.js -g", "build": "yarn-s d b doc", "rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f", "e": "alanode", "example/": "yarn e example/example.js" }, "files": [ "build", "src" ], "repository": { "type": "git", "url": "git://github.com/wrote/write.git" }, "keywords": [ "write", "wrote", "filesystem", "fs", "stream", "data", "file", "content" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/wrote/write/issues" }, "homepage": "https://github.com/wrote/write#readme", "devDependencies": { "alamode": "^1.9.2", "documentary": "^1.23.4", "eslint-config-artdeco": "1.0.1", "temp-context": "^2.1.3", "yarn-s": "1.1.0", "zoroaster": "^3.11.4" }, "dependencies": { "erotic": "^2.1.0" } }