You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "write@1.0.3",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "write@1.0.3",
  10. "_id": "write@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==",
  13. "_location": "/write",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "write@1.0.3",
  19. "name": "write",
  20. "escapedName": "write",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/flat-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/home/guest/socket",
  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. "contributors": [
  39. {
  40. "name": "Charlike Mike Reagent",
  41. "url": "https://i.am.charlike.online"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "mkdirp": "^0.5.1"
  50. },
  51. "description": "Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.",
  52. "devDependencies": {
  53. "async-each": "^1.0.1",
  54. "delete": "^1.1.0",
  55. "gulp-format-md": "^1.0.0",
  56. "mocha": "^3.4.2"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/write",
  65. "keywords": [
  66. "file",
  67. "filepath",
  68. "files",
  69. "filesystem",
  70. "folder",
  71. "fs",
  72. "fs.writeFile",
  73. "fs.writeFileSync",
  74. "path",
  75. "write"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "write",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/write.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "run": true,
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "related": {
  98. "list": [
  99. "delete",
  100. "read-data",
  101. "read-yaml",
  102. "write-data",
  103. "write-json",
  104. "write-yaml"
  105. ]
  106. },
  107. "reflinks": [
  108. "verb"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "1.0.3"
  115. }