package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "bluebird@^2.9.30",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator"
  6. ]
  7. ],
  8. "_from": "bluebird@>=2.9.30 <3.0.0",
  9. "_id": "bluebird@2.10.1",
  10. "_inCache": true,
  11. "_location": "/bluebird",
  12. "_nodeVersion": "2.3.0",
  13. "_npmUser": {
  14. "email": "petka_antonov@hotmail.com",
  15. "name": "esailija"
  16. },
  17. "_npmVersion": "2.11.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "bluebird",
  21. "raw": "bluebird@^2.9.30",
  22. "rawSpec": "^2.9.30",
  23. "scope": null,
  24. "spec": ">=2.9.30 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/har-validator"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.10.1.tgz",
  31. "_shasum": "3aeb31bdd92e52df50cba95303e281f94448ce06",
  32. "_shrinkwrap": null,
  33. "_spec": "bluebird@^2.9.30",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator",
  35. "author": {
  36. "email": "petka_antonov@hotmail.com",
  37. "name": "Petka Antonov",
  38. "url": "http://github.com/petkaantonov/"
  39. },
  40. "browser": "./js/browser/bluebird.js",
  41. "bugs": {
  42. "url": "http://github.com/petkaantonov/bluebird/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  46. "devDependencies": {
  47. "acorn": "~0.6.0",
  48. "baconjs": "^0.7.43",
  49. "bluebird": "^2.9.2",
  50. "body-parser": "^1.10.2",
  51. "browserify": "^8.1.1",
  52. "cli-table": "~0.3.1",
  53. "co": "^4.2.0",
  54. "cross-spawn": "^0.2.3",
  55. "glob": "^4.3.2",
  56. "grunt-saucelabs": "~8.4.1",
  57. "highland": "^2.3.0",
  58. "istanbul": "^0.3.5",
  59. "jshint": "^2.6.0",
  60. "jshint-stylish": "~0.2.0",
  61. "kefir": "^2.4.1",
  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": "3aeb31bdd92e52df50cba95303e281f94448ce06",
  75. "tarball": "http://registry.npmjs.org/bluebird/-/bluebird-2.10.1.tgz"
  76. },
  77. "files": [
  78. "js/browser",
  79. "js/main",
  80. "js/zalgo",
  81. "zalgo.js"
  82. ],
  83. "gitHead": "41b23cce935e77b851e076928745ad4c3cebba42",
  84. "homepage": "https://github.com/petkaantonov/bluebird",
  85. "installable": true,
  86. "keywords": [
  87. "async",
  88. "await",
  89. "concurrency",
  90. "deferred",
  91. "deferreds",
  92. "dsl",
  93. "flow control",
  94. "fluent interface",
  95. "future",
  96. "parallel",
  97. "performance",
  98. "promise",
  99. "promises",
  100. "promises-a",
  101. "promises-aplus",
  102. "thread"
  103. ],
  104. "license": "MIT",
  105. "main": "./js/main/bluebird.js",
  106. "maintainers": [
  107. {
  108. "name": "esailija",
  109. "email": "petka_antonov@hotmail.com"
  110. }
  111. ],
  112. "name": "bluebird",
  113. "optionalDependencies": {},
  114. "repository": {
  115. "type": "git",
  116. "url": "git://github.com/petkaantonov/bluebird.git"
  117. },
  118. "scripts": {
  119. "generate-browser-core": "node tools/build.js --features=core --no-debug --main --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js",
  120. "istanbul": "istanbul",
  121. "lint": "node scripts/jshint.js",
  122. "prepublish": "node tools/build.js --no-debug --main --zalgo --browser --minify",
  123. "test": "node tools/test.js"
  124. },
  125. "version": "2.10.1"
  126. }