package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "p-is-promise@^2.0.0",
  3. "_id": "p-is-promise@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dVTj1XIQmofh8/U/an2F0bGU9MU=",
  6. "_location": "/p-is-promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-is-promise@^2.0.0",
  12. "name": "p-is-promise",
  13. "escapedName": "p-is-promise",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mem"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/p-is-promise/download/p-is-promise-2.0.0.tgz",
  22. "_shasum": "7554e3d572109a87e1f3f53f6a7d85d1b194f4c5",
  23. "_spec": "p-is-promise@^2.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mem",
  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-is-promise/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if something is a promise",
  36. "devDependencies": {
  37. "ava": "^0.25.0",
  38. "bluebird": "^3.4.6",
  39. "tsd-check": "^0.2.1",
  40. "xo": "^0.23.0"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/p-is-promise#readme",
  50. "keywords": [
  51. "promise",
  52. "is",
  53. "detect",
  54. "check",
  55. "kind",
  56. "type",
  57. "thenable",
  58. "es2015",
  59. "async",
  60. "await",
  61. "promises",
  62. "bluebird"
  63. ],
  64. "license": "MIT",
  65. "name": "p-is-promise",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/p-is-promise.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd-check"
  72. },
  73. "version": "2.0.0"
  74. }