package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "pify@4.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pify@4.0.1",
  10. "_id": "pify@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  13. "_location": "/pify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pify@4.0.1",
  19. "name": "pify",
  20. "escapedName": "pify",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/del",
  27. "/globby",
  28. "/gzip-size",
  29. "/terser-webpack-plugin/make-dir"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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": "^0.25.0",
  45. "pinkie-promise": "^2.0.0",
  46. "v8-natives": "^1.1.0",
  47. "xo": "^0.23.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/pify#readme",
  56. "keywords": [
  57. "promise",
  58. "promises",
  59. "promisify",
  60. "all",
  61. "denodify",
  62. "denodeify",
  63. "callback",
  64. "cb",
  65. "node",
  66. "then",
  67. "thenify",
  68. "convert",
  69. "transform",
  70. "wrap",
  71. "wrapper",
  72. "bind",
  73. "to",
  74. "async",
  75. "await",
  76. "es2015",
  77. "bluebird"
  78. ],
  79. "license": "MIT",
  80. "name": "pify",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/pify.git"
  84. },
  85. "scripts": {
  86. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  87. "test": "xo && ava"
  88. },
  89. "version": "4.0.1"
  90. }