package.json 1.4 KB

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