package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/fs-extra",
  20. "/jsonfile"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  23. "_shasum": "75a4984efedc4b08975c5aeb73f530d02df25717",
  24. "_spec": "universalify@^2.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\fs-extra",
  26. "author": {
  27. "name": "Ryan Zimmerman",
  28. "email": "opensrc@ryanzim.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/RyanZim/universalify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  36. "devDependencies": {
  37. "colortape": "^0.1.2",
  38. "coveralls": "^3.0.1",
  39. "nyc": "^15.0.0",
  40. "standard": "^14.3.1",
  41. "tape": "^5.0.1"
  42. },
  43. "engines": {
  44. "node": ">= 10.0.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/RyanZim/universalify#readme",
  50. "keywords": [
  51. "callback",
  52. "native",
  53. "promise"
  54. ],
  55. "license": "MIT",
  56. "name": "universalify",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/RyanZim/universalify.git"
  60. },
  61. "scripts": {
  62. "test": "standard && nyc tape test/*.js | colortape"
  63. },
  64. "version": "2.0.0"
  65. }