package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "find-up@1.1.2",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-up@^1.0.0",
  10. "_id": "find-up@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
  13. "_location": "/find-up",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-up@1.1.2",
  19. "name": "find-up",
  20. "escapedName": "find-up",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/read-pkg-up"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  30. "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
  31. "_spec": "1.1.2",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  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. "bundleDependencies": false,
  42. "dependencies": {
  43. "path-exists": "^2.0.0",
  44. "pinkie-promise": "^2.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Find a file by walking up parent directories",
  48. "devDependencies": {
  49. "ava": "*",
  50. "tempfile": "^1.1.1",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/find-up#readme",
  60. "keywords": [
  61. "find",
  62. "up",
  63. "find-up",
  64. "findup",
  65. "look-up",
  66. "look",
  67. "file",
  68. "search",
  69. "match",
  70. "package",
  71. "resolve",
  72. "parent",
  73. "parents",
  74. "folder",
  75. "directory",
  76. "dir",
  77. "walk",
  78. "walking",
  79. "path"
  80. ],
  81. "license": "MIT",
  82. "name": "find-up",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/find-up.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "1.1.2"
  91. }