Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "pify@2.3.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "pify@2.3.0",
  9. "_id": "pify@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
  12. "_location": "/pify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pify@2.3.0",
  18. "name": "pify",
  19. "escapedName": "pify",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint-plugin-import/load-json-file",
  26. "/eslint-plugin-import/path-type",
  27. "/load-json-file",
  28. "/path-type"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  31. "_spec": "2.3.0",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "*",
  44. "pinkie-promise": "^1.0.0",
  45. "v8-natives": "0.0.2",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/pify#readme",
  55. "keywords": [
  56. "promise",
  57. "promises",
  58. "promisify",
  59. "denodify",
  60. "denodeify",
  61. "callback",
  62. "cb",
  63. "node",
  64. "then",
  65. "thenify",
  66. "convert",
  67. "transform",
  68. "wrap",
  69. "wrapper",
  70. "bind",
  71. "to",
  72. "async",
  73. "es2015"
  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 && npm run optimization-test"
  84. },
  85. "version": "2.3.0"
  86. }