package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "bluebird@2.9.26",
  5. "D:\\work\\im\\node_modules\\mquery"
  6. ]
  7. ],
  8. "_from": "bluebird@2.9.26",
  9. "_id": "bluebird@2.9.26",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bluebird",
  13. "_nodeVersion": "1.6.2",
  14. "_npmUser": {
  15. "email": "petka_antonov@hotmail.com",
  16. "name": "esailija"
  17. },
  18. "_npmVersion": "2.7.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "bluebird",
  22. "raw": "bluebird@2.9.26",
  23. "rawSpec": "2.9.26",
  24. "scope": null,
  25. "spec": "2.9.26",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/mquery"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz",
  32. "_shasum": "362772ea4d09f556a4b9f3b64c2fd136e87e3a55",
  33. "_shrinkwrap": null,
  34. "_spec": "bluebird@2.9.26",
  35. "_where": "D:\\work\\im\\node_modules\\mquery",
  36. "author": {
  37. "email": "petka_antonov@hotmail.com",
  38. "name": "Petka Antonov",
  39. "url": "http://github.com/petkaantonov/"
  40. },
  41. "browser": "./js/browser/bluebird.js",
  42. "bugs": {
  43. "url": "http://github.com/petkaantonov/bluebird/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  47. "devDependencies": {
  48. "acorn": "~0.6.0",
  49. "baconjs": "^0.7.43",
  50. "bluebird": "^2.9.2",
  51. "body-parser": "^1.10.2",
  52. "browserify": "^8.1.1",
  53. "cli-table": "~0.3.1",
  54. "co": "^4.2.0",
  55. "cross-spawn": "^0.2.3",
  56. "glob": "^4.3.2",
  57. "grunt-saucelabs": "~8.4.1",
  58. "highland": "^2.3.0",
  59. "istanbul": "^0.3.5",
  60. "jshint": "^2.6.0",
  61. "jshint-stylish": "~0.2.0",
  62. "mkdirp": "~0.5.0",
  63. "mocha": "~2.1",
  64. "open": "~0.0.5",
  65. "optimist": "~0.6.1",
  66. "rimraf": "~2.2.6",
  67. "rx": "^2.3.25",
  68. "serve-static": "^1.7.1",
  69. "sinon": "~1.7.3",
  70. "uglify-js": "~2.4.16"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "362772ea4d09f556a4b9f3b64c2fd136e87e3a55",
  75. "tarball": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.26.tgz"
  76. },
  77. "files": [
  78. "js/browser",
  79. "js/main",
  80. "js/zalgo",
  81. "LICENSE",
  82. "zalgo.js"
  83. ],
  84. "gitHead": "c6604d44f219af9da683f6e28d818008fa374af2",
  85. "homepage": "https://github.com/petkaantonov/bluebird",
  86. "keywords": [
  87. "promise",
  88. "performance",
  89. "promises",
  90. "promises-a",
  91. "promises-aplus",
  92. "async",
  93. "await",
  94. "deferred",
  95. "deferreds",
  96. "future",
  97. "flow control",
  98. "dsl",
  99. "fluent interface"
  100. ],
  101. "license": "MIT",
  102. "main": "./js/main/bluebird.js",
  103. "maintainers": [
  104. {
  105. "email": "petka_antonov@hotmail.com",
  106. "name": "esailija"
  107. }
  108. ],
  109. "name": "bluebird",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/petkaantonov/bluebird.git"
  115. },
  116. "scripts": {
  117. "istanbul": "istanbul",
  118. "lint": "node scripts/jshint.js",
  119. "prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
  120. "test": "node tools/test.js"
  121. },
  122. "version": "2.9.26"
  123. }