package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "pify@4.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "pify@4.0.1",
  9. "_id": "pify@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  12. "_location": "/pify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pify@4.0.1",
  18. "name": "pify",
  19. "escapedName": "pify",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/del",
  26. "/globby",
  27. "/gzip-size",
  28. "/make-dir"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  31. "_spec": "4.0.1",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/pify/issues"
  40. },
  41. "description": "Promisify a callback-style function",
  42. "devDependencies": {
  43. "ava": "^0.25.0",
  44. "pinkie-promise": "^2.0.0",
  45. "v8-natives": "^1.1.0",
  46. "xo": "^0.23.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/pify#readme",
  55. "keywords": [
  56. "promise",
  57. "promises",
  58. "promisify",
  59. "all",
  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. "await",
  75. "es2015",
  76. "bluebird"
  77. ],
  78. "license": "MIT",
  79. "name": "pify",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/pify.git"
  83. },
  84. "scripts": {
  85. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  86. "test": "xo && ava"
  87. },
  88. "version": "4.0.1"
  89. }