package.json 1.3 KB

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