package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "find-up@^1.0.0",
  3. "_id": "find-up@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^1.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/loader-fs-cache/pkg-dir",
  20. "/read-pkg-up"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/find-up/-/find-up-1.1.2.tgz",
  23. "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
  24. "_spec": "find-up@^1.0.0",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\read-pkg-up",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/find-up/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "path-exists": "^2.0.0",
  37. "pinkie-promise": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Find a file by walking up parent directories",
  41. "devDependencies": {
  42. "ava": "*",
  43. "tempfile": "^1.1.1",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/find-up#readme",
  53. "keywords": [
  54. "find",
  55. "up",
  56. "find-up",
  57. "findup",
  58. "look-up",
  59. "look",
  60. "file",
  61. "search",
  62. "match",
  63. "package",
  64. "resolve",
  65. "parent",
  66. "parents",
  67. "folder",
  68. "directory",
  69. "dir",
  70. "walk",
  71. "walking",
  72. "path"
  73. ],
  74. "license": "MIT",
  75. "name": "find-up",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/find-up.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "1.1.2"
  84. }