package.json 1.9 KB

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