package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "write-json-file@^2.3.0",
  3. "_id": "write-json-file@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8=",
  6. "_location": "/write-json-file",
  7. "_phantomChildren": {
  8. "is-plain-obj": "1.1.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "write-json-file@^2.3.0",
  14. "name": "write-json-file",
  15. "escapedName": "write-json-file",
  16. "rawSpec": "^2.3.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.3.0"
  19. },
  20. "_requiredBy": [
  21. "/hard-source-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz",
  24. "_shasum": "2b64c8a33004d54b8698c76d585a77ceb61da32f",
  25. "_spec": "write-json-file@^2.3.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\hard-source-webpack-plugin",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/write-json-file/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "detect-indent": "^5.0.0",
  38. "graceful-fs": "^4.1.2",
  39. "make-dir": "^1.0.0",
  40. "pify": "^3.0.0",
  41. "sort-keys": "^2.0.0",
  42. "write-file-atomic": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Stringify and write JSON to a file atomically",
  46. "devDependencies": {
  47. "ava": "*",
  48. "tempfile": "^2.0.0",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/write-json-file#readme",
  58. "keywords": [
  59. "write",
  60. "json",
  61. "stringify",
  62. "file",
  63. "fs",
  64. "graceful",
  65. "stable",
  66. "sort",
  67. "newline",
  68. "indent",
  69. "atomic",
  70. "atomically"
  71. ],
  72. "license": "MIT",
  73. "name": "write-json-file",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/write-json-file.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "2.3.0"
  82. }