项目原始demo,不改动
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.
 
 
 
 

121 строка
2.6 KiB

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