Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "p-is-promise@^2.0.0",
  3. "_id": "p-is-promise@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==",
  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": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
  22. "_shasum": "918cebaea248a62cf7ffab8e3bca8c5f882fc42e",
  23. "_spec": "p-is-promise@^2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/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": "^1.4.1",
  38. "bluebird": "^3.5.4",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.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"
  72. },
  73. "version": "2.1.0"
  74. }