package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.1",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "universalify@0.1.1",
  9. "_id": "universalify@0.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
  12. "_location": "/universalify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "universalify@0.1.1",
  18. "name": "universalify",
  19. "escapedName": "universalify",
  20. "rawSpec": "0.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.1"
  23. },
  24. "_requiredBy": [
  25. "/fs-extra"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/universalify/download/universalify-0.1.1.tgz",
  28. "_spec": "0.1.1",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "author": {
  31. "name": "Ryan Zimmerman",
  32. "email": "opensrc@ryanzim.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/RyanZim/universalify/issues"
  36. },
  37. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  38. "devDependencies": {
  39. "colortape": "^0.1.2",
  40. "nyc": "^10.2.0",
  41. "standard": "^10.0.1",
  42. "tape": "^4.6.3"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/RyanZim/universalify#readme",
  48. "keywords": [
  49. "callback",
  50. "native",
  51. "promise"
  52. ],
  53. "license": "MIT",
  54. "name": "universalify",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/RyanZim/universalify.git"
  58. },
  59. "scripts": {
  60. "test": "standard && nyc tape test/*.js | colortape"
  61. },
  62. "version": "0.1.1"
  63. }