package.json 2.8 KB

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