package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "is-promise@2.2.2",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-promise@2.2.2",
  10. "_id": "is-promise@2.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
  13. "_location": "/is-promise",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-promise@2.2.2",
  19. "name": "is-promise",
  20. "escapedName": "is-promise",
  21. "rawSpec": "2.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.2"
  24. },
  25. "_requiredBy": [
  26. "/listr"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
  29. "_spec": "2.2.2",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "ForbesLindesay"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/then/is-promise/issues"
  36. },
  37. "description": "Test whether an object looks like a promises-a+ promise",
  38. "devDependencies": {
  39. "better-assert": "^1.0.2",
  40. "mocha": "~1.7.4"
  41. },
  42. "files": [
  43. "index.js",
  44. "index.mjs"
  45. ],
  46. "homepage": "https://github.com/then/is-promise#readme",
  47. "license": "MIT",
  48. "main": "./index.js",
  49. "name": "is-promise",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/then/is-promise.git"
  53. },
  54. "scripts": {
  55. "test": "mocha -R spec"
  56. },
  57. "version": "2.2.2"
  58. }