You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "p-is-promise@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/mem"
  6. ]
  7. ],
  8. "_from": "p-is-promise@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "p-is-promise@2.1.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/p-is-promise",
  14. "_nodeVersion": "10.15.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/p-is-promise_2.1.0_1554551867873_0.050121990378975134"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "p-is-promise",
  27. "raw": "p-is-promise@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/mem"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
  37. "_shasum": "918cebaea248a62cf7ffab8e3bca8c5f882fc42e",
  38. "_shrinkwrap": null,
  39. "_spec": "p-is-promise@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/mem",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/p-is-promise/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Check if something is a promise",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "bluebird": "^3.5.4",
  54. "tsd": "^0.7.2",
  55. "xo": "^0.24.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 5,
  60. "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==",
  61. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqJQ8CRA9TVsSAnZWagAAMPYP/jR2s9OEZbElrpUvPNm/\n3GQU439P9kFwIFcjWqhuuS4I4nYOjmo7WTDPW1HNFnU2PfwXmdDIBN8b0n9R\nwIdLIi6+nn4HNGj5/JUUMEElGTmpgN8e+7tN5+NCwl/g4VpMKnMd2m3rSl9x\nr9zHFkty7hsCsVDMbMtdJ8dp3Uf/sJxnS1mzIblohnYMJO9WyrVSJanDpFCq\ncVomBArHszNKSicQRrQsJqzZRd4QTavzKjZ7lnPA1zqftx/38IEeK/MHdMZj\nX/2KTtFGbyNbB/9fYsITkhUkLKQITxZWLleYoS7FPobguiEgyYdTxWD8JnEx\n5pbioO7jzXo4F0TzdzORPRDHrBPIoLDbEui9GxqoTGBp2CkxgRkKlHHLX9/y\nHSAhOSRDGmNLgaqH/wD+wlPoGkXUe5x2vSNJ0EQHBgkramQ5xV3nX+OshvUv\nFBnU6+XSN2A3crMALrgoQT2D7jTdFVW/5kyIDsM6gO0+AIU/wYFsR+bLtJno\nRUDv5XWxLIExBwj4MUZCNX333yO6v2RjCuXpyamqFBUwePa1Q9NMZk4PvGZ6\nCuVSCU1x7+1QtTXIV/9OtmuictbVoKGRhckK7KD5h5rqazuZeF3Q0Dp4BErr\nzmkVhxpRal97XrKzXyAbpZ2LpC5q008tE08A+ajMZqO3PVBtKdL//l7ViFdn\nzZGb\r\n=MmxY\r\n-----END PGP SIGNATURE-----\r\n",
  62. "shasum": "918cebaea248a62cf7ffab8e3bca8c5f882fc42e",
  63. "tarball": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
  64. "unpackedSize": 3572
  65. },
  66. "engines": {
  67. "node": ">=6"
  68. },
  69. "gitHead": "a265a233b3bbcad7ced3a11605c7ad16c59fe6ae",
  70. "homepage": "https://github.com/sindresorhus/p-is-promise#readme",
  71. "keywords": [
  72. "async",
  73. "await",
  74. "bluebird",
  75. "check",
  76. "detect",
  77. "es2015",
  78. "is",
  79. "kind",
  80. "promise",
  81. "promises",
  82. "thenable",
  83. "type"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "p-is-promise",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/p-is-promise.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava && tsd"
  101. },
  102. "version": "2.1.0"
  103. }