package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "pify@^2.0.0",
  5. "D:\\work\\im\\node_modules\\load-json-file"
  6. ]
  7. ],
  8. "_from": "pify@>=2.0.0 <3.0.0",
  9. "_id": "pify@2.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pify",
  13. "_nodeVersion": "4.2.1",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.7",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "pify",
  22. "raw": "pify@^2.0.0",
  23. "rawSpec": "^2.0.0",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/load-json-file",
  30. "/path-type"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  33. "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  34. "_shrinkwrap": null,
  35. "_spec": "pify@^2.0.0",
  36. "_where": "D:\\work\\im\\node_modules\\load-json-file",
  37. "author": {
  38. "email": "sindresorhus@gmail.com",
  39. "name": "Sindre Sorhus",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/pify/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Promisify a callback-style function",
  47. "devDependencies": {
  48. "ava": "*",
  49. "pinkie-promise": "^1.0.0",
  50. "v8-natives": "0.0.2",
  51. "xo": "*"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  56. "tarball": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "2dd0d8b880e4ebcc5cc33ae126b02647418e4440",
  65. "homepage": "https://github.com/sindresorhus/pify",
  66. "keywords": [
  67. "promise",
  68. "promises",
  69. "promisify",
  70. "denodify",
  71. "denodeify",
  72. "callback",
  73. "cb",
  74. "node",
  75. "then",
  76. "thenify",
  77. "convert",
  78. "transform",
  79. "wrap",
  80. "wrapper",
  81. "bind",
  82. "to",
  83. "async",
  84. "es2015"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "email": "sindresorhus@gmail.com",
  90. "name": "sindresorhus"
  91. }
  92. ],
  93. "name": "pify",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/pify.git"
  99. },
  100. "scripts": {
  101. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  102. "test": "xo && ava && npm run optimization-test"
  103. },
  104. "version": "2.3.0"
  105. }