package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "bluebird@3.5.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bluebird@3.5.4",
  10. "_id": "bluebird@3.5.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1sxmFZXeMNWzr1/O3TwLPvbsVxQ=",
  13. "_location": "/bluebird",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bluebird@3.5.4",
  19. "name": "bluebird",
  20. "escapedName": "bluebird",
  21. "rawSpec": "3.5.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.4"
  24. },
  25. "_requiredBy": [
  26. "/bfj",
  27. "/cacache",
  28. "/consolidate",
  29. "/copy-webpack-plugin/cacache"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/bluebird/download/bluebird-3.5.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbluebird%2Fdownload%2Fbluebird-3.5.4.tgz",
  32. "_spec": "3.5.4",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Petka Antonov",
  36. "email": "petka_antonov@hotmail.com",
  37. "url": "http://github.com/petkaantonov/"
  38. },
  39. "browser": "./js/browser/bluebird.js",
  40. "bugs": {
  41. "url": "http://github.com/petkaantonov/bluebird/issues"
  42. },
  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.4",
  108. "webpack": "./js/release/bluebird.js"
  109. }