package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "universalify@^2.0.0",
  3. "_id": "universalify@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  6. "_location": "/universalify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "universalify@^2.0.0",
  12. "name": "universalify",
  13. "escapedName": "universalify",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@commitlint/read/fs-extra",
  20. "/fs-extra",
  21. "/jsonfile"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  24. "_shasum": "75a4984efedc4b08975c5aeb73f530d02df25717",
  25. "_spec": "universalify@^2.0.0",
  26. "_where": "H:\\gs_nuxt\\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. "coveralls": "^3.0.1",
  40. "nyc": "^15.0.0",
  41. "standard": "^14.3.1",
  42. "tape": "^5.0.1"
  43. },
  44. "engines": {
  45. "node": ">= 10.0.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/RyanZim/universalify#readme",
  51. "keywords": [
  52. "callback",
  53. "native",
  54. "promise"
  55. ],
  56. "license": "MIT",
  57. "name": "universalify",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/RyanZim/universalify.git"
  61. },
  62. "scripts": {
  63. "test": "standard && nyc tape test/*.js | colortape"
  64. },
  65. "version": "2.0.0"
  66. }