| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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"
- },
- "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
- "_from": "output-file-sync@1.1.2",
- "_resolved": "https://registry.npm.taobao.org/output-file-sync/download/output-file-sync-1.1.2.tgz"
- }
|