package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "p-try@1.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "p-try@1.0.0",
  9. "_id": "p-try@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
  12. "_location": "/p-try",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-try@1.0.0",
  18. "name": "p-try",
  19. "escapedName": "p-try",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/p-limit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  28. "_spec": "1.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/p-try/issues"
  37. },
  38. "description": "`Promise#try()` ponyfill - Starts a promise chain",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/p-try#readme",
  50. "keywords": [
  51. "promise",
  52. "try",
  53. "resolve",
  54. "function",
  55. "catch",
  56. "async",
  57. "await",
  58. "promises",
  59. "settled",
  60. "ponyfill",
  61. "polyfill",
  62. "shim",
  63. "bluebird"
  64. ],
  65. "license": "MIT",
  66. "name": "p-try",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/p-try.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.0.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }