package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "find-up@4.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@4.1.0",
  10. "_id": "find-up@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
  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. ],
  28. "_resolved": "https://registry.nlark.com/find-up/download/find-up-4.1.0.tgz?cache=0&sync_timestamp=1629976988340&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffind-up%2Fdownload%2Ffind-up-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/find-up/issues"
  38. },
  39. "dependencies": {
  40. "locate-path": "^5.0.0",
  41. "path-exists": "^4.0.0"
  42. },
  43. "description": "Find a file or directory by walking up parent directories",
  44. "devDependencies": {
  45. "ava": "^2.1.0",
  46. "is-path-inside": "^2.1.0",
  47. "tempy": "^0.3.0",
  48. "tsd": "^0.7.3",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/find-up#readme",
  59. "keywords": [
  60. "find",
  61. "up",
  62. "find-up",
  63. "findup",
  64. "look-up",
  65. "look",
  66. "file",
  67. "search",
  68. "match",
  69. "package",
  70. "resolve",
  71. "parent",
  72. "parents",
  73. "folder",
  74. "directory",
  75. "walk",
  76. "walking",
  77. "path"
  78. ],
  79. "license": "MIT",
  80. "name": "find-up",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/find-up.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava && tsd"
  87. },
  88. "version": "4.1.0"
  89. }