package.json 2.9 KB

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