package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "thenify-all@1.6.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "thenify-all@1.6.0",
  9. "_id": "thenify-all@1.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=",
  12. "_location": "/thenify-all",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "thenify-all@1.6.0",
  18. "name": "thenify-all",
  19. "escapedName": "thenify-all",
  20. "rawSpec": "1.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.0"
  23. },
  24. "_requiredBy": [
  25. "/mz"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  28. "_spec": "1.6.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-all/issues"
  37. },
  38. "dependencies": {
  39. "thenify": ">= 3.1.0 < 4"
  40. },
  41. "description": "Promisifies all the selected functions in an object",
  42. "devDependencies": {
  43. "bluebird": "2",
  44. "istanbul": "0",
  45. "mocha": "2"
  46. },
  47. "engines": {
  48. "node": ">=0.8"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/thenables/thenify-all#readme",
  54. "keywords": [
  55. "promisify",
  56. "promise",
  57. "thenify",
  58. "then",
  59. "es6"
  60. ],
  61. "license": "MIT",
  62. "name": "thenify-all",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/thenables/thenify-all.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec",
  69. "test-cov": "istanbul cover node_modules/.bin/_mocha -- --reporter dot",
  70. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  71. },
  72. "version": "1.6.0"
  73. }