package.json 1.9 KB

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