package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "find-up@^4.0.0",
  3. "_id": "find-up@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^4.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@istanbuljs/load-nyc-config",
  20. "/pkg-dir",
  21. "/read-pkg-up"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  24. "_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
  25. "_spec": "find-up@^4.0.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\pkg-dir",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/find-up/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "locate-path": "^5.0.0",
  38. "path-exists": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Find a file or directory by walking up parent directories",
  42. "devDependencies": {
  43. "ava": "^2.1.0",
  44. "is-path-inside": "^2.1.0",
  45. "tempy": "^0.3.0",
  46. "tsd": "^0.7.3",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/find-up#readme",
  57. "keywords": [
  58. "find",
  59. "up",
  60. "find-up",
  61. "findup",
  62. "look-up",
  63. "look",
  64. "file",
  65. "search",
  66. "match",
  67. "package",
  68. "resolve",
  69. "parent",
  70. "parents",
  71. "folder",
  72. "directory",
  73. "walk",
  74. "walking",
  75. "path"
  76. ],
  77. "license": "MIT",
  78. "name": "find-up",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/find-up.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava && tsd"
  85. },
  86. "version": "4.1.0"
  87. }