package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "output-file-sync",
  3. "version": "1.1.2",
  4. "description": "Synchronously write a file and create its ancestor directories if needed",
  5. "repository": "shinnn/output-file-sync",
  6. "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  7. "scripts": {
  8. "pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
  9. "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec",
  10. "coverage": "node --strong_mode --throw-deprecation --track-heap-objects node_modules/.bin/istanbul cover test.js"
  11. },
  12. "license": "MIT",
  13. "files": [
  14. "index.js"
  15. ],
  16. "keywords": [
  17. "fs",
  18. "write",
  19. "sync",
  20. "synchronous",
  21. "output",
  22. "create",
  23. "file",
  24. "mkdir",
  25. "mkdirp"
  26. ],
  27. "dependencies": {
  28. "graceful-fs": "^4.1.4",
  29. "mkdirp": "^0.5.1",
  30. "object-assign": "^4.1.0"
  31. },
  32. "devDependencies": {
  33. "@shinnn/eslint-config-node-legacy": "^2.0.0",
  34. "eslint": "^2.13.0",
  35. "istanbul": "^0.4.3",
  36. "read-remove-file": "^3.0.0",
  37. "tap-spec": "^4.1.1",
  38. "tape": "^4.5.1"
  39. },
  40. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  41. "_from": "output-file-sync@1.1.2",
  42. "_resolved": "https://registry.npm.taobao.org/output-file-sync/download/output-file-sync-1.1.2.tgz"
  43. }