package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "find-up@3.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@3.0.0",
  10. "_id": "find-up@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  13. "_location": "/find-up",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-up@3.0.0",
  19. "name": "find-up",
  20. "escapedName": "find-up",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/pkg-dir",
  27. "/webpack-dev-server/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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": "^3.0.0"
  42. },
  43. "description": "Find a file or directory by walking up parent directories",
  44. "devDependencies": {
  45. "ava": "*",
  46. "tempy": "^0.2.1",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  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. "dir",
  73. "walk",
  74. "walking",
  75. "path"
  76. ],
  77. "license": "MIT",
  78. "name": "find-up",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/find-up.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "3.0.0"
  87. }