package.json 1.7 KB

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