You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
3.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "q@^1.1.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/coa"
  6. ]
  7. ],
  8. "_from": "q@>=1.1.2 <2.0.0",
  9. "_id": "q@1.5.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/q",
  13. "_nodeVersion": "0.10.32",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/q-1.5.1.tgz_1508435736930_0.7891315249726176"
  17. },
  18. "_npmUser": {
  19. "email": "kris.kowal@cixar.com",
  20. "name": "kriskowal"
  21. },
  22. "_npmVersion": "2.14.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "q",
  26. "raw": "q@^1.1.2",
  27. "rawSpec": "^1.1.2",
  28. "scope": null,
  29. "spec": ">=1.1.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/coa"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
  36. "_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
  37. "_shrinkwrap": null,
  38. "_spec": "q@^1.1.2",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/coa",
  40. "author": {
  41. "email": "kris@cixar.com",
  42. "name": "Kris Kowal",
  43. "url": "https://github.com/kriskowal"
  44. },
  45. "bugs": {
  46. "url": "http://github.com/kriskowal/q/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Kris Kowal",
  51. "email": "kris@cixar.com",
  52. "url": "https://github.com/kriskowal"
  53. },
  54. {
  55. "name": "Irakli Gozalishvili",
  56. "email": "rfobic@gmail.com",
  57. "url": "http://jeditoolkit.com"
  58. },
  59. {
  60. "name": "Domenic Denicola",
  61. "email": "domenic@domenicdenicola.com",
  62. "url": "http://domenicdenicola.com"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "A library for promises (CommonJS/Promises/A,B,D)",
  67. "devDependencies": {
  68. "cover": "*",
  69. "grunt": "~0.4.1",
  70. "grunt-cli": "~0.1.9",
  71. "grunt-contrib-uglify": "~0.9.1",
  72. "jasmine-node": "1.11.0",
  73. "jshint": "~2.1.9",
  74. "matcha": "~0.2.0",
  75. "opener": "*",
  76. "promises-aplus-tests": "1.x"
  77. },
  78. "directories": {
  79. "test": "./spec"
  80. },
  81. "dist": {
  82. "shasum": "7e32f75b41381291d04611f1bf14109ac00651d7",
  83. "tarball": "https://registry.npmjs.org/q/-/q-1.5.1.tgz"
  84. },
  85. "engines": {
  86. "node": ">=0.6.0",
  87. "teleport": ">=0.2.0"
  88. },
  89. "files": [
  90. "LICENSE",
  91. "q.js",
  92. "queue.js"
  93. ],
  94. "gitHead": "c2f5a6f35456389a806acca50bfd929cbe30c4cb",
  95. "homepage": "https://github.com/kriskowal/q",
  96. "keywords": [
  97. "async",
  98. "browser",
  99. "deferred",
  100. "flow control",
  101. "fluent",
  102. "future",
  103. "node",
  104. "promise",
  105. "promises",
  106. "promises-a",
  107. "promises-aplus",
  108. "q"
  109. ],
  110. "license": "MIT",
  111. "main": "q.js",
  112. "maintainers": [
  113. {
  114. "name": "kriskowal",
  115. "email": "kris.kowal@cixar.com"
  116. },
  117. {
  118. "name": "domenic",
  119. "email": "domenic@domenicdenicola.com"
  120. }
  121. ],
  122. "name": "q",
  123. "optionalDependencies": {},
  124. "overlay": {
  125. "teleport": {
  126. "dependencies": {
  127. "system": ">=0.0.4"
  128. }
  129. }
  130. },
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git://github.com/kriskowal/q.git"
  135. },
  136. "scripts": {
  137. "benchmark": "matcha",
  138. "cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html",
  139. "lint": "jshint q.js",
  140. "minify": "grunt",
  141. "prepublish": "grunt",
  142. "test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint",
  143. "test-browser": "opener spec/q-spec.html"
  144. },
  145. "version": "1.5.1"
  146. }