package.json 1.4 KB

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