Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "find-up@^3.0.0",
  3. "_id": "find-up@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  6. "_location": "/find-up",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-up@^3.0.0",
  12. "name": "find-up",
  13. "escapedName": "find-up",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pkg-dir",
  20. "/webpack-cli/yargs",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  24. "_shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
  25. "_spec": "find-up@^3.0.0",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/pkg-dir",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/find-up/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "locate-path": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Find a file or directory by walking up parent directories",
  41. "devDependencies": {
  42. "ava": "*",
  43. "tempy": "^0.2.1",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=6"
  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": "3.0.0"
  84. }