UNPKG

@wrote/read

Version:

Read the contents of file from the filesystem.

59 lines (58 loc) 1.4 kB
{ "name": "@wrote/read", "version": "1.0.4", "description": "Read the contents of file from the filesystem.", "main": "build/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec", "test-build": "ALAMODE_ENV=test-build yarn test", "test-all": "yarn-s test test-build", "test-watch": "yarn test -w", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc documentary -o README.md", "b": "alamode src -o build", "d": "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/read.git" }, "keywords": [ "read", "wrote", "filesystem", "fs", "buffer", "string", "access", "data", "file" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/wrote/read/issues" }, "homepage": "https://github.com/wrote/read#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": { "catchment": "^3.3.0" } }