package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "output-file-sync@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==",
  6. "_location": "/output-file-sync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "output-file-sync@^2.0.0",
  12. "name": "output-file-sync",
  13. "escapedName": "output-file-sync",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-2.0.1.tgz",
  22. "_shasum": "f53118282f5f553c2799541792b723a4c71430c0",
  23. "_spec": "output-file-sync@^2.0.0",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/cli",
  25. "author": {
  26. "name": "Shinnosuke Watanabe",
  27. "url": "https://github.com/shinnn"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shinnn/output-file-sync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-fs": "^4.1.11",
  35. "is-plain-obj": "^1.1.0",
  36. "mkdirp": "^0.5.1"
  37. },
  38. "deprecated": false,
  39. "description": "Synchronously write a file and create its ancestor directories if needed",
  40. "devDependencies": {
  41. "@shinnn/eslint-config-node": "^5.0.0",
  42. "eslint": "^4.17.0",
  43. "get-mode": "^1.0.1",
  44. "nyc": "^11.4.1",
  45. "read-utf8-file": "^2.0.0",
  46. "rmfr": "^2.0.0-3",
  47. "tape": "^4.8.0"
  48. },
  49. "eslintConfig": {
  50. "extends": "@shinnn/node"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/shinnn/output-file-sync#readme",
  56. "keywords": [
  57. "fs",
  58. "write",
  59. "sync",
  60. "synchronous",
  61. "output",
  62. "create",
  63. "file",
  64. "mkdir",
  65. "mkdirp"
  66. ],
  67. "license": "ISC",
  68. "name": "output-file-sync",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/shinnn/output-file-sync.git"
  72. },
  73. "scripts": {
  74. "pretest": "eslint --fix --format=codeframe index.js test.js",
  75. "test": "nyc --reporter=html --reporter=text node test.js"
  76. },
  77. "version": "2.0.1"
  78. }