package.json 1.7 KB

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