package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "thunkify@2.1.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "thunkify@2.1.2",
  10. "_id": "thunkify@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w9foI80XcGImrhMQ19pxunaEC5Rp2uzxZZg4XBAFRfiLOplk3F0l7wo+bO16vC2/nlQfR/mXZxcduo0MF2GWLg==",
  13. "_location": "/thunkify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "thunkify@2.1.2",
  19. "name": "thunkify",
  20. "escapedName": "thunkify",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/pac-resolver"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/visionmedia/node-thunkify/issues"
  33. },
  34. "dependencies": {},
  35. "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
  36. "devDependencies": {
  37. "mocha": "*",
  38. "should": "*"
  39. },
  40. "homepage": "https://github.com/visionmedia/node-thunkify#readme",
  41. "keywords": [
  42. "thunk",
  43. "co",
  44. "generator",
  45. "generators",
  46. "promise"
  47. ],
  48. "license": "MIT",
  49. "name": "thunkify",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/visionmedia/node-thunkify.git"
  53. },
  54. "version": "2.1.2"
  55. }