package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "find-up@3.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@3.0.0",
  10. "_id": "find-up@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SRafHXmTQwZG2mHsxa41XCHJe3M=",
  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. "/sass-graph/yargs",
  28. "/webpack-dev-server/yargs"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/find-up/download/find-up-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/find-up/issues"
  40. },
  41. "dependencies": {
  42. "locate-path": "^3.0.0"
  43. },
  44. "description": "Find a file or directory by walking up parent directories",
  45. "devDependencies": {
  46. "ava": "*",
  47. "tempy": "^0.2.1",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/find-up#readme",
  57. "keywords": [
  58. "find",
  59. "up",
  60. "find-up",
  61. "findup",
  62. "look-up",
  63. "look",
  64. "file",
  65. "search",
  66. "match",
  67. "package",
  68. "resolve",
  69. "parent",
  70. "parents",
  71. "folder",
  72. "directory",
  73. "dir",
  74. "walk",
  75. "walking",
  76. "path"
  77. ],
  78. "license": "MIT",
  79. "name": "find-up",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/find-up.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "3.0.0"
  88. }