package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "universalify@0.1.1",
  10. "_id": "universalify@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
  13. "_location": "/universalify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "universalify@0.1.1",
  19. "name": "universalify",
  20. "escapedName": "universalify",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/flora-colossus/fs-extra",
  27. "/fs-extra",
  28. "/galactus/fs-extra"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz",
  31. "_spec": "0.1.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  33. "author": {
  34. "name": "Ryan Zimmerman",
  35. "email": "opensrc@ryanzim.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/RyanZim/universalify/issues"
  39. },
  40. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  41. "devDependencies": {
  42. "colortape": "^0.1.2",
  43. "nyc": "^10.2.0",
  44. "standard": "^10.0.1",
  45. "tape": "^4.6.3"
  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": "0.1.1"
  66. }