package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "thenify-all@1.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thenify-all@1.6.0",
  10. "_id": "thenify-all@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=",
  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.npm.taobao.org/thenify-all/download/thenify-all-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }