package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "/pkg-dir"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  22. "_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
  23. "_spec": "find-up@^4.0.0",
  24. "_where": "E:\\psy_web_share\\node_modules\\pkg-dir",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/find-up/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "locate-path": "^5.0.0",
  36. "path-exists": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Find a file or directory by walking up parent directories",
  40. "devDependencies": {
  41. "ava": "^2.1.0",
  42. "is-path-inside": "^2.1.0",
  43. "tempy": "^0.3.0",
  44. "tsd": "^0.7.3",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/find-up#readme",
  55. "keywords": [
  56. "find",
  57. "up",
  58. "find-up",
  59. "findup",
  60. "look-up",
  61. "look",
  62. "file",
  63. "search",
  64. "match",
  65. "package",
  66. "resolve",
  67. "parent",
  68. "parents",
  69. "folder",
  70. "directory",
  71. "walk",
  72. "walking",
  73. "path"
  74. ],
  75. "license": "MIT",
  76. "name": "find-up",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/find-up.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "4.1.0"
  85. }