package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "es6-promisify@5.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "es6-promisify@5.0.0",
  9. "_id": "es6-promisify@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
  12. "_location": "/es6-promisify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es6-promisify@5.0.0",
  18. "name": "es6-promisify",
  19. "escapedName": "es6-promisify",
  20. "rawSpec": "5.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.0"
  23. },
  24. "_requiredBy": [
  25. "/agent-base"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
  28. "_spec": "5.0.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Mike Hall",
  32. "email": "mikehall314@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/digitaldesignlabs/es6-promisify/issues"
  36. },
  37. "dependencies": {
  38. "es6-promise": "^4.0.3"
  39. },
  40. "description": "Converts callback-based functions to ES6 Promises",
  41. "devDependencies": {
  42. "babel-preset-es2015": "^6.9.0",
  43. "eslint": "^2.13.1",
  44. "gulp": "^3.9.1",
  45. "gulp-babel": "^6.1.2",
  46. "nodeunit": "^0.10.0"
  47. },
  48. "files": [
  49. "dist/promisify.js",
  50. "dist/promise.js"
  51. ],
  52. "greenkeeper": {
  53. "ignore": [
  54. "eslint"
  55. ]
  56. },
  57. "homepage": "https://github.com/digitaldesignlabs/es6-promisify#readme",
  58. "keywords": [
  59. "promises",
  60. "es6",
  61. "promisify"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/promisify.js",
  65. "name": "es6-promisify",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/digitaldesignlabs/es6-promisify.git"
  69. },
  70. "scripts": {
  71. "pretest": "./node_modules/eslint/bin/eslint.js ./lib/*.js ./tests/*.js",
  72. "test": "gulp && nodeunit tests"
  73. },
  74. "version": "5.0.0"
  75. }