package.json 1.6 KB

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