{ "name": "output-file-sync", "version": "1.1.2", "description": "Synchronously write a file and create its ancestor directories if needed", "repository": "shinnn/output-file-sync", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "scripts": { "pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js", "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec", "coverage": "node --strong_mode --throw-deprecation --track-heap-objects node_modules/.bin/istanbul cover test.js" }, "license": "MIT", "files": [ "index.js" ], "keywords": [ "fs", "write", "sync", "synchronous", "output", "create", "file", "mkdir", "mkdirp" ], "dependencies": { "graceful-fs": "^4.1.4", "mkdirp": "^0.5.1", "object-assign": "^4.1.0" }, "devDependencies": { "@shinnn/eslint-config-node-legacy": "^2.0.0", "eslint": "^2.13.0", "istanbul": "^0.4.3", "read-remove-file": "^3.0.0", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "_from": "output-file-sync@1.1.2", "_resolved": "https://registry.npm.alibaba-inc.com/output-file-sync/download/output-file-sync-1.1.2.tgz" }