package.json 1.8 KB

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