package.json 2.5 KB

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