package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inflight@1.0.6",
  10. "_id": "inflight@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  13. "_location": "/inflight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inflight@1.0.6",
  19. "name": "inflight",
  20. "escapedName": "inflight",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/glob",
  27. "/globule/glob",
  28. "/js-beautify/glob",
  29. "/mocha-nightwatch/glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  32. "_spec": "1.0.6",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/inflight/issues"
  41. },
  42. "dependencies": {
  43. "once": "^1.3.0",
  44. "wrappy": "1"
  45. },
  46. "description": "Add callbacks to requests in flight to avoid async duplication",
  47. "devDependencies": {
  48. "tap": "^7.1.2"
  49. },
  50. "files": [
  51. "inflight.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/inflight",
  54. "license": "ISC",
  55. "main": "inflight.js",
  56. "name": "inflight",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/npm/inflight.git"
  60. },
  61. "scripts": {
  62. "test": "tap test.js --100"
  63. },
  64. "version": "1.0.6"
  65. }