package.json 1.7 KB

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