package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "is-promise@~1.0.0",
  3. "_id": "is-promise@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=",
  6. "_location": "/is-promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-promise@~1.0.0",
  12. "name": "is-promise",
  13. "escapedName": "is-promise",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/nodeify",
  20. "/promise"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz",
  23. "_shasum": "31573761c057e33c2e91aab9e96da08cefbe76e5",
  24. "_spec": "is-promise@~1.0.0",
  25. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\nodeify",
  26. "author": {
  27. "name": "ForbesLindesay"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/then/is-promise/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Test whether an object looks like a promises-a+ promise",
  35. "devDependencies": {
  36. "better-assert": "~0.1.0",
  37. "mocha": "~1.7.4"
  38. },
  39. "homepage": "https://github.com/then/is-promise#readme",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "is-promise",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/then/is-promise.git"
  46. },
  47. "scripts": {
  48. "test": "mocha -R spec"
  49. },
  50. "version": "1.0.1"
  51. }