package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "p-try@^2.0.0",
  3. "_id": "p-try@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hQgLuHxkaI+keZb+j3376CEXYLE=",
  6. "_location": "/p-try",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-try@^2.0.0",
  12. "name": "p-try",
  13. "escapedName": "p-try",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/p-limit"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/p-try/download/p-try-2.0.0.tgz",
  22. "_shasum": "85080bb87c64688fa47996fe8f7dfbe8211760b1",
  23. "_spec": "p-try@^2.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\p-limit",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-try/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "`Start a promise chain",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/p-try#readme",
  47. "keywords": [
  48. "promise",
  49. "try",
  50. "resolve",
  51. "function",
  52. "catch",
  53. "async",
  54. "await",
  55. "promises",
  56. "settled",
  57. "ponyfill",
  58. "polyfill",
  59. "shim",
  60. "bluebird"
  61. ],
  62. "license": "MIT",
  63. "name": "p-try",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/p-try.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "2.0.0"
  72. }