package.json 2.7 KB

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