package.json 1.7 KB

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