package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "universalify@^0.1.0",
  3. "_id": "universalify@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
  6. "_location": "/universalify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "universalify@^0.1.0",
  12. "name": "universalify",
  13. "escapedName": "universalify",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/electron-packager/fs-extra",
  20. "/flora-colossus/fs-extra",
  21. "/galactus/fs-extra"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
  24. "_shasum": "fa71badd4437af4c148841e3b3b165f9e9e590b7",
  25. "_spec": "universalify@^0.1.0",
  26. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\electron-packager\\node_modules\\fs-extra",
  27. "author": {
  28. "name": "Ryan Zimmerman",
  29. "email": "opensrc@ryanzim.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/RyanZim/universalify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  37. "devDependencies": {
  38. "colortape": "^0.1.2",
  39. "nyc": "^10.2.0",
  40. "standard": "^10.0.1",
  41. "tape": "^4.6.3"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/RyanZim/universalify#readme",
  47. "keywords": [
  48. "callback",
  49. "native",
  50. "promise"
  51. ],
  52. "license": "MIT",
  53. "name": "universalify",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/RyanZim/universalify.git"
  57. },
  58. "scripts": {
  59. "test": "standard && nyc tape test/*.js | colortape"
  60. },
  61. "version": "0.1.1"
  62. }