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.

пре 3 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/fs-extra",
  26. "/react-scripts/fs-extra",
  27. "/webpack-manifest-plugin/fs-extra",
  28. "/workbox-build/fs-extra"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  31. "_spec": "0.1.2",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "coveralls": "^3.0.1",
  44. "nyc": "^10.2.0",
  45. "standard": "^10.0.1",
  46. "tape": "^4.6.3"
  47. },
  48. "engines": {
  49. "node": ">= 4.0.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/RyanZim/universalify#readme",
  55. "keywords": [
  56. "callback",
  57. "native",
  58. "promise"
  59. ],
  60. "license": "MIT",
  61. "name": "universalify",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/RyanZim/universalify.git"
  65. },
  66. "scripts": {
  67. "test": "standard && nyc tape test/*.js | colortape"
  68. },
  69. "version": "0.1.2"
  70. }