package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "thenify@3.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thenify@3.3.0",
  10. "_id": "thenify@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=",
  13. "_location": "/thenify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "thenify@3.3.0",
  19. "name": "thenify",
  20. "escapedName": "thenify",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/thenify-all"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/thenify/download/thenify-3.3.0.tgz",
  29. "_spec": "3.3.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/issues"
  38. },
  39. "dependencies": {
  40. "any-promise": "^1.0.0"
  41. },
  42. "description": "Promisify a callback-based function",
  43. "devDependencies": {
  44. "bluebird": "^3.1.1",
  45. "istanbul": "^0.4.0",
  46. "mocha": "^3.0.2"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/thenables/thenify#readme",
  52. "keywords": [
  53. "promisify",
  54. "promise",
  55. "thenify",
  56. "then",
  57. "es6"
  58. ],
  59. "license": "MIT",
  60. "name": "thenify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/thenables/thenify.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  68. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  69. },
  70. "version": "3.3.0"
  71. }