package.json 2.9 KB

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