package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "find-up@2.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@2.1.0",
  10. "_id": "find-up@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
  13. "_location": "/find-up",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-up@2.1.0",
  19. "name": "find-up",
  20. "escapedName": "find-up",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-istanbul",
  27. "/pkg-dir",
  28. "/webpack/read-pkg-up",
  29. "/yargs"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  32. "_spec": "2.1.0",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/find-up/issues"
  41. },
  42. "dependencies": {
  43. "locate-path": "^2.0.0"
  44. },
  45. "description": "Find a file by walking up parent directories",
  46. "devDependencies": {
  47. "ava": "*",
  48. "tempfile": "^1.1.1",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/find-up#readme",
  58. "keywords": [
  59. "find",
  60. "up",
  61. "find-up",
  62. "findup",
  63. "look-up",
  64. "look",
  65. "file",
  66. "search",
  67. "match",
  68. "package",
  69. "resolve",
  70. "parent",
  71. "parents",
  72. "folder",
  73. "directory",
  74. "dir",
  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"
  87. },
  88. "version": "2.1.0",
  89. "xo": {
  90. "esnext": true
  91. }
  92. }