package.json 1.3 KB

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