package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "find-up@^4.1.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.1.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@istanbuljs/load-nyc-config",
  20. "/@jest/core/read-pkg-up",
  21. "/@jest/reporters/read-pkg-up",
  22. "/import-local/pkg-dir",
  23. "/jest-config/read-pkg-up",
  24. "/jest-resolve/read-pkg-up",
  25. "/jest-runner/read-pkg-up",
  26. "/jest-runtime/read-pkg-up",
  27. "/jest-snapshot/read-pkg-up",
  28. "/react-dev-utils",
  29. "/terser-webpack-plugin/pkg-dir",
  30. "/yargs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  33. "_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
  34. "_spec": "find-up@^4.1.0",
  35. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@istanbuljs\\load-nyc-config",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/find-up/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "locate-path": "^5.0.0",
  47. "path-exists": "^4.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Find a file or directory by walking up parent directories",
  51. "devDependencies": {
  52. "ava": "^2.1.0",
  53. "is-path-inside": "^2.1.0",
  54. "tempy": "^0.3.0",
  55. "tsd": "^0.7.3",
  56. "xo": "^0.24.0"
  57. },
  58. "engines": {
  59. "node": ">=8"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "homepage": "https://github.com/sindresorhus/find-up#readme",
  66. "keywords": [
  67. "find",
  68. "up",
  69. "find-up",
  70. "findup",
  71. "look-up",
  72. "look",
  73. "file",
  74. "search",
  75. "match",
  76. "package",
  77. "resolve",
  78. "parent",
  79. "parents",
  80. "folder",
  81. "directory",
  82. "walk",
  83. "walking",
  84. "path"
  85. ],
  86. "license": "MIT",
  87. "name": "find-up",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/sindresorhus/find-up.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava && tsd"
  94. },
  95. "version": "4.1.0"
  96. }