package.json 1.3 KB

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