25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

78 lines
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "p-is-promise@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "p-is-promise@2.1.0",
  9. "_id": "p-is-promise@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==",
  12. "_location": "/p-is-promise",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-is-promise@2.1.0",
  18. "name": "p-is-promise",
  19. "escapedName": "p-is-promise",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/mem"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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-is-promise/issues"
  37. },
  38. "description": "Check if something is a promise",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "bluebird": "^3.5.4",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/p-is-promise#readme",
  53. "keywords": [
  54. "promise",
  55. "is",
  56. "detect",
  57. "check",
  58. "kind",
  59. "type",
  60. "thenable",
  61. "es2015",
  62. "async",
  63. "await",
  64. "promises",
  65. "bluebird"
  66. ],
  67. "license": "MIT",
  68. "name": "p-is-promise",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/p-is-promise.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "2.1.0"
  77. }