package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "pify@2.3.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "pify@2.3.0",
  9. "_id": "pify@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
  12. "_location": "/pify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pify@2.3.0",
  18. "name": "pify",
  19. "escapedName": "pify",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/del",
  26. "/globby",
  27. "/load-json-file",
  28. "/path-type",
  29. "/read-cache"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  32. "_spec": "2.3.0",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/pify/issues"
  41. },
  42. "description": "Promisify a callback-style function",
  43. "devDependencies": {
  44. "ava": "*",
  45. "pinkie-promise": "^1.0.0",
  46. "v8-natives": "0.0.2",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/pify#readme",
  56. "keywords": [
  57. "promise",
  58. "promises",
  59. "promisify",
  60. "denodify",
  61. "denodeify",
  62. "callback",
  63. "cb",
  64. "node",
  65. "then",
  66. "thenify",
  67. "convert",
  68. "transform",
  69. "wrap",
  70. "wrapper",
  71. "bind",
  72. "to",
  73. "async",
  74. "es2015"
  75. ],
  76. "license": "MIT",
  77. "name": "pify",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/pify.git"
  81. },
  82. "scripts": {
  83. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  84. "test": "xo && ava && npm run optimization-test"
  85. },
  86. "version": "2.3.0"
  87. }