package.json 1.8 KB

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