package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "locate-path@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "locate-path@2.0.0",
  9. "_id": "locate-path@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  12. "_location": "/locate-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "locate-path@2.0.0",
  18. "name": "locate-path",
  19. "escapedName": "locate-path",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/find-up"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/locate-path/issues"
  37. },
  38. "dependencies": {
  39. "p-locate": "^2.0.0",
  40. "path-exists": "^3.0.0"
  41. },
  42. "description": "Get the first path that exists on disk of multiple paths",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  54. "keywords": [
  55. "locate",
  56. "path",
  57. "paths",
  58. "file",
  59. "files",
  60. "exists",
  61. "find",
  62. "finder",
  63. "search",
  64. "searcher",
  65. "array",
  66. "iterable",
  67. "iterator"
  68. ],
  69. "license": "MIT",
  70. "name": "locate-path",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/locate-path.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.0",
  79. "xo": {
  80. "esnext": true
  81. }
  82. }