package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "universalify@0.1.2",
  9. "_id": "universalify@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  12. "_location": "/universalify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "universalify@0.1.2",
  18. "name": "universalify",
  19. "escapedName": "universalify",
  20. "rawSpec": "0.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.2"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service/fs-extra",
  26. "/filemanager-webpack-plugin/fs-extra",
  27. "/fs-extra"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  30. "_spec": "0.1.2",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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": "^10.2.0",
  44. "standard": "^10.0.1",
  45. "tape": "^4.6.3"
  46. },
  47. "engines": {
  48. "node": ">= 4.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 tape test/*.js | colortape"
  67. },
  68. "version": "0.1.2"
  69. }