package.json 3.1 KB

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