package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inflight@^1.0.4",
  6. "scope": null,
  7. "escapedName": "inflight",
  8. "name": "inflight",
  9. "rawSpec": "^1.0.4",
  10. "spec": ">=1.0.4 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "inflight@>=1.0.4 <2.0.0",
  17. "_id": "inflight@1.0.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/inflight",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
  25. },
  26. "_npmUser": {
  27. "name": "isaacs",
  28. "email": "i@izs.me"
  29. },
  30. "_npmVersion": "3.10.7",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "inflight@^1.0.4",
  34. "scope": null,
  35. "escapedName": "inflight",
  36. "name": "inflight",
  37. "rawSpec": "^1.0.4",
  38. "spec": ">=1.0.4 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/glob",
  43. "/glob-stream/glob",
  44. "/rework-import/glob"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  47. "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  48. "_shrinkwrap": null,
  49. "_spec": "inflight@^1.0.4",
  50. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob",
  51. "author": {
  52. "name": "Isaac Z. Schlueter",
  53. "email": "i@izs.me",
  54. "url": "http://blog.izs.me/"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/isaacs/inflight/issues"
  58. },
  59. "dependencies": {
  60. "once": "^1.3.0",
  61. "wrappy": "1"
  62. },
  63. "description": "Add callbacks to requests in flight to avoid async duplication",
  64. "devDependencies": {
  65. "tap": "^7.1.2"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  70. "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
  71. },
  72. "files": [
  73. "inflight.js"
  74. ],
  75. "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
  76. "homepage": "https://github.com/isaacs/inflight",
  77. "license": "ISC",
  78. "main": "inflight.js",
  79. "maintainers": [
  80. {
  81. "name": "iarna",
  82. "email": "me@re-becca.org"
  83. },
  84. {
  85. "name": "isaacs",
  86. "email": "i@izs.me"
  87. },
  88. {
  89. "name": "othiym23",
  90. "email": "ogd@aoaioxxysz.net"
  91. },
  92. {
  93. "name": "zkat",
  94. "email": "kat@sykosomatic.org"
  95. }
  96. ],
  97. "name": "inflight",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/npm/inflight.git"
  103. },
  104. "scripts": {
  105. "test": "tap test.js --100"
  106. },
  107. "version": "1.0.6"
  108. }