package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "bluebird@3.7.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bluebird@3.7.2",
  10. "_id": "bluebird@3.7.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
  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. "/@angular-devkit/build-angular/cacache",
  27. "/karma",
  28. "/make-fetch-happen/cacache",
  29. "/npm-registry-fetch",
  30. "/pacote",
  31. "/pacote/cacache",
  32. "/uglifyjs-webpack-plugin/cacache",
  33. "/webpack/cacache"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
  36. "_spec": "3.7.2",
  37. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  38. "author": {
  39. "name": "Petka Antonov",
  40. "email": "petka_antonov@hotmail.com",
  41. "url": "http://github.com/petkaantonov/"
  42. },
  43. "browser": "./js/browser/bluebird.js",
  44. "bugs": {
  45. "url": "http://github.com/petkaantonov/bluebird/issues"
  46. },
  47. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  48. "devDependencies": {
  49. "acorn": "^6.0.2",
  50. "acorn-walk": "^6.1.0",
  51. "baconjs": "^0.7.43",
  52. "bluebird": "^2.9.2",
  53. "body-parser": "^1.10.2",
  54. "browserify": "^8.1.1",
  55. "cli-table": "~0.3.1",
  56. "co": "^4.2.0",
  57. "cross-spawn": "^0.2.3",
  58. "glob": "^4.3.2",
  59. "grunt-saucelabs": "~8.4.1",
  60. "highland": "^2.3.0",
  61. "istanbul": "^0.3.5",
  62. "jshint": "^2.6.0",
  63. "jshint-stylish": "~0.2.0",
  64. "kefir": "^2.4.1",
  65. "mkdirp": "~0.5.0",
  66. "mocha": "~2.1",
  67. "open": "~0.0.5",
  68. "optimist": "~0.6.1",
  69. "rimraf": "~2.2.6",
  70. "rx": "^2.3.25",
  71. "serve-static": "^1.7.1",
  72. "sinon": "~1.7.3",
  73. "uglify-js": "~2.4.16"
  74. },
  75. "files": [
  76. "js/browser",
  77. "js/release",
  78. "LICENSE"
  79. ],
  80. "homepage": "https://github.com/petkaantonov/bluebird",
  81. "keywords": [
  82. "promise",
  83. "performance",
  84. "promises",
  85. "promises-a",
  86. "promises-aplus",
  87. "async",
  88. "await",
  89. "deferred",
  90. "deferreds",
  91. "future",
  92. "flow control",
  93. "dsl",
  94. "fluent interface"
  95. ],
  96. "license": "MIT",
  97. "main": "./js/release/bluebird.js",
  98. "name": "bluebird",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/petkaantonov/bluebird.git"
  102. },
  103. "scripts": {
  104. "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",
  105. "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
  106. "istanbul": "istanbul",
  107. "lint": "node scripts/jshint.js",
  108. "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
  109. "test": "node --expose-gc tools/test.js"
  110. },
  111. "version": "3.7.2",
  112. "webpack": "./js/release/bluebird.js"
  113. }