123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "q@1.4.1",
  3. "_id": "q@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=",
  6. "_location": "/q",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "q@1.4.1",
  12. "name": "q",
  13. "escapedName": "q",
  14. "rawSpec": "1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/@okta/okta-auth-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz",
  22. "_shasum": "55705bcd93c5f3673530c2c2cbc0c2b3addc286e",
  23. "_spec": "q@1.4.1",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-auth-js",
  25. "author": {
  26. "name": "Kris Kowal",
  27. "email": "kris@cixar.com",
  28. "url": "https://github.com/kriskowal"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/kriskowal/q/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Kris Kowal",
  37. "email": "kris@cixar.com",
  38. "url": "https://github.com/kriskowal"
  39. },
  40. {
  41. "name": "Irakli Gozalishvili",
  42. "email": "rfobic@gmail.com",
  43. "url": "http://jeditoolkit.com"
  44. },
  45. {
  46. "name": "Domenic Denicola",
  47. "email": "domenic@domenicdenicola.com",
  48. "url": "http://domenicdenicola.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "deprecated": false,
  53. "description": "A library for promises (CommonJS/Promises/A,B,D)",
  54. "devDependencies": {
  55. "cover": "*",
  56. "grunt": "~0.4.1",
  57. "grunt-cli": "~0.1.9",
  58. "grunt-contrib-uglify": "~0.9.1",
  59. "jasmine-node": "1.11.0",
  60. "jshint": "~2.1.9",
  61. "matcha": "~0.2.0",
  62. "opener": "*",
  63. "promises-aplus-tests": "1.x"
  64. },
  65. "directories": {
  66. "test": "./spec"
  67. },
  68. "engines": {
  69. "node": ">=0.6.0",
  70. "teleport": ">=0.2.0"
  71. },
  72. "files": [
  73. "LICENSE",
  74. "q.js",
  75. "queue.js"
  76. ],
  77. "homepage": "https://github.com/kriskowal/q",
  78. "keywords": [
  79. "q",
  80. "promise",
  81. "promises",
  82. "promises-a",
  83. "promises-aplus",
  84. "deferred",
  85. "future",
  86. "async",
  87. "flow control",
  88. "fluent",
  89. "browser",
  90. "node"
  91. ],
  92. "license": {
  93. "type": "MIT",
  94. "url": "http://github.com/kriskowal/q/raw/master/LICENSE"
  95. },
  96. "main": "q.js",
  97. "name": "q",
  98. "overlay": {
  99. "teleport": {
  100. "dependencies": {
  101. "system": ">=0.0.4"
  102. }
  103. }
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/kriskowal/q.git"
  108. },
  109. "scripts": {
  110. "benchmark": "matcha",
  111. "cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html",
  112. "lint": "jshint q.js",
  113. "minify": "grunt",
  114. "prepublish": "grunt",
  115. "test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",
  116. "test-browser": "opener spec/q-spec.html"
  117. },
  118. "version": "1.4.1"
  119. }