package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "universalify@2.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "universalify@2.0.0",
  10. "_id": "universalify@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  13. "_location": "/universalify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "universalify@2.0.0",
  19. "name": "universalify",
  20. "escapedName": "universalify",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/fs-extra",
  27. "/jsonfile"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Ryan Zimmerman",
  34. "email": "opensrc@ryanzim.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/RyanZim/universalify/issues"
  38. },
  39. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  40. "devDependencies": {
  41. "colortape": "^0.1.2",
  42. "coveralls": "^3.0.1",
  43. "nyc": "^15.0.0",
  44. "standard": "^14.3.1",
  45. "tape": "^5.0.1"
  46. },
  47. "engines": {
  48. "node": ">= 10.0.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/RyanZim/universalify#readme",
  54. "keywords": [
  55. "callback",
  56. "native",
  57. "promise"
  58. ],
  59. "license": "MIT",
  60. "name": "universalify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/RyanZim/universalify.git"
  64. },
  65. "scripts": {
  66. "test": "standard && nyc tape test/*.js | colortape"
  67. },
  68. "version": "2.0.0"
  69. }