package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "thenify-all@1.6.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thenify-all@1.6.0",
  10. "_id": "thenify-all@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  13. "_location": "/thenify-all",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "thenify-all@1.6.0",
  19. "name": "thenify-all",
  20. "escapedName": "thenify-all",
  21. "rawSpec": "1.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.0"
  24. },
  25. "_requiredBy": [
  26. "/mz"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jonathan Ong",
  33. "email": "me@jongleberry.com",
  34. "url": "http://jongleberry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thenables/thenify-all/issues"
  38. },
  39. "dependencies": {
  40. "thenify": ">= 3.1.0 < 4"
  41. },
  42. "description": "Promisifies all the selected functions in an object",
  43. "devDependencies": {
  44. "bluebird": "2",
  45. "istanbul": "0",
  46. "mocha": "2"
  47. },
  48. "engines": {
  49. "node": ">=0.8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/thenables/thenify-all#readme",
  55. "keywords": [
  56. "promisify",
  57. "promise",
  58. "thenify",
  59. "then",
  60. "es6"
  61. ],
  62. "license": "MIT",
  63. "name": "thenify-all",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/thenables/thenify-all.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --reporter spec",
  70. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --reporter dot",
  71. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  72. },
  73. "version": "1.6.0"
  74. }