package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "find-up@1.1.2",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@1.1.2",
  10. "_id": "find-up@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
  13. "_location": "/find-up",
  14. "_phantomChildren": {
  15. "pinkie-promise": "2.0.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "find-up@1.1.2",
  21. "name": "find-up",
  22. "escapedName": "find-up",
  23. "rawSpec": "1.1.2",
  24. "saveSpec": null,
  25. "fetchSpec": "1.1.2"
  26. },
  27. "_requiredBy": [
  28. "/read-pkg-up"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. "path-exists": "^2.0.0",
  43. "pinkie-promise": "^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": ">=0.10.0"
  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": "1.1.2"
  89. }