package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "/babel-loader",
  20. "/del",
  21. "/gzip-size",
  22. "/make-dir"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  25. "_shasum": "4b2cd25c50d598735c50292224fd8c6df41e3231",
  26. "_spec": "pify@^4.0.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-loader",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/pify/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Promisify a callback-style function",
  39. "devDependencies": {
  40. "ava": "^0.25.0",
  41. "pinkie-promise": "^2.0.0",
  42. "v8-natives": "^1.1.0",
  43. "xo": "^0.23.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/pify#readme",
  52. "keywords": [
  53. "promise",
  54. "promises",
  55. "promisify",
  56. "all",
  57. "denodify",
  58. "denodeify",
  59. "callback",
  60. "cb",
  61. "node",
  62. "then",
  63. "thenify",
  64. "convert",
  65. "transform",
  66. "wrap",
  67. "wrapper",
  68. "bind",
  69. "to",
  70. "async",
  71. "await",
  72. "es2015",
  73. "bluebird"
  74. ],
  75. "license": "MIT",
  76. "name": "pify",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/pify.git"
  80. },
  81. "scripts": {
  82. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  83. "test": "xo && ava"
  84. },
  85. "version": "4.0.1"
  86. }