package.json 1.9 KB

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