package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "fs-extra-p@^4.6.1",
  3. "_id": "fs-extra-p@4.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IsTMbUS0svZKZTvqF4vDS9c/L7Mw9n8nZQWWeSzAGacOSe+8CzowhUN0tdZEZFIJNP5HC7L9j3MMikz/G4hDeQ==",
  6. "_location": "/fs-extra-p",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-extra-p@^4.6.1",
  12. "name": "fs-extra-p",
  13. "escapedName": "fs-extra-p",
  14. "rawSpec": "^4.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.6.1"
  17. },
  18. "_requiredBy": [
  19. "/builder-util-runtime",
  20. "/electron-updater"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/fs-extra-p/-/fs-extra-p-4.6.1.tgz",
  23. "_shasum": "6156e0cc98097f415fcd17029578fc41c78b5092",
  24. "_spec": "fs-extra-p@^4.6.1",
  25. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app\\node_modules\\electron-updater",
  26. "bugs": {
  27. "url": "https://github.com/develar/fs-extra-p/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "bluebird-lst": "^1.0.5",
  32. "fs-extra": "^6.0.1"
  33. },
  34. "deprecated": false,
  35. "description": "fs-extra module promisified with bluebird",
  36. "engines": {
  37. "node": ">=6.0.0"
  38. },
  39. "files": [
  40. "index.*"
  41. ],
  42. "homepage": "https://github.com/develar/fs-extra-p#readme",
  43. "keywords": [
  44. "fs",
  45. "file",
  46. "file system",
  47. "copy",
  48. "directory",
  49. "extra",
  50. "mkdirp",
  51. "mkdir",
  52. "mkdirs",
  53. "recursive",
  54. "json",
  55. "read",
  56. "write",
  57. "extra",
  58. "delete",
  59. "remove",
  60. "touch",
  61. "create",
  62. "text",
  63. "output",
  64. "move",
  65. "promise",
  66. "bluebird"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "fs-extra-p",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/develar/fs-extra-p.git"
  74. },
  75. "version": "4.6.1"
  76. }