package.json 3.7 KB

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