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