package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "bluebird@3.7.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  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. "/svg-baker",
  30. "/svg-sprite-loader"
  31. ],
  32. "_resolved": "https://registry.nlark.com/bluebird/download/bluebird-3.7.2.tgz?cache=0&sync_timestamp=1622605302685&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbluebird%2Fdownload%2Fbluebird-3.7.2.tgz",
  33. "_spec": "3.7.2",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  35. "author": {
  36. "name": "Petka Antonov",
  37. "email": "petka_antonov@hotmail.com",
  38. "url": "http://github.com/petkaantonov/"
  39. },
  40. "browser": "./js/browser/bluebird.js",
  41. "bugs": {
  42. "url": "http://github.com/petkaantonov/bluebird/issues"
  43. },
  44. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  45. "devDependencies": {
  46. "acorn": "^6.0.2",
  47. "acorn-walk": "^6.1.0",
  48. "baconjs": "^0.7.43",
  49. "bluebird": "^2.9.2",
  50. "body-parser": "^1.10.2",
  51. "browserify": "^8.1.1",
  52. "cli-table": "~0.3.1",
  53. "co": "^4.2.0",
  54. "cross-spawn": "^0.2.3",
  55. "glob": "^4.3.2",
  56. "grunt-saucelabs": "~8.4.1",
  57. "highland": "^2.3.0",
  58. "istanbul": "^0.3.5",
  59. "jshint": "^2.6.0",
  60. "jshint-stylish": "~0.2.0",
  61. "kefir": "^2.4.1",
  62. "mkdirp": "~0.5.0",
  63. "mocha": "~2.1",
  64. "open": "~0.0.5",
  65. "optimist": "~0.6.1",
  66. "rimraf": "~2.2.6",
  67. "rx": "^2.3.25",
  68. "serve-static": "^1.7.1",
  69. "sinon": "~1.7.3",
  70. "uglify-js": "~2.4.16"
  71. },
  72. "files": [
  73. "js/browser",
  74. "js/release",
  75. "LICENSE"
  76. ],
  77. "homepage": "https://github.com/petkaantonov/bluebird",
  78. "keywords": [
  79. "promise",
  80. "performance",
  81. "promises",
  82. "promises-a",
  83. "promises-aplus",
  84. "async",
  85. "await",
  86. "deferred",
  87. "deferreds",
  88. "future",
  89. "flow control",
  90. "dsl",
  91. "fluent interface"
  92. ],
  93. "license": "MIT",
  94. "main": "./js/release/bluebird.js",
  95. "name": "bluebird",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/petkaantonov/bluebird.git"
  99. },
  100. "scripts": {
  101. "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",
  102. "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
  103. "istanbul": "istanbul",
  104. "lint": "node scripts/jshint.js",
  105. "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
  106. "test": "node --expose-gc tools/test.js"
  107. },
  108. "version": "3.7.2",
  109. "webpack": "./js/release/bluebird.js"
  110. }