package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "bluebird@3.7.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bluebird@3.7.2",
  10. "_id": "bluebird@3.7.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
  13. "_location": "/bluebird",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bluebird@3.7.2",
  19. "name": "bluebird",
  20. "escapedName": "bluebird",
  21. "rawSpec": "3.7.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.2"
  24. },
  25. "_requiredBy": [
  26. "/consolidate"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz",
  29. "_spec": "3.7.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Petka Antonov",
  33. "email": "petka_antonov@hotmail.com",
  34. "url": "http://github.com/petkaantonov/"
  35. },
  36. "browser": "./js/browser/bluebird.js",
  37. "bugs": {
  38. "url": "http://github.com/petkaantonov/bluebird/issues"
  39. },
  40. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  41. "devDependencies": {
  42. "acorn": "^6.0.2",
  43. "acorn-walk": "^6.1.0",
  44. "baconjs": "^0.7.43",
  45. "bluebird": "^2.9.2",
  46. "body-parser": "^1.10.2",
  47. "browserify": "^8.1.1",
  48. "cli-table": "~0.3.1",
  49. "co": "^4.2.0",
  50. "cross-spawn": "^0.2.3",
  51. "glob": "^4.3.2",
  52. "grunt-saucelabs": "~8.4.1",
  53. "highland": "^2.3.0",
  54. "istanbul": "^0.3.5",
  55. "jshint": "^2.6.0",
  56. "jshint-stylish": "~0.2.0",
  57. "kefir": "^2.4.1",
  58. "mkdirp": "~0.5.0",
  59. "mocha": "~2.1",
  60. "open": "~0.0.5",
  61. "optimist": "~0.6.1",
  62. "rimraf": "~2.2.6",
  63. "rx": "^2.3.25",
  64. "serve-static": "^1.7.1",
  65. "sinon": "~1.7.3",
  66. "uglify-js": "~2.4.16"
  67. },
  68. "files": [
  69. "js/browser",
  70. "js/release",
  71. "LICENSE"
  72. ],
  73. "homepage": "https://github.com/petkaantonov/bluebird",
  74. "keywords": [
  75. "promise",
  76. "performance",
  77. "promises",
  78. "promises-a",
  79. "promises-aplus",
  80. "async",
  81. "await",
  82. "deferred",
  83. "deferreds",
  84. "future",
  85. "flow control",
  86. "dsl",
  87. "fluent interface"
  88. ],
  89. "license": "MIT",
  90. "main": "./js/release/bluebird.js",
  91. "name": "bluebird",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/petkaantonov/bluebird.git"
  95. },
  96. "scripts": {
  97. "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",
  98. "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
  99. "istanbul": "istanbul",
  100. "lint": "node scripts/jshint.js",
  101. "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
  102. "test": "node --expose-gc tools/test.js"
  103. },
  104. "version": "3.7.2",
  105. "webpack": "./js/release/bluebird.js"
  106. }