package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "path-exists@3.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-exists@3.0.0",
  10. "_id": "path-exists@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  13. "_location": "/path-exists",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-exists@3.0.0",
  19. "name": "path-exists",
  20. "escapedName": "path-exists",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/electron-download",
  27. "/locate-path"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/path-exists/issues"
  39. },
  40. "description": "Check if a path exists",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  52. "keywords": [
  53. "path",
  54. "exists",
  55. "exist",
  56. "file",
  57. "filepath",
  58. "fs",
  59. "filesystem",
  60. "file-system",
  61. "access",
  62. "stat"
  63. ],
  64. "license": "MIT",
  65. "name": "path-exists",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/path-exists.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "3.0.0",
  74. "xo": {
  75. "esnext": true
  76. }
  77. }