package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "p-locate@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-locate@2.0.0",
  10. "_id": "p-locate@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  13. "_location": "/p-locate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-locate@2.0.0",
  19. "name": "p-locate",
  20. "escapedName": "p-locate",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/locate-path"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/p-locate/download/p-locate-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/p-locate/issues"
  38. },
  39. "dependencies": {
  40. "p-limit": "^1.1.0"
  41. },
  42. "description": "Get the first fulfilled promise that satisfies the provided testing function",
  43. "devDependencies": {
  44. "ava": "*",
  45. "delay": "^1.3.1",
  46. "in-range": "^1.0.0",
  47. "time-span": "^1.0.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/p-locate#readme",
  57. "keywords": [
  58. "promise",
  59. "locate",
  60. "find",
  61. "finder",
  62. "search",
  63. "searcher",
  64. "test",
  65. "array",
  66. "collection",
  67. "iterable",
  68. "iterator",
  69. "race",
  70. "fulfilled",
  71. "fastest",
  72. "async",
  73. "await",
  74. "promises",
  75. "bluebird"
  76. ],
  77. "license": "MIT",
  78. "name": "p-locate",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/p-locate.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "2.0.0",
  87. "xo": {
  88. "esnext": true
  89. }
  90. }