You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "universalify@2.0.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "universalify@2.0.1",
  10. "_id": "universalify@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  13. "_location": "/universalify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "universalify@2.0.1",
  19. "name": "universalify",
  20. "escapedName": "universalify",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/fs-extra",
  27. "/jsonfile"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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 --reporter text --reporter lcovonly tape test/*.js | colortape"
  67. },
  68. "version": "2.0.1"
  69. }