package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "write@0.2.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "write@0.2.1",
  10. "_id": "write@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CJ17OoULEKXpA5pef3qLj5AxTJ6mSt7g84he2WIskKwqFO4T97d5V7Tadl0DYDk7qyUOQD5WlUlOMChaYrhxeA==",
  13. "_location": "/write",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "write@0.2.1",
  19. "name": "write",
  20. "escapedName": "write",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/flat-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
  29. "_spec": "0.2.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/write/issues"
  37. },
  38. "dependencies": {
  39. "mkdirp": "^0.5.1"
  40. },
  41. "description": "Write files to disk, creating intermediate directories if they don't exist.",
  42. "devDependencies": {
  43. "async": "^1.4.0",
  44. "delete": "^0.2.1",
  45. "mocha": "^2.2.5",
  46. "should": "^7.0.2"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/write",
  55. "keywords": [
  56. "file",
  57. "filepath",
  58. "files",
  59. "filesystem",
  60. "folder",
  61. "fs",
  62. "fs.writeFile",
  63. "fs.writeFileSync",
  64. "path",
  65. "write"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "write",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/write.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "0.2.1"
  78. }