package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "/@commitlint/top-level/find-up",
  20. "/find-up"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  23. "_shasum": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3",
  24. "_spec": "path-exists@^4.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\find-up",
  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. "deprecated": false,
  36. "description": "Check if a path exists",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  50. "keywords": [
  51. "path",
  52. "exists",
  53. "exist",
  54. "file",
  55. "filepath",
  56. "fs",
  57. "filesystem",
  58. "file-system",
  59. "access",
  60. "stat"
  61. ],
  62. "license": "MIT",
  63. "name": "path-exists",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/path-exists.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "4.0.0"
  72. }