package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "thenify@3.3.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "thenify@3.3.0",
  9. "_id": "thenify@3.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=",
  12. "_location": "/thenify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "thenify@3.3.0",
  18. "name": "thenify",
  19. "escapedName": "thenify",
  20. "rawSpec": "3.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.0"
  23. },
  24. "_requiredBy": [
  25. "/thenify-all"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz",
  28. "_spec": "3.3.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/thenables/thenify/issues"
  37. },
  38. "dependencies": {
  39. "any-promise": "^1.0.0"
  40. },
  41. "description": "Promisify a callback-based function",
  42. "devDependencies": {
  43. "bluebird": "^3.1.1",
  44. "istanbul": "^0.4.0",
  45. "mocha": "^3.0.2"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/thenables/thenify#readme",
  51. "keywords": [
  52. "promisify",
  53. "promise",
  54. "thenify",
  55. "then",
  56. "es6"
  57. ],
  58. "license": "MIT",
  59. "name": "thenify",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/thenables/thenify.git"
  63. },
  64. "scripts": {
  65. "test": "mocha --reporter spec",
  66. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  67. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  68. },
  69. "version": "3.3.0"
  70. }