package.json 2.6 KB

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