package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "path-exists@^4.0.0",
  3. "_id": "path-exists@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6. "_location": "/path-exists",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-exists@^4.0.0",
  12. "name": "path-exists",
  13. "escapedName": "path-exists",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/find-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  22. "_shasum": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3",
  23. "_spec": "path-exists@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\find-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/path-exists/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a path exists",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  49. "keywords": [
  50. "path",
  51. "exists",
  52. "exist",
  53. "file",
  54. "filepath",
  55. "fs",
  56. "filesystem",
  57. "file-system",
  58. "access",
  59. "stat"
  60. ],
  61. "license": "MIT",
  62. "name": "path-exists",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/path-exists.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "4.0.0"
  71. }