package.json 1.6 KB

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