package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
  22. "_shasum": "fa71badd4437af4c148841e3b3b165f9e9e590b7",
  23. "_spec": "universalify@^0.1.0",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\fs-extra",
  25. "author": {
  26. "name": "Ryan Zimmerman",
  27. "email": "opensrc@ryanzim.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/RyanZim/universalify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  35. "devDependencies": {
  36. "colortape": "^0.1.2",
  37. "nyc": "^10.2.0",
  38. "standard": "^10.0.1",
  39. "tape": "^4.6.3"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/RyanZim/universalify#readme",
  45. "keywords": [
  46. "callback",
  47. "native",
  48. "promise"
  49. ],
  50. "license": "MIT",
  51. "name": "universalify",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/RyanZim/universalify.git"
  55. },
  56. "scripts": {
  57. "test": "standard && nyc tape test/*.js | colortape"
  58. },
  59. "version": "0.1.1"
  60. }