package.json 1.8 KB

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