package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "pify@^4.0.1",
  3. "_id": "pify@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  6. "_location": "/pify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pify@^4.0.1",
  12. "name": "pify",
  13. "escapedName": "pify",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/make-dir",
  20. "/del",
  21. "/globby",
  22. "/gzip-size",
  23. "/terser-webpack-plugin/make-dir"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  26. "_shasum": "4b2cd25c50d598735c50292224fd8c6df41e3231",
  27. "_spec": "pify@^4.0.1",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\terser-webpack-plugin\\node_modules\\make-dir",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/pify/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Promisify a callback-style function",
  40. "devDependencies": {
  41. "ava": "^0.25.0",
  42. "pinkie-promise": "^2.0.0",
  43. "v8-natives": "^1.1.0",
  44. "xo": "^0.23.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/pify#readme",
  53. "keywords": [
  54. "promise",
  55. "promises",
  56. "promisify",
  57. "all",
  58. "denodify",
  59. "denodeify",
  60. "callback",
  61. "cb",
  62. "node",
  63. "then",
  64. "thenify",
  65. "convert",
  66. "transform",
  67. "wrap",
  68. "wrapper",
  69. "bind",
  70. "to",
  71. "async",
  72. "await",
  73. "es2015",
  74. "bluebird"
  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"
  85. },
  86. "version": "4.0.1"
  87. }