package.json 3.0 KB

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