package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "find-up@^3.0.0",
  3. "_id": "find-up@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^3.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  22. "_shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
  23. "_spec": "find-up@^3.0.0",
  24. "_where": "E:\\顾家\\gujia\\node_modules\\yargs",
  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": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Find a file or directory by walking up parent directories",
  39. "devDependencies": {
  40. "ava": "*",
  41. "tempy": "^0.2.1",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/find-up#readme",
  51. "keywords": [
  52. "find",
  53. "up",
  54. "find-up",
  55. "findup",
  56. "look-up",
  57. "look",
  58. "file",
  59. "search",
  60. "match",
  61. "package",
  62. "resolve",
  63. "parent",
  64. "parents",
  65. "folder",
  66. "directory",
  67. "dir",
  68. "walk",
  69. "walking",
  70. "path"
  71. ],
  72. "license": "MIT",
  73. "name": "find-up",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/find-up.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "3.0.0"
  82. }