package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "write",
  3. "description": "Write files to disk, creating intermediate directories if they don't exist.",
  4. "version": "0.2.1",
  5. "homepage": "https://github.com/jonschlinkert/write",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/write",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/write/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "mkdirp": "^0.5.1"
  24. },
  25. "devDependencies": {
  26. "async": "^1.4.0",
  27. "delete": "^0.2.1",
  28. "mocha": "^2.2.5",
  29. "should": "^7.0.2"
  30. },
  31. "keywords": [
  32. "file",
  33. "filepath",
  34. "files",
  35. "filesystem",
  36. "folder",
  37. "fs",
  38. "fs.writeFile",
  39. "fs.writeFileSync",
  40. "path",
  41. "write"
  42. ],
  43. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  44. "_from": "write@0.2.1",
  45. "_resolved": "https://registry.npm.taobao.org/write/download/write-0.2.1.tgz"
  46. }